* {
	margin: 0px; 
	padding: 0px;
}
html {
	background: url(images/muster.gif);

}
body { 
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #4C3129;
	text-align: center;
	padding-top: 10px;
}
a img {
	border: none;
}
/*normale links-------------------------------------------------------------------------*/
a {
	color:#E2708D; 
}
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: 14px;
	left: 100px;
	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: #4C3129;
	height:15px;
	padding-top:2px;
	padding-bottom:1px;
	width: 173px;
	border-top: 1px solid #73472E;
	border-bottom: 1px solid #E88995;
	

}
.naviLinks {
	font-size: 11px;
	width: 173px;
	list-style-type: none;
	margin-top: 0px;
	
}
.naviLinks li a {
	color: #682E2E; 
	display: block;
	padding: 2px 0px 2px 15px;
	width: 155px;
	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: #B57777!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 #E6869F;
	font-size: 15px;
	margin: 10px 10px 5px 10px;
	color: #682E2E;
	padding: 9px 0px 0px 0px;

}

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

#mitte h3 a {
	font-size: 12px;
	color: #EF7872;
	margin: 20px 10px 30px 10px;
	font-weight: lighter;
}

#mitte h4 {
	font-size: 12px;
	margin: 10px 10px 5px 10px;
	color: #682E2E;
	padding: 9px 0px 0px 0px;

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

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

/*fuss-------------------------------------------------------------------------*/
#footText{
	margin-left:auto; 
	margin-right:auto;
	width: 860px;
	text-align: center;
	background:#000000 url(images/bg-fuss.gif);
	color: #9F5F4B;
	font-size: 10px;
	border-bottom: 1px solid #F79152;

}