* { margin: 0; padding: 0; }


#bauch {
	position:absolute;
	height:260px;
	width:100%;
	top: 67px;
	
	left: 0px;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background-color: #ededed;
}

#mitte {
	position:absolute;
	height:260px;
	width:831px;
	top: 67px;
	
	left: 51px;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background-color: #ffffff;
}

#hauptnavigation {
	position:absolute;
	height:240px;
	width:171px;
	top: 67px;
	
	left: 58px;
	text-align: left;
	padding-top: 20px;
	overflow: hidden;
	background-color: #818181;
	
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	}
 #hauptnavigation ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#hauptnavigation li 
	{ 
	margin: 0 0 0 0; 
	}
#hauptnavigation a
	{
	display: block;
	color: #ffffff;
	background-color: #818181;
	width: 171px;
	padding: .6em .9em;
	text-decoration: none;
	}
#hauptnavigation a:hover
	{
	background-color: #575757;
	color: #ffffff;
	}



#subnavigation {
	position:absolute;
	height:260px;
	width:171px;
	top: 67px;
	
	left: 236px;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background-color: #aaaaaa;
	
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 

	}
#subnavigation ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#subnavigation li 
	{ 
	margin: 0 0 0 0; 
	}
#subnavigation a
	{
	display: block;
	color: #000000;
	background-color: #aaaaaa;
	width: 30em;
	padding: .5em .9em;
	text-decoration: none;
	}
#subnavigation a:hover
	{
	background-color: #c6c6c6;
	color: #000000;
	}


#bild {
	position:absolute;
	height:260px;
	width:461px;
	top: 67px;
	
	left: 414px;
	text-align: left;
	
	padding: 0px;
	overflow: hidden;
	background-color: #ededed;
}

#textfeld {
	position:absolute;
	
	width:439px;
	top: 334px;
	
	left: 414px;
	text-align: left;
	border: 1px;
	border-style: dotted;
	border-color: #ffffff;
	padding: 10px;
	overflow: auto;
	background-color: #ffffff;
	}
	#textfeld a:link { 
	color: black; 
	text-decoration: none;
	}
	#textfeld a:visited { 
	color: black; 
	text-decoration: none;
	}
	#textfeld a:hover {
	color: blue; 
	text-decoration: none;
	}
	#textfeld li { 
	list-style-type: square;
	list-style-position: inside; 
	}



.Aufmacher {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #545fbb;
}
.Uberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}
.Fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

