/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

img{ border:none; }
h2{ font-size:15px; color:#000000; font-weight:bold; }
h3{ font-size:12px; color:#000000; font-weight:bold; margin:0px 0px 5px 0px; padding:0px; }
h4{ font-size:12px; color:#000000; font-weight:bold; font-style:italic; margin:0px 0px 5px 0px; padding:0px; }
p{ margin:0px 0px 5px 0px; padding:0px; }
a{ color:#5e7787; text-decoration:underline; }
a:hover{ color:#CCCCCC; text-decoration:none; }


#wrapper{
	width:960px;
	margin:auto;
}

	#logos{
		height:109px;
		position:relative;
	}
	#header{
		height:213px;
		background-image:url(images/bg_header.jpg);
		background-position:left top;
		background-repeat:no-repeat;
	}
		#main_nav{
			width:295px;
			float:left;
		}
			#navi{
				margin:20px 0px 0px 33px;
			}
			#navi a{
				display:block;
				font-size:16px;
				color:#ffffff;
				height:30px;
				text-decoration:none;
			}
			#navi a:hover{
				color:#CCCCCC;
			}
			#navi a.activ{
				color:#5e7787;
			}
		#header_img{
			width:653px;
			height:213px;
			float:left;
			position:relative;
		}
		#header_h1{
			position:absolute;
			bottom:0px;
			left:0px;
			background-color:#FFFFFF;
			width:653px;
			filter:Alpha(opacity=70);
			opacity: 0.7;
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
		}
		#header_h1 h1{
			font-size:18px;
			line-height:22px;
			font-weight:normal;
			margin:0px;
			padding:20px 0px 20px 30px;
			color:#425b6b;
		}	
		
	#sub_nav{			
		width:295px;
		float:left;
		background-image:url(images/bg_service_nav.gif);
		background-position:right top;
		background-repeat:no-repeat;
		min-height:300px;
		height:auto !important;
		height:300px;
	}
		#navi_sub{}
		#navi_sub a{
			display:block;
			font-size:12px;
			line-height:16px;
			color:#5e7787;
			padding:8px 0px 8px 33px;
			margin-bottom:1px;
			text-decoration:none;
			background-image:url(images/bg_sub_nav.gif);
			background-position:left top;
			background-repeat:no-repeat;
		}
		#navi_sub a:hover{
			color:#5e7787;
			background-position:left center;
		}
		#navi_sub a.activ{
			background-position:left bottom;
		}
		#service_nav{
			margin:60px 0px 0px 33px;
		}
		#service_nav a{
			display:block;
			padding:1px 0px 1px 8px;
			text-decoration:none;
			background-image:url(images/list_style.gif);
			background-position:left center;
			background-repeat:no-repeat;
		}
		
		
	#content_container{
		float:left;
		background-image:url(images/bg_content.gif);
		background-position:right top;
		background-repeat:no-repeat;
		width:665px;
		min-height:300px;
		height:auto !important;
		height:300px;

	}
		#content{
			margin:20px 30px;
		}		






.formular input{ width:300px; }
.formular textarea{ width:300px; }

#content div.content_img a{ display:block; }
#content div.content_img a:hover { filter:Alpha(opacity=80); opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; }
#content div.img_floating_left { float: left; margin-right: 15px; margin-bottom: 15px; }
#content div.img_floating_right { float: right; margin-left: 15px; margin-bottom: 15px; }

ul.sitemap a:link, ul.sitemap a:visited, ul.sitemap a:active { text-decoration: none; }
ul.sitemap { list-style-image:url(/_media/_images/sitemap_level1.gif); margin: 0px 0px 0px 0px; color: #666666; }
ul.sitemap li { padding: 0px 0px 8px 5px; margin: 8px 0px 0px 5px; }
ul.sitemap ul { list-style-image:url(/_media/_images/sitemap_level2.gif); margin-top: 3px; margin-bottom: 6px; }
ul.sitemap ul li { padding: 0px 0px 5px 5px; }
