body {
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: normal; 
	color: black;
	background-color: inherit;
	text-decoration: none; 
	line-height: 18px;
}

#ueberschrift{
	position: absolute; 
	z-index: 3; 
	top: 7px;
	left: 25px;
	
	font-weight: bold;
}

#inhaltbild{
	position: absolute;
	z-index: 3; 
	top: 50px; 
	left: 369px; 
}

#inhaltkopf{
	position: absolute;
	z-index: 1; 
	top: 0px; 
	left: 0px; 
	height: 31px;
	width: 100%;
	background: url("../bilder/Balken_oben.gif") no-repeat;
}

#inhalttext{
	position: absolute;
	z-index: 2; 
	top: 31px; 
	left: 0px; 
	width: 605px; 
	background-image: url(../bilder/kachel_gruen.gif);
	height: 324px;
	clear: both;
	
	overflow: auto;
	
	border-right: 2px solid black;
	padding-left: 22px;   
}

#inhaltfuss{
	position: absolute;
	z-index: 1; 
	top: 353px; 
	left: 0px; 
	height: 25px;
	width: 100%;
	background: url("../bilder/Balken_unten.gif") no-repeat;
}

#inhalttext p {
	margin-top: 11px;
	z-index: 2; 
	width: 310px; 
	text-align: left;
}

#inhalttext table{
	z-index: 2; 
	width: 310px; 
	text-align: left;
}

#inhalttext a        { color: #B00000; background-color: inherit; line-height: 14px; font-weight: bold;}
#inhalttext a:hover	 { color: #B00000; background-color: inherit;}
#inhalttext a:active { color: #B00000; background-color: inherit;}