  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Verdana,Arial,sans-serif;
    FONT-WEIGHT: bold;
    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: 780px;
   
    padding: 0;
    background: #ffffe0 ;
    border: 2px ridge silver;
  }
  html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }


  div#navibild {
    background-image:url(BG_top2.jpg); background-repeat:no-repeat;

  }
  
  #zufall {
  width: 100px; 
  padding:10px;
  float: left;
  
  }


  div#top {
     
    HEIGHT: 180px;
    FONT-SIZE: 12px;
    margin: 0x; padding: 0px;
    text-align: right;
    
    
    
  }

    div#navitop {
      
    HEIGHT:20px;
    FONT-SIZE: 12px;
    margin: 0x; padding: 0px;
    text-align: center ; 
    border-bottom: 1px solid silver;

      }
  div#navitop a:link {
    color: black; 
    text-decoration: none;

  }
  div#navitop a:visited {
    color: black; 
    text-decoration: none;

  }
  div#navitop a:hover {
    color: red; 
    text-decoration: none;

  }
  div#navitop a:active {
    color: black; 
    text-decoration: none;

  }
    



  ul#Navigation {
    
    
    HEIGHT: 900px; 
    font-size: 0.83em;
    float: left; width: 150px;
    margin: 0 0 1.2em; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;

  }
  ul#Navigation a:link {
    color: black; 
    text-decoration: none;

  }
  ul#Navigation a:visited {
    color: black; 
    text-decoration: none;

  }
  ul#Navigation a:hover {
    color: red; 
    text-decoration: none;

  }
  ul#Navigation a:active {
    color: black; 
    text-decoration: none;

  }

  div#Inhalt {
    
   
    
    margin: 0 0 1em 170px;
    padding: 0 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  p#Fusszeile {

   
    HEIGHT: 50px;
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;  
    text-align: center;
    background-color: #fed;
    border-top: 1px solid silver;
  }
