* {
	margin: 0px; 
	padding: 0px;
}
html {
	background: #ffffff;
}
body { 
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #4D4E4D;
	text-align: center;
	padding-top: 10px;
}
a img {
	border: none;
}
/*normale links-------------------------------------------------------------------------*/
a {
	color:#FA5320; 
}
a:hover {
	color:#DE3F0E; 
	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);
}
/*header-------------------------------------------------------------------------*/
#kopf {
	background: url(images/kopf.jpg);
	height: 100px;
}
#kopf a {
	position: absolute;
	top: 41px;
	left: 120px;
	width: 700px;
	display: block;
	text-decoration: none;
	font: 19px bold arial, sans-serif;
	color: #ffffff;
}

/*Links-----------------------------------------------------------------*/
#links {
	float: left;
	width: 174px;
	color: #56562B; 
	padding-left: 1px;
}
/*Navigation Links-----------------------------------------------------------------*/
.naviLinksHeader {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 13px;
	background: #940808;
	height:13px;
	padding-top:2px;
	padding-bottom:1px;
	width: 173px;
	border-top: 1px solid #BD3207;	
	border-bottom: 1px solid #BD3207;
}
.naviLinks {
	font-size: 11px;
	width: 173px;
	list-style-type: none;
	margin-top: 0px;
}
.naviLinks li a {
	color: #722007; 
	display: block;
	padding: 2px 0px 2px 15px;
	width: 151px;
	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: #E03804!important;
}
.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.jpg) no-repeat right;
	border-bottom: 1px solid #FBCB84;
	font-weight: normal;
	font-size: 14px;
	margin: 10px 10px 5px 10px;
	color: #6E1C03;
	padding: 9px 0px 1px 0px;
}

#mitte h2 {
	padding: 0px 0px 1px 0px;
	font-size: 12px;
	border-bottom: 1px solid #DC6060;
	margin-bottom: 10px;
	color:#AC1B03;
	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 #DC6060;
	margin: 20px 10px 0px 10px;
}

/* rechts (Google) */
#rechts {
	width: 160px;
	float: right;
}
/*bild-rechts-------------------------------------------------------------------------*/
.bild-links{
	float: left;
	margin-right: 13px;
}
.bild-rechts{
	float: right;
	margin-left: 8px;
	margin-bottom: 2px;
}

.bild-mitte{
	margin-left: 40px; 
}

/*fuss-------------------------------------------------------------------------*/
#footText{
	margin-left:auto; 
	margin-right:auto;
	width: 860px;
	text-align: center;
	background-color: #8F2302;
	color: #FB9563;
	font-size: 10px;

}