body {
  color: black; background-color: white;
  font-size: 100.01%;
  font-family: helvetica neue;
 
overflow: hidden;
 
}



div#seite {
    
    width: auto;
     height: 98.5%;
    overflow: scroll;
  
     font-size: 12px;
    font-weight: 300;
  
   
   
    
     margin-right: auto; /* Abstand rechts */
  margin-left: auto; /* Abstand links */
  border: 1px;
     border-style: solid;
    border-color: white; 
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
  }





div#titel {
	  font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    
 margin-top: 90px;
  margin-right: auto; /* Abstand rechts */
  margin-bottom: 1px;
  margin-left: auto; /* Abstand links */
    
   width: 650px; height: 10px;
 
  border: 2px;
     border-style: solid;
    border-color: white; 
   
}

div#seite a:link {
  color: black; 
  text-decoration:none;
  }
div#seite a:visited {
  color: black;
  text-decoration:none;
  }
div#seite a:hover {
  color: grey; background-color: white;
  text-decoration:none;
}
div#seite a:active {
  color: silver; background-color: white;
  text-decoration:none;
}

f {   font-weight: 400; }

div#nav {
    

     width: 650px;
    margin-top: 1px;
  margin-right: auto; /* Abstand rechts */
  margin-bottom: 90px;
  margin-left: auto; /* Abstand links */
    padding: 1px; 
      border: 1px;
    height: auto;
    border-style: solid;
    border-color: white; 
    
    
}


div#inhalt {
    

     width: 650px;
    margin-top: 1px;
  margin-right: auto; /* Abstand rechts */
  margin-bottom: 90px;
  margin-left: auto; /* Abstand links */
    padding: 1px; 
      border: 1px;
    height: auto;
    border-style: solid;
    border-color: white; 
    
    
}


ul#Navigation {
   font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.1em;
   
    position: relative;
     float: left;
    
    
      margin: 0 auto; 
  padding: 0;

   
}
ul#Navigation li {
    position: relative;
     float: left;
     right: 50%;
    margin-right: 10px
        padding: 0px;
  list-style: none;
  

}
ul#Navigation a {

  padding: 0.2em;


}
ul#Navigation a:link {
  color: black; 
  text-decoration:none;
  }
ul#Navigation a:visited {
  color: black;
  text-decoration:none;
  }
ul#Navigation a:hover {
  color: grey; background-color: white;
  text-decoration:none;
}
ul#Navigation a:active {
  color: grey; background-color: white;
  text-decoration:none;
}





