@charset "utf-8";
/* CSS Document */
#leftpad
{
	padding-left:30px;
	background: url(/images/bg_left_.gif) left repeat-y;
	win-width:800px;
	max-width:1130px;
	/*width: expression((document.documentElement.clientWidth > 1202)? "1070px" : "auto");	*/
}
#rightpad
{
	padding-right:30px;
	background: url(/images/bg_right_.gif) right repeat-y;
	min-width:830px;
	max-width:1160px;
	/*width: expression((document.documentElement.clientWidth > 1202)? "1100px" : "auto");*/
}
#container
{ 
	width: 100%;
	min-width:770px;
	max-width:1200px;
	/*width: expression((document.documentElement.clientWidth < 872)? "770px" : (document.documentElement.clientWidth > 1202)? "1100px" : "auto");*/
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url(/images/bottom_bg.gif) bottom repeat-x;
}
#header { 
	background:url(/images/header_bg.gif) repeat-x top;
	height:90px;
	
} 

#logotype
{
	background:url(/images/header_left.gif) no-repeat top left;
}
#center
{
	background:url(/images/header_center.gif) no-repeat top center;
	height:49px;
}

#searcher
{
	padding:0 20px;
	width:71px;
	float:right;
/*	font-size:1px;*/
}
#homemap
{
	padding:5px 0px;
	width:180px;
	float:right;
	text-align:center;
	font-size:10px;
	color:#005288;
}

#homemap a
{
	color:#005288;
	font-size:10px;
}

#homemap input
{
	width:130px;
	margin-top:3px;
	text-align:center;
	vertical-align:middle;
	border:#005288 2px solid;
	background:#DBF4FC;
	font-size:10px;
	color:#005288;
}
#languagepanel
{
	width:71px;
	height:21px;		
}
#languagepanel img 
{
	border-style:none;
	border-width:0px;
}
#menu
{
font-size:14px;
line-height:1em;
}

#menu td
{
	height:20px;
	text-align:center;
	color:#FFFFFF;
	width:33%;
}

#menu a
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#banner
{
	height:119px;
	padding-left:5%;
	padding-top:1px;
	background-image: url(/images/banner.jpg);
	background-position: center top;
}
#footer { 
	background:url(/images/footer_bg.gif) repeat-x;
	height:33px;
}
