 body {
    color: #003366; background-color: white;
    font-size: 100.01%;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	 
  }

  #zentralerBereich {
  
	 max-width: 65em;
	 margin: auto; 
	 background-color: white;
	 border-width:0px;
	 border-style:dashed ;
	 border-color:silver;
  }
 
 
 #Logo {
	 
	 width:100%;
	 heigth:60px;
	 background-color: white;
	 text-align: right; 
	 border-bottom: 1px solid black;
 
 }
 
 #Logo b {
	
	font-size:2em;
	
 }
 
  #Logo span {
	
	padding-right:5em;
	
	
 }
 
 #Navigation {
	
	margin-top:0em;	
	padding: 1px 5%; 
	background-color: white;
	text-align: center;	
	font-size: 0.9em;
	border-bottom: 1px none black;
 }
 
 #Navigation li {
	 
	  display: inline; 
	  list-style-type: none;
	  border-left: 1px solid red;
	  padding: 0 10px 0 15px;
	
}

#Adresse {
	
	 
	padding-left:0.5em;
	 padding-top:15em;
	 font-size: 0.9em;
	 float:right;
	 width: 16em;
	 background-color:white;
	 border-left: 1px dashed red;
 }
 
 
 #Ueberschrift {
	
	 margin: 1em 50em 0 2em;
	 border-bottom:1px dashed red;
	 background-color:white;
	 
 }
  #Ueberschrift span {
  
  font-size: 2.0em;
  
  }
 
 #Inhalt {
	 min-height:40em;
	 margin: 0em 16em 0 0;
	 background-color:white;
	 padding: 1em; 
	 
 }
 
 #Inhalt ul {
 
	 line-height:1.7em;
	 margin-bottom:1em;
	 list-style-type:disc;
 
 }
 #Inhalt ul ul {
	line-height:1.2em;
	font-weight:lighter;
	list-style-type:circle;
 
 }
 
  #Inhalt h2{
	
	font-size:1.2em;
	 
 }
 
 blockquote#Titelseite{
	
	margin-top:10em;
	margin-bottom:20em;
	text-align:center;
	
 }
 
 table#Partner {
	
	 border:0em;
	 text-align:center; 
	 margin-left:10em;
	 margin-top:3em;
 }
 table#Person {
	
	 border:0em;
	 border-spacing:1em;
	 text-align:left; 
	 margin-left:8em;
 }

 
   p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: right;
    background-color: white; border: 1px solid silver;
  }
 