body {
	background-color:#E8D279;
	margin: 0; 
	padding: 0;
}

 /* * * *    E B E N E N    * * * **********************************************************************************************************/

#div_abstand {
	margin:5px 0 0 0;
}

#div_menu {
	margin:0;
	text-align:center;
}

 /* Nur zum Drucken --------------------------------------------------- */		
#print_content {
	position:absolute;
	top: -9999px;
	left: -9999px;	
}

 /* Hauptebene, legt die Breite von 920 px fest, zentriert ausgerichtet --------------------------------------------------- */		
#div_parent {
	width: 920px;
	margin:0 auto;
	border:2px solid #4F6123;	
	padding: 20px;	/* die Zahl beinflusst die Fußzeile und Abstand der logozeile.jpg*/
	background-color:#FFE788;
}

 
 /* Oberste Ebene) --------------------------------------------------- */	
#div_logo  { 
	margin: 0 auto; 
	width:920px;	
	height: 116px;	
/*	background-image:url(../grafik/logozeile.jpg); */
}

 /* Mittlere Ebene des Ausgabebereiches --------------------------------------------------- */	
#div_content-mitte  { 
	margin: 10px 0 0 0; 
	width:920px;
	height:auto;	
}

 /* Ebene mit aktueller Seite --------------------------------------------------- */	
#div_aktuell  { 
	margin: 0 0 10px 0; 
	width:920px;
	height:auto;
}

 /* Fußzeile --------------------------------------------------- */	
#div_fusszeile  { 
	margin: 60px 0 -15px 0; 
	text-align: center;
}


 /* Formatierung für den Hauptbereich  --------------------------------------------------- */
.text_haupt   { 
	margin: 25px 28px 0 28px;
	font-size: 0.8em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#3A451F;
	text-align: justify; 
	background-image:url(grafik/content-mitte.gif);
}

.text_haupt a  { 
	font-size: 0.85em; 
	font-weight: bold;
}
.text_haupt a:link  { text-decoration: none; color: #3A451F;}
.text_haupt a:active  { text-decoration: none; color: #3A451F;}
.text_haupt a:visited  { text-decoration: none; color: #3A451F;}
.text_haupt a:focus  { text-decoration: none; color: #3A451F;}
.text_haupt a:hover  { text-decoration:underline; 	color: #3F3200;}


 /* FETT-Formatierung für den Hauptbereich der Ebene div_haupt --------------------------------------------------- */
.text_hauptf   { 
	font-size: 0.8em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#3A451F;
	text-align: justify; 
	font-weight: bold;
	margin: 25px 0 0 28px; 
}

.text_hauptf a  { 
	font-size: 0.85em; 
	font-weight: bold;
}
.text_hauptf a:link  { text-decoration: none; color: #3A451F;}
.text_hauptf a:active  { text-decoration: none; color: #3A451F;}
.text_hauptf a:visited  { text-decoration: none; color: #3A451F;}
.text_hauptf a:focus  { text-decoration: none; color: #3A451F;}
.text_hauptf a:hover  { text-decoration:underline; 	color: #3F3200;}


 /* Formatierung der Unterpunkte  --------------------------------------------------- */
.text_aufz   { 
	margin: 5px 0 0 48px;
	font-size: 0.8em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#3A451F;
	text-align: justify; 
	background-image:url(grafik/content-mitte.gif);
}

 
 /* Stylzuweisung der Collage-Grafiken für Print-Unterdrückung  --------------------------------------------------- */
.image { 
	margin: 0;
}


