/* CSS Document */

html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#766a63;
	margin:0;
	padding:0;
}

img{
	border:none;
}
li{
	list-style:none;
	list-style-image:url(images/list-style.gif);
	list-style-position:outside;
	margin-bottom:7px;
}

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

#header{
	width:960px;
	height:80px;
	text-align:right;
}
	#service_nav{
		float:left;
		padding-top:5px;
	}
	#service_nav a{
		display:block;
		float:left;
		color:#766a63;
		font-size:11px;
		text-decoration:none;
		margin:5px 0;
		padding:0 10px;
		border-right:1px solid #766a63;
	}
	#service_nav a:hover{
		color:#bdb2ac;
	}
	
#nav{
	width:960px;
	height:36px;
	background-color:#002c76;
	margin-bottom:1px;
	background-image:url(images/nix.gif);
	background-repeat:repeat-x;
}
#nav a{
	display:block;
	float:left;
	color:#FFFFFF;
	background-image:url(images/bg_nav.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:13px 20px 8px 20px;
	border-right:1px solid #FFFFFF;
	text-decoration:none;
}
#nav a.aktiv{
	background-position:center top;
}
#nav a:hover{
	filter:Alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
#oben{
	width:960px;
	height:195px;
	margin-bottom:1px;
	position:relative;
	overflow:hidden;
}
	#header_bild_oben{
		width:960px;
		height:194px;
		overflow:hidden;
	}
	#news_oben{
		width:209px;
		height:195px;
		float:left;
		position:absolute;
		top:0px;
		right:0px;
		z-index:999;
	}
		.news{
			margin:15px 20px;
			color:#FFFFFF;
			font-size:10px;
		}
		h4{
			font-size:12px;
			margin:0 0 2px 0;
		}
		p{
			font-size:12px;
			margin:5px 0 0 0;
			padding:0;
		}
		.news a{
			color:#FFFFFF;
		}
		.news a:hover{
			color:#CCCCCC;
		}

#unten{
	background-color:#f9f9f9;
	float:left;
	width:960px;
}
	#unten_left{
		width:208px;
		float:left;
		margin-right:1px;
		background-color:#FFFFFF;
	}
	#unten_left a{
		display:block;
		background-color:#daecfa;
		padding: 5px 10px;
		margin-bottom:1px;
		font-size:11px;
		color:#002c76;
		text-decoration:none;
	}
	#unten_left a.aktiv{
		background-color:#FFFFFF;
	}
	#unten_left a:hover{
		background-color:#e7f2fb;
	}
	#subsubnav a{
		display:block;
		background-color:#daecfa;
		padding: 3px 20px;
		margin-bottom:1px;
		font-size:10px;
		color:#002c76;
		text-decoration:none;
	}
	#subsubnav a.aktiv{
		background-color:#FFFFFF;
	}
	#subsubnav a:hover{
		filter:Alpha(opacity=70);
		opacity: 0.7;
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
	}
	#subsubsubnav a{
		display:block;
		background-color:#daecfa;
		padding: 3px 0 3px 40px;
		margin-bottom:1px;
		font-size:10px;
		color:#002c76;
		text-decoration:none;
	}
	#subsubsubnav a:hover, #subsubsubnav a.aktiv{
		background-color:#FFFFFF;
	}
	#unten_mitte{
		width:539px;
		margin-right:1px;
		float:left;
		background-color:#FFFFFF;
	}
		#content{
			margin:15px 40px;
			min-height:450px;
			height:auto !important;
			height:450px;
		}
		hr{
			color:#7ba5c8;
		}
		#content a{
			color:#766a63;
		}
		#content a:hover{
			color:#bdb2ac;
		}
		#footer{
			border-top:1px dotted #766a63;
			font-size:11px;
			text-align:right;
			padding:5px 0;
			margin: 20px 10px 0 10px;
		}
			#footer a{
				color:#766a63;
			}
			#footer a:hover{
				color:#bdb2ac;
			}
		
	#unten_right{
		width:208px;
		float:left;
	}
		.img_rechts{
			margin:20px 0px 0 7px;
			float:left;
		}
		.img_rechts p{
		}
		.img_rechts_img{
			margin-right:0;
		}
		.img_rechts_img img{
			border:1px solid #CCCCCC;
		}


	
	
	
	
	
	
	
	
h1{
	color:#002c76;
	font-size:15px;
	margin:0 0 10px 0;
	padding:0px;
}
	
	
	
div.content_img {
	float:left;
	position: relative;
	padding: 8px;
	background-color: #eee;
	border: 1px solid #ccc;
}
div.content_img a {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
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: 20px;
	margin-bottom: 20px;
}
#content div.img_floating_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content_container table, .content_container table {
	border-collapse: collapse;
	border: 1px solid #ccc;
}
#content_container th, #content_container thead td, .content_container table tbody tr th, .content_container table thead tr td {
	font-size: 12px;
	padding: 4px;
	border: 1px solid #ccc;
	border-right: 1px solid #fff;
	background-color: #ccc;
	color: #ffffff;
	text-align: center;
}
#content_container td, .content_container table tbody tr td {
	padding: 4px 4px;
	border: 1px solid #ccc;
}
table.noborder, table.noborder td, #content_container table.noborder, #content_container table.noborder td {
	border: 0px;
}

.sub_teaser {
	clear: both;
	padding: 8px 8px 8px 0px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}
	.sub_teaser_image {
		float: left;
	}
		.sub_teaser_image img {
			border: 1px solid #aaa;
		}
	.sub_teaser_content {
		margin-left: 105px;
	}
	
	
	
.text_blau{
	color:#ef9200;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/**/