@charset "utf-8";
/* CSS Document */

img, div { behavior: url(iepngfix.htc)}
body, html {margin: 0 !important;padding: 0 !important; width:100%; height:100%; top:0; left:0; right:0; bottom:0; min-height:100%;}
body{
	background-image:url(img/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#e8a02a;
	font-family:Tahoma;
	font-size:13px;	
}

h2{ font-size:16px; padding:0; margin:0; padding-bottom:0px; margin-left:18px;margin-right:11px; border-bottom:1px #000000 dotted;}

fieldset {clear:both;display: block; border:1px #deb351 solid; padding:10px;position: relative;background-color:#fff4d8;}
fieldset:after {content: "";display: block;clear: both;height: 0;}
*+html legend{ color:#000000; margin-top:-20px;}

h1{ font-size:15px; border-bottom:1px #000000 dotted; padding:0; margin:0; margin-bottom:15px;}
a:link,a:visited,a{text-decoration: none; color: #000000;}
a:hover {text-decoration: none; color: #000000; font-weight:bold;}

a.activ:link,a.activ:visited,a.activ{text-decoration: none; color: #000000; font-weight:bold;}
a.activ:hover {text-decoration: none; color: #000000; font-weight:bold;}

#mainmenu li a:link,#mainmenu li a:visited,#mainmenu li a{color:#FFFFFF;}
#mainmenu li a:hover{color:#FFFFFF; text-decoration:underline; font-weight:normal;}

#footer a{text-decoration: none; color: #FFFFFF;}
#footer a:hover {text-decoration: none; color:#FFFFFF; font-weight:bold;}

input, textarea {border:1px #deb351 solid;}
input[type="submit"]{ border: 1px #000000 solid;}


#global{
	width:993px;	
	margin:0 auto 0 auto;
	border:0px #000000 solid;	
	background-image:url(img/main_bg2.png);
	background-position:top left;
	background-repeat:repeat-y;	
	margin-top:20px;	
}

#header{		
	background-image:url(img/header.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	height:211px;
	margin:0 auto 0 auto;
}

#mainmenu{	
	background-image:url(img/mainmenu.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	height:27px;
	margin:0 auto 0 auto;
}

#mainmenu ul{
	height:27;
	padding:0;
	margin:0;
	margin-left:40px;
}

#mainmenu li{
	display:list-item;
	list-style:none;	
	float:left;	
	padding:0;
	margin:0;
	padding-top:5px;
	padding-left:12px;
	padding-right:12px;		
	height:22px;
	background-image:url(img/navitrenner.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	text-align:left;
	color:#FFFFFF;
}

#content{
	background-image:url(img/content_top.png);
	min-height:400px;
	background-position:top left;
	background-repeat:no-repeat;
}

#content #left{
	float:left;
	width:181px;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:5px;	
}

#content #left ul{
	margin:0;
	padding-left:20px;	
}

#content #left li{
	display:list-item;
	list-style-image:url(img/navilist.jpg);
	padding-bottom:3px;
}

#content #left li.activ{
	display:list-item;
	list-style-image:url(img/navilistactive.jpg);
	padding-bottom:3px;	
}

#content #left li:hover{
	display:list-item;
	list-style-image:url(img/navilistactive.jpg);
	padding-bottom:3px;
	font-weight:bold;
}

#content #center{
	float:left;
	width:765px;
	padding-left:10px;
	padding-top:15px;
}

#footer{
	background-image:url(img/footer.png);	
	background-position:top left;
	background-repeat:no-repeat;
	height:48px;
	width:993px;
	text-align:center;	
	margin:0 auto 0 auto;
	color:#FFFFFF;
	padding-top:7px;	
}

