body {
    
    font-size: 100.01%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 956px;
	background-color: #f3f2e7;

  }




  div#Navigation {
	font-size: 1em;
	float: left;
	width: 184px;
	padding-left: 5px;
	padding-top: 0px;
	background-color: #f5f1e8;
		
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	overflow: auto;
	
		
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
	display: block;
	padding: 0.6em;
	font-weight: bold;
	text-decoration: none;
  }
  ul#Navigation a:link {
    color: black; background-color: white;
  }
  ul#Navigation a:visited {
    color: #666; background-color: white;
  }
  ul#Navigation a:hover {
    color: black; background-color: #eee;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  div#Sub {
	padding-left: 0px;
	float: left;
	width: 766px;
	height: 30px;
	background-color: #f5f1e8;
}
  div#Inhalt {
	float: left;
	width: 716px;
	overflow: auto;
	background-color: #f5f1e8;
	padding-left: 50px;		
}
  div#Inhalt_noscript {
	float: left;
	width: 716px;
	background-color: #f3f2e7;
	padding-left: 50px;		
}
  
    div#Inhalt_start {
	float: left;
	width: 766px;
	background-color: #f5f1e8;
	
	overflow: hidden;
	

}
  div#fuss {
padding-left: 0px;
	float: right;
	width: 955px;
}

  div#Leer {
	
	float: left;
	width: 30px;
	
background-color: #CCCCCC; 
	
  }

    div#Info {
    font-size: 0.9em;
    float: left; width: 170px;
    margin: 0; padding: 0;
	
    background-color: #CCCCCC; 
  }
