  body {
/*    background-color:#EDEDED; */
    background-color:#A0C4E8;	
    font-size: 100.01%;
	padding: 20px;
	margin:0 auto;
  }


 /* Ausgabebereich rechts --------------------------------------------------- */		
#div_content {
	position: absolute;
	left: 0px;
	width:auto;
	height:auto;
	top: 51px;
	margin: 0 auto;
    background-color:#0F3A64;	/*
    background-color:#820000;	/*
	background-color:#EC1D25; */
}


 /* Formatierung für die Überschriften  --------------------------------------------------- */
.text_titel   { 
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
	color: white;	
    margin: 0 370px 20px 370px;
    text-align: left;
	font-weight:normal;
  }
 

 /* Normaler Text  --------------------------------------------------- */
.text   { 
	color: white;	
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:0.8em;
    font-family:Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	text-transform:none;
    margin: 0 370px 15px 370px;
	padding:0;
    text-align: left;
  }
  
    .text a {
    padding: 0.1em;
  }
    .text a:link {
	color: white;
	text-decoration:underline;
  }
    .text a:visited {
	color: white;	
	text-decoration: none;	
  }
    .text a:hover {
    color: #820000;
  	background-color: white;
  }
    .text a:active {
    color: white; background-color: #F2E36F;
  }


 /* Navigation mitte --------------------------------------------------- */		
#div_navi {
	margin: -30px 0 20px 380px; 
	width:650px;
	height: 32px;
	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 10px;
}

.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:#000000; }
.navi_gation a:active  { text-decoration: none; color:#000000;}
.navi_gation a:visited  { text-decoration: none; color:#000000;}
.navi_gation a:focus  { text-decoration: none; 	color:#000000;}
.navi_gation a:hover  { text-decoration:underline; 	color:#0F3A64;}


/* Aktive und linklose Menüpunkte */
.navi_gation li.aktiv {
	color: #0F3A64;
	font-weight: bold;
	font-style:italic;
	text-decoration:underline;
  }