﻿html,body 
{
	margin:0;
	padding:0;
}

#container
{
	width:755px;
	margin:0 auto;
	font-size:14px;
	line-height:2em;
}
#container .clear
{
	clear:both;
	font-size:0;
	float:none;
}

#header
{
	width:100%;
    height:280px;
}
#header .topThemeImg
{
	width:100%;
	height:100%;
}
#hidden_slogan
{
	top:-500px;
	position:absolute;
}
#header #selectLan
{
	position:absolute;
	bottom:0;
	right:0;
	height:24px;
	text-align:right;
	padding-right:1em;
	line-height:1em;
}
#topMenu 
{
	width:755px; 
	margin:1em 0;
	line-height:1em;
	font-weight:800;
	padding:0px; 
	border:0px; 
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.topMenu_item
{
	 border:2px inset #79c9de;
	 padding:5px 2px;
	 color:#ffffff;
	 background:#79c9de;
	 overflow:hidden;
}
.topMenu_item_selected
{
	 color:#388e8e;
	 background:white;
}

#body
{
	width:100%;
}

#footer li
{
	vertical-align:middle;
}
#footer
{
	margin-top:2em;
	width:100%;
	text-align:center;
}
.footerTopLine
{
	background:#79c9de;
	overflow:hidden;
	height:30px;
}
.footerTopLine .loginview
{
	float:left;
	margin-left:1em;
}
.footerTopLine .counter
{
	float:right;
	margin-right:1em;
}
.footerBottomLine
{
	height:50px;
}


