body {				/* Def Body */
    color: 000080; 
    background-color: white;
    font-size: 100.01%;			/* ? */
    font-family: Arial;
    margin-left: 0em;
    margin-right:0em;
    text-align: center;  
  }

  div#seite {				/* Def der Seite  */
    text-align: left;    
    margin: 0 auto;      
    width: 1000px;			/* Def der Breite der Seite  */
    height: 580px;
  }

  div#bilderleiste{			/* Def der Kopfzeile - Bilder  */				
    font-weight: bold;   				 	   
  }
    div#Bilderleiste img{			
    vertical-align: middle;  				 	   
  }


  div#bilderleiste a:link {
    text-decoration:none;
    color: 000080; 
  }

  div#bilderleiste a:visited {
    text-decoration:none;
    color: 000080; 
  }

  div#bilderleiste a:hover {
    text-decoration:none;
    color: 008880; 
  }

  div#bilderleiste a:active {
    text-decoration:none;
    color: 008880; 
  }




  div#navigation_bilder {		/* Def der Navigation-Bildüberschrift  */
  margin: 0 0 0 0;
  padding: 0 0 0 14em;
  }

  div#navigation_bilder table {
  border: 1px white;
  width: 53.3em; 
  font-size: 0.91em;
  }

  div#navigation_bilder th {
  border: 0.5px white;
  width: 10.6em;
  padding:0 0 0 0em;
 
  }


  div#navigation_bilder table a {  
  font-weight: bold;
  }
  
 div#navigation_bilder table a:link {
  text-decoration:none;
  color: 000080; 
  }
  div#navigation_bilder table a:visited {
  text-decoration:none;
  color: 000080; 
  }
  div#navigation_bilder table a:hover {
  text-decoration:none;
  color: 008880; 
  }
  div#navigation_bilder table a:active {
  text-decoration:none;
  color: 008880; 
  }


  ul#navigation {			/* Def der Navigation  */
  font-size: 0.91em;
  float: left; 
  width: 12em;
  height: 26em;
  margin-left: 3.2em; 
  margin-top: 4.5em;
  padding: 0;

  }
  ul#navigation li {
  list-style: none;
  margin: 0; padding: 0em;
  }
  ul#navigation a {
  display: block;
  padding: 0.2em;
  font-weight: bold;
  }

  ul#navigation a:link {
  text-decoration:none;
  color: 000080; 
  }
  ul#navigation a:visited {
  text-decoration:none;
  color: 000080; 
  }
  ul#navigation a:hover {
  text-decoration:none;
  color: 008880; 
  }
  ul#navigation a:active {
  text-decoration:none;
  color: 008880; 
  }


  div#inhalt {				/* Def von Body */
    margin-right: 0.2em;
    text-align:center;
    vertical-align: middle;  

    width: 48.2em;
    float:right;
    height:28.05em;
    border: 1px solid silver;
  }

  div#inhalt h2 {			/* Def Überschrift im Body */  

    margin-top: 0.9em;
    font-size: 1.3em;
}
  div#inhalt img {			/* Def Bild im Body */  
    margin-top: 4em;
}

 div#inhalt p {			/* Laufschrift Fusszeile */  
  font-size: 0.78em;
  margin-top: 4.6em;
  text-align:center;
 
  }
