* {
	margin: 0px; 
	padding: 0px;
}
html {
	background: #ffffff;
}
body { 
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #3F464F;
	text-align: center;
	padding-top: 6px;
}
a img {
	border: none;
}
/*normale links-------------------------------------------------------------------------*/
a {
	color:#FAA400; 
}
a:hover {
	color:#FAA400; 
	text-decoration: underline;
}
/*Contentrahmen-------------------------------------------------------------------*/
#inhalt {
	position: relative;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom: 0px;	
	width: 860px;
	text-align: left;
	background: url(images/back.gif);
	border: 3px solid #404346;
}
/*header-------------------------------------------------------------------------*/
#kopf {
	background: url(images/kopf4.jpg);
	height: 110px;
}
#kopf a {
	position: absolute;
	top: 43px;
	left: 120px;
	width: 700px;
	display: block;
	text-decoration: none;
	font: 19px bold arial, sans-serif;
	color: #ffffff;
}
.schriftHead{
	color: #FAA400;
	padding:53px 0px 0px 70px;
	display: block;
	font-size: 26px;
	font-weight: bold;
}

/*Links-----------------------------------------------------------------*/
#links {
	float: left;
	width: 174px;
	color: #56562B; 
	padding-left: 1px;
}
/*Navigation Links-----------------------------------------------------------------*/
.naviLinksHeader {
	font-size: 10px;
	font-weight: bold;
	color: #FDFBF9;
	text-indent: 4px;
	background: #405364;
	height:13px;
	padding-top:2px;
	padding-bottom:1px;
	width: 173px;
	border-top: 1px solid #30577F;	
	border-bottom: 1px solid #30577F;
}
.naviLinks {
	font-size: 11px;
	width: 173px;
	list-style-type: none;
	margin-top: 0px;
}
.naviLinks li a, .naviLinks li a:visited {
	color: #3F464F; 
	display: block;
	padding: 2px 0px 2px 22px;
	width: 151px;
	background: #D4DDE9 url(images/naviLink.gif) no-repeat;
	border-bottom: 1px solid #E9F0FA;
	text-decoration: none !important; /* Important nur für Simulator 6 noetig */
	text-indent: -7px;

}
.naviLinks li a:hover, .naviLinks li a.active, #naviActive {
	background: #ffffff url(images/naviLinkHover.gif) no-repeat;
	color: #475B79!important;
	border-bottom: 1px solid #E9F0FA;
}
.naviLinks li.naviImgLink a {
	background: none;
	padding: 0px;
}
/* Mitte-------------------------------------------------------------------------*/
#mitte{
	width: 495px;
	float: left;
	padding: 10px 15px 10px 15px;

}
#mitte h1 {
	background: url(images/h1.gif) no-repeat right ;
	border-bottom: 1px dotted #405364;
	font-weight: bold;
	font-size: 13px;
	margin: 20px 10px 15px 10px;
	color: #FAA400;
	padding: 9px 0px 2px 0px;
}

#mitte h2 {
	padding: 0px 0px 1px 0px;
	font-size: 12px;	
	margin-bottom: 10px;
	color:#3F464F;
	margin: 10px 23px 4px 10px;
	
}
.weiterlink {
	float: right;
	margin-top: -10px;
	margin-right: 14px;
}
#mitte p {
	margin-bottom: 10px;
	overflow: hidden;
	text-align:justify;
	padding: 0px 10px 0px 10px;
}

#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 #FAA400;
	margin: 20px 10px 0px 10px;
}

/* rechts (Google) */
#rechts {
	width: 160px;
	float: right;
}
/*bild-rechts-------------------------------------------------------------------------*/
.bild-rechts{
	float: right;
	border: 1px solid #FFAA33;
	padding: 1px;
	margin-left: 8px;
}

/*fuss-------------------------------------------------------------------------*/
#footText{
	margin-left:auto; 
	margin-right:auto;
	width: 860px;
	text-align: center;
	font-size: 10px;
}
#footText a, #footText  a:hover, #footText  a:active  {
	color:#3F464F; 
	text-decoration: none;

}