@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #696b6c;
	margin: 0;
	padding: 0;
	color: #696b6c;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
 h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
h1{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color:#00315a;
	}
h2{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color:#00315a;
	}
h3{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color:#00315a;
	}
p{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color:#000000;
	}
a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 1023px;
	background: #87c8ea;
	margin: 0 auto; 
}


.header {
	background: #87c8ea;
}

.headernavi {
	background: #87c8ea;
	height:82px;	
}
.headernavitrennlinie {
	background: #696b6c;
	height:8px;	
}
.naviButtonLinks{
	float:left;
		
	}
.naviButton{
	float:left;		
	}
.naviButtonRechts{
	float:left;	
	}	
.naviButtonLeftStyle{
	border-style:solid;
	border-color:#ceccca;
	border-top-width:4px;
	border-bottom-width:0px;
	border-left-width:4px;	
	}
.naviButtonStyle{
	border-style:solid;
	border-color:#ceccca;
	border-top-width:4px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:4px;
	}
.naviButtonRightStyle{
	border-style:solid;
	border-color:#ceccca;
	border-top-width:4px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:4px;
	}

.sidebar1 {
	float: left;
	width: 250px;
	background: #87c8ea;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 773px;
	float: left;
	background-color: #FFF;
}
.contentLinks{
	float:left;
	width:510px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:1px;
	border-top-style:none;
	border-bottom-style:dotted;
	border-left-style:none;
	border-right-style:dotted;
	}
.searchContent{
	float:left;
	width:250px;
	height:80px;
	padding-left:10px;
	/*border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-top-style:none;
	border-bottom-style:dotted;*/
	border-left-style:none;
	border-right-style:none;
	}
.searchfield{
	width:230px;
	border-color:#a8a8a8;
	border-width:1px;
	border-style:solid;
	}
.aktuellContent{
	float:left;
	width:250px;
	
	}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	border-top: 2px solid #FFF;
	list-style: none; 
	margin-bottom: 15px; 
	margin-top: 60px;
	float: left;
}
ul.nav li {
	border-bottom: 2px solid #FFF; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 230px;  
	text-decoration: none;
	background: #87c8ea;
	color:#FFF;
	font-weight:bold;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #87c8ea;
	color:#666;
}

/* ~~ Fußzeile ~~ */
.footer {
	padding: 15px 0;
	background-image:url(../img/Footer.jpg);
	background-repeat:no-repeat;
	min-height:47px;
	position: relative;
	clear: both; 
}
.footerContent{
	margin-left:378px;
	padding-bottom:120px;
	color:#0f4060;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
