body {
    background-color:#ffffff;
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #4e4e4e;
    line-height: 20px;
    text-decoration: none;
	behavior: url(csshover.htc);
}

.facebook{
	display:inline;
}

#footer_fb {
    width: 980px;
    height: 70px;
    background-color: #FFFFFF;
    float: left;
	text-align: right;
}

#footer_fb2 {
    height: 70px;
	width: 100px;
    background-color: #FFFFFF;
    float: right;
}
.lewo{
	padding-right:30px;
}

* {   
	margin:0;
	padding:0;
}

a.zoom {
	position:relative;
	display:block;
	width:0;
}

#SelectLanguage {
    float: left;
    position: absolute;
    left: 1050px;
    width: 70px;
	z-index: 10;
	top : 10 px;
} 

.zoombutton {
	background:url(zoom.gif) no-repeat;
	width:150px;
	height:50px;
	position:absolute;
	}

a {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #4e4e4e;
}

#container {
    width: 980px;
    margin: auto;
    position: relative;
    background-color: #FFFFFF;
} 

img {
border: 0px;;
}

#left {
    width: 30px;
    height: 357px;
    background-color: #FFFFFF;
    float: left;
} 

#main {
    width: 920px;
    height: 357px;
    float: left;
    background-image: url(img/background.jpg);
} 

#content {
    width: 880px;
    height: 316px;
    margin: auto;
    position: relative;
    top: 20px;
} 

#right {
    width: 30px;
    height: 357px;
    background-color: #FFFFFF;
    float: left;
} 

#header {
    width: 980px;
    height: 150px;
    background-color: #FFFFFF;
    float: left;
} 

#footer {
    width: 980px;
    height: 50px;
    background-color: #FFFFFF;
    float: left;
} 

#logo {
    position: relative;
    width: 100px;
    height: 111px;
    top: 20px;
    left: 40px; 
    float: left;
}

#menu {
    position: relative;
    width: 700px;
    height: 89px;
    top: 60px;
    left: 200px;
    float: left;
} 

#menu2 {
    position: relative;
    width: 186px;
    height: 27px;
    top: 70px;
	left: 150px;
    float: left;
} 


.LeftButton {
    padding-top: 20px;
}

.RightButton {
    padding-top: 20px;
}

.Footer a {
font-family: Tahoma;
font-size: 10px;

text-decoration: none;
color: #000000;
}

.Footer {
padding-top: 10px;
letter-spacing: 4px;
}

/*
    font-size: 9px;
    font-family: Verdana;
    color: #000000;
    letter-spacing: 6px;
    padding-left: 40px;
    padding-top: 15px;
    text-decoration: none;
*/


/*
#container {
    width: 920px;
    height: 357px;
    top: 20%;
    margin: auto;
    position: relative;
    background: url(img/background.jpg);
} 
*/

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}


ul#nav li a {
	display: block;
	font-weight: bold;
	padding: 8px 6px;
	color:#595959;
}

ul#nav li ul.sub li.non {
	display: block;
	font-weight: bold;
	padding: 8px 0px;
	color:#595959;
}


ul#nav li a:hover{
	background:#e0e0e0;
	color:#595959;
	}
	
	
ul#nav li {
	float: left;
	position: relative;
    text-align: center;
	margin-right:0px;
	border:0px solid #ccc;

}

ul#nav li.current a{
	color:#595959;
	}

ul#nav li.current a:hover{
	background:#e0e0e0;
	color:#595959;
	}

li ul {
	display: none;
	position: absolute;
	width:210px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
	list-style: none;
}

ul#nav li ul.sub li{
	border-width:0px!important;	
}

ul#nav li ul.sub li a{
	font-weight: normal!important;	
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}
