* {
	margin: 0px; 
	padding: 0px;
}
html {
	background: #4F769F
}
body { 
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #516f95;
	text-align: center;
	padding-top: 10px;
	background: #2C5485;
	background: #2C5485 url(images/hintergrund.jpg) repeat-x;
	
}
a img {
	border: none;
}
/*normale links-------------------------------------------------------------------------*/
a {
	color:#C84E4E; 
	text-decoration: none;
}
a:hover {
	color:#DF6C6C; 
	text-decoration: underline;
}
/*Contentrahmen-------------------------------------------------------------------*/
#inhalt {
	position: relative;
	margin-left:auto; 
	margin-right:auto;
	width: 860px;
	text-align: left;
	background: url(images/back.gif);
	border: 1px solid #455f7f;
}
/*header-------------------------------------------------------------------------*/
#kopf {
	background: url(images/kopf.jpg);
	height: 108px;

}
#kopf a {
	
	display: block;
	text-decoration: none;
	font: 19px bold arial, sans-serif;
	color: #ffffff;
}

/*Links-----------------------------------------------------------------*/
#links {
	float: left;
	width: 184px;
	color: #325077; 
	padding-left: 0px;
}
/*Navigation Links-----------------------------------------------------------------*/
.naviLinksHeader {
	font-size: 11px;
	font-weight: bold;
	color: #FDFBF9;
	text-indent: 0px;
	background: #325077;
	height:13px;
	padding-top:2px;
	padding-bottom:1px;
	width: 183px;
	border-top: 1px solid #405d81;	
	border-bottom: 1px solid #405d81;
	text-indent: 15px;
}
.naviLinks {
	font-size: 11px;
	width: 183px;
	list-style-type: none;
	margin-top: 0px;
	float: right;
}
.naviLinks li a {
	color: #415d81; 
	display: block;
	padding: 2px 0px 2px 15px;
	width: 168px;
	background: #ffffff url(images/naviLink.gif) no-repeat;
	margin-bottom: 1px;
	text-decoration: none !important; /* Important nur für Simulator 6 noetig */

}

.naviLinks li a:hover, #naviActive {
	background: #ffffff url(images/naviLinkHover.gif) no-repeat;
	color: #6889b4!important;
}
.naviLinks li.naviImgLink a {
	background: none;
	padding: 0px;
}
/* Mitte-------------------------------------------------------------------------*/
#mitte{
	width: 485px;
	float: left;
	padding: 10px 15px 10px 15px;

}
#mitte h1 {
	border-bottom: 1px solid #d7dee6;
	/*font-weight: bold;*/
	font-size: 14px;
	margin: 15px 0px 10px 0px;
	color: #334963;
	padding: 0px 10px 0px 0px;
	/*background: #f1f6fb;*/
}

#mitte h2 {
	padding: 0px 0px 1px 0px;
	font-size: 12px;
	border-bottom: 1px solid #d7dee6;
	margin-bottom: 10px;
	color:#374f6b;
	margin: 10px 0px 4px 0px;
}
#mitte h3 {
	padding: 0px 0px 1px 0px;
	font-size: 12px;
	margin-bottom: 10px;
	color:#696854;
	margin: 10px 10px 4px 10px;
	font-weight: bold;
}
.weiterlink {
	float: right;
	margin-top: -10px;
	margin-right: 14px;
}
#mitte p {
	margin-bottom: 10px;
	overflow: hidden;
	text-align:justify;
	padding: 0px 10px 0px 20px;
	border: 1px solid #d7dee6;
	background: #f3f7fa;
}

#mitte ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left:25px;
}
#mitte ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left:30px;
}

/* News **************************************************************/
.highlight {
	background: yellow;
}
.border-bottom {
	border-bottom: 1px dotted #DC6060;
	margin: 20px 10px 0px 10px;
}

span.date{
	font-weight: bold
}

h2.wNews a{
	color: #FC8902;
}
#presseArchiv{
	margin: 40px 0px;
}
#presseArchiv h3{
	border-bottom: 1px solid #d7dee6;
	/*font-weight: bold;*/
	font-size: 14px;
	margin: 15px 0px 10px 0px;
	color: #334963;
	padding: 0px 10px 0px 0px;
}

#presseArchiv .boxJahr{
	float:left; 
	width: 200px;
	margin-left: 20px
}
#presseArchiv .boxJahr ul{
	list-style-type:none;
	text-indent: -25px

}
#mitte a{
	color: #FC8902;

}
.presseLogo{
	text-align:center
}


/* rechts (Google) **************************************************/
#rechts {
	width: 160px;
	float: right;
}
/*bild-rechts-------------------------------------------------------------------------*/
.bild-rechts{
	float: right;
	border: 1px solid #bad0eb;
	margin: 10px 0px 10px 0px;
}

/*fuss-------------------------------------------------------------------------*/
#footText{
	margin-left:auto; 
	margin-right:auto;
	width: 860px;
	text-align: center;
	background-color: #2e5485;
	color: #779ed1;
	font-size: 10px;

}