body, html {
    background: url("../images/bg.jpg") #fff 50% no-repeat ;
    background-position: top center;
    font-family: Arial;
    font-size:12px;
    margin: 0px auto;
    text-align:center;
    background-color: #ddeff9;
    color: #3e3e3e;
}

@font-face {
    font-family: cool_font;
    src: url('../font/cool_font.ttf');
}
@font-face {
    font-family: constan;
    src: url('../font/constan.ttf');
}
@font-face {
    font-family: calibri;
    src: url('../font/calibri.ttf');
}

img{
    border: 0px;
}
div{
    /*    border:1px solid red;*/
}
a{
    text-decoration: none;
}
#main{
    text-align: center;
    margin: 0px auto;
    width: 980px;
    display: block;
    position: relative;
}
#menu_top{
    height: 40px;
    width: 100%;
    display: block;
    font-family: calibri;
    font-size: 16px;
    margin-top: 30px;
}
#menu_top .menuu{
  width:641px;
  text-align:right;
  float:left;
}
#menu_top .jezyki{
  float:left;
}

#left{
    float:left;
    display: block;
    min-height:300px;
    height:auto !important;
    height:300px;
    width: 235px;
    overflow: visible;
    position: relative;
    z-index: 100;
}
#right{
    float:left;
    display: block;
    width: 745px;
    position: relative;
    z-index: 0;
}





a.polski:hover {
background-image:url(../images/p_on.png);
width:16px;
height:16px;
text-decoration:none;
}
a.polski {
background: url(../images/p_off.png) no-repeat;
width:16px;
height:16px;
text-decoration:none;

}
a.litewski:hover {
background-image:url(../images/l_on.png);
width:16px;
height:16px;
text-decoration:none;
}
a.litewski {
background: url(../images/l_off.png) no-repeat;
width:16px;
height:16px;
text-decoration:none;

}
a.angielski:hover {
background-image:url(../images/a_on.png);
width:16px;
height:16px;
text-decoration:none;
}
a.angielski {
background: url(../images/a_off.png) no-repeat;
width:16px;
height:16px;

text-decoration:none;

}





#menu_left{
    float: left;
    display:block;
    width: 240px;
    text-align: left;
    position: absolute;
    z-index: 100;
    overflow: visible;
    top:140px;
    left:0px;
}

ul.menu_left{
    padding:0;
    margin:0;
    list-style:none;
}
ul.menu_left li{
    background-image:url(../images/off_menu.png);
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 260px !important;
    width: 260px;
}
ul.menu_left li.active,
ul.menu_left li:hover{
    background-image:url(../images/on_menu.png);
    background-repeat: no-repeat;
}

ul.menu_left li a{
    font-family:calibri;
    font-size: 16px;
    color:#747474;
    text-decoration:none;
    padding-top: 14px;
    padding-left: 15px;
    display: block;
}

ul.menu_left li a.active,
ul.menu_left li a:hover{
    color:#448f2d;   
}

#content_top{
    background-image:url(../images/content_top.png);
    background-repeat: no-repeat;
    width: 100%;
    height:5px;
    display: block;
    font-size: 0px;
}

#gallery_top{
    background-image:url(../images/topy/bialy.png);
    background-repeat: no-repeat;
    width: 100%;
    min-height:377px;
    height:auto !important;
    height:377px;
    display: block;
}
#content{
    width: 100%;
    background-color: #fff;
    /*    min-height:377px;
        height:auto !important;
        height:377px;*/
    display: block;
    position: relative;
    z-index: 100;
    overflow: hidden;
    color:#181818;
}

#content_subpage{
    background-image:url(../images/topy/bialy.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    display: block;
}

.description{
    position: absolute;
    display: block;
    width: 260px;
    height: 60px;
    overflow: hidden;
    top:255px;left:475px;
    font-weight: bold;color:#00b0ff;
    font-size: 12px;
    text-align: left;
    padding: 8px;
    /*    border:1px solid red;*/
}
.description_subpage{
    position: absolute;
    display: block;
    width: 150px;
    height: 60px;
    overflow: hidden;
    top:120px;left:575px;
    font-weight: bold;color:#00b0ff;
    text-align: left;
    padding: 8px;
    /*    border:1px solid red;*/
}

#description span{
    color:#7bb83b;
}

#menu_top{
    height: 40px;
    width: 100%;
    display: block;
    font-family: calibri;
    font-size: 16px;
    text-align: right;
    margin-top: 30px;
}

#menu_top span{
    padding: 0px 20px;
}
#menu_top span a{
    color:#747474;
}
#menu_top span a:hover{
    color:#00b0ff;
}


#content_frame{
    background-color: #fff;
    display: block;
    width: 100%;
    /*    min-height:100px;
        height:auto !important;
        height:100px;*/
    overflow: hidden;
    color:black;
}

#content_subframe{
    background-color: #fff;
    display: block;
    overflow: hidden;
    color:black;
    text-align: justify;
    padding: 0px 20px;
    width: auto;
    height:auto;
}

#content_bottom{
    background-image:url(../images/tylor_17.png);
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 13px;
    margin-bottom: 20px;
}


#fotter{
    clear: both;
    background-image:url(../images/tylor_19.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 77px;
    display: block;
    text-align: center;
    margin: 0px auto;
}


#fotter_content{
    width: 980px;height: 100%;
    display: block;    margin: 0px auto;
}

#content_left,#content_right{
    float: left;
    width: 350px;
    display: block;
    text-align: left;
    padding: 10px;
}

#content_right{
    float: right;
    width: 350px;
    display: block;
    text-align: left;
    padding: 10px;
}

.blue,strong,a{ font-family:Calibri; font-size:14px; color:#448f2d; }
.gren,b { font-family:Tahoma; font-size:14px; color:#448f2d; }
dt{font-family:Calibri; font-size:13px; color:#448f2d;}
.error{
    font-family:Tahoma; font-size:11px; color:#448f2d;
}

.image_real{
    background-image: url("../images/fotka_on.png");
    display:block;
    width:210px;
    height:150px;
    float:left;
    overflow:hidden;
    margin:10px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url('ie-css3.htc');

}

.image_real:hover{
    filter:alpha(opacity=70);
    opacity:0.70;
    behavior: url('ie-css3.htc');
}

.round_shadow {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('ie-css3.htc');
}

