/* CSS Document */

*{
margin: 0;
padding: 0;}

body{
background: #c6c6c6 url(img/body_bg.jpg) repeat-x;
font-family: arial, verdana, sans-serif;
font-size: 12px;
line-height: 18px;
}

h2{
font-size:18px;
margin: 18px 0 18px 0;}

h3{
font-size:14px;
margin: 18px 0 0 0;}

#container{
margin: 0 auto;
width: 950px;
} 

#head{
background:url(img/Head_bg.png) no-repeat;
height: 316px;
margin-top: 30px;}

#head h1{display: none;}

#langmenu{
position: relative;
top: 250px;
height: 30px;
float: right;
margin: 0 80px}

#langmenu ul li span{
font-weight: bold;
color: #fff;
margin-right: 12px;
}

.lstitle {
background: transparent url(img/lsimage.png) no-repeat;
display: block;
width: 400px; height: 30px;}
.lstitle h2{display: none;}

#langmenu ul{}
#langmenu ul li {display: inline;}
#langmenu ul li a img{border: 0px;}

#mainmenu{
clear:both;
position: relative;
top: 144px;
left: 80px;
width: 790px;
height: 54px;
background: #ccc url(img/menu_bg.jpg) repeat-x;
}

#mainmenu ul{
position: relative;
top: 36px;
font-weight: bold;
float: right;}
#mainmenu ul li {
display: inline;
margin-right: 18px;
}
#mainmenu ul li a{text-decoration: none;
color: #fff;}

#mainmenu ul li a:hover{text-decoration: none;
color: #FFFF00;}

/*#mainmenu ul li.active a{text-decoration: none;
color: #000;
background: #fff}*/

#main{
background: #fff; 
width: 790px;
margin: 0 auto;}

#leftcol{
text-align:justify;
float: left;
width: 390px;
margin: 18px 0 0 80px;}

#rightcol{
text-align: right;
float: right;
/*margin-left: 460px;*/
margin: 18px 80px 0 0;
width: 230px;
font-size: 10px;
color:#666666;}

#footer{
clear: both;
}

#background{
background: transparent url(img/photobg.png); 
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 8000px;
overflow:hidden;
}

#dialog
{
position:fixed;
width: 100%;
height: 600px;
display: table-cell;
vertical-align: middle;
overflow:hidden;

}

#picwindow{
width: 770px;
padding: 10px;
background: #fff;
border: 1px solid black;
margin: 36px auto;}

.clickable{
cursor: pointer;}

a:hover{color: black;}
a:active{color: red;}
