body {
	background-color:#FFFFCC;
	margin: 0; 
	padding: 0;
}

 /* * * *    E B E N E N    * * * **********************************************************************************************************/

/* Hauptebene, legt die Breite von 760 px fest, zentriert ausgerichtet --------------------------------------------------- */		
#div_parent {
	width: 760px;
	margin:0 auto;
	height:auto;
}

 /* Oberste Ebene) --------------------------------------------------- */	
#div_logo  { 
	margin: 0 auto; 
	width:711px;	
	height: 153px;	
	background-image:url(../grafik/logo.jpg);
}

 /* Oberste Ebene des Ausgabebereiches --------------------------------------------------- */	
#div_content-oben  { 
	margin: 0 auto; 
	width:701px;	
	height: 10px;	
	background-image:url(../grafik/content-oben.gif);
}

 /* Mittlere Ebene des Ausgabebereiches --------------------------------------------------- */	
#div_content-mitte  { 
	margin: 0 auto; 
	width:701px;
	height:auto;	
	background-image:url(../grafik/content-mitte.gif);
}


 /* Unterste Ebene des Ausgabebereiches --------------------------------------------------- */	
#div_content-unten  { 
	margin: 0 auto; 
	width:701px;	
	height: 10px;	
	background-image:url(../grafik/content-unten.gif);
}

 /* Navigation mitte --------------------------------------------------- */		
#div_navi {
	margin: 0 auto; 
	width:701px;
	height: 32px;
	background-image:url(../grafik/navi.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;	
	font-weight:bold;
}

 /* Navigation mitte für Angebote--------------------------------------------------- */		
#div_naviang {
	margin: 0 auto; 
	width:701px;
	height: 54px;
	background-image:url(../grafik/navi2.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;	
	font-weight:bold;
}

 /* Navigationsebene (1e Ebene) --------------------------------------------------- */
.navi_gation { 
	list-style: none;
	margin:0;
	padding:8px 0 0 15px;
}

.navi_gation li    {
	display: inline;					/* Liste waagerecht  */
	margin-right: 25px;
}

.navi_gation a {
	padding-top: 1px;
	height: 22px;
}

.navi_gation a:link  { text-decoration: none; color:#003399; }
.navi_gation a:active  { text-decoration: none; color:#003399;}
.navi_gation a:visited  { text-decoration: none; color:#003399;}
.navi_gation a:focus  { text-decoration: none; 	color:#003399;}
.navi_gation a:hover  { text-decoration:underline; 	color:#6182B4;}

.aktiv {
	font-style:italic;
	text-decoration:underline;
	color:#6182B4;
}

 /* Formatierung für den Hauptbereich  --------------------------------------------------- */
.text_haupt   { 
	margin: 13px 15px 5px 15px;
	font-size: 0.8em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #003399;
	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: #003399;}
.text_haupt a:active  { text-decoration: none; color: #003399;}
.text_haupt a:visited  { text-decoration: none; color: #003399;}
.text_haupt a:focus  { text-decoration: none; color: #003399;}
.text_haupt a:hover  { text-decoration:underline; 	color:#6182B4;}


 /* FETT-Formatierung für den Hauptbereich der Ebene div_haupt --------------------------------------------------- */
.text_hauptf   { 
	font-size: 0.8em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #003399;
	text-align: justify; 
	font-weight: bold;
	padding: 0 40px 0 20px;
	margin: 0 0 0 0; 
}
