  body {
    color: black; background-color: white;
    font-size: 80.00%;
    font-family: Verdana, Arial,sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  h1 {
    font-family: Verdana, Arial,sans-serif;    
    font-size: 100%;
    margin: 20 5 20; padding: 0.3em;
    text-align: left;
    background-color: white;
    border: 0px ridge silver;
    color: gray;
  }
  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

  ul#Navigation {
    font-size: 100%;
    float: left; width: 13em;
    margin: 0 10 1.2em; padding: 8 0;
    border-right: 1px dotted silver;
    text-decoration:none; font-weight:normal;
  }
  
  
  
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 5 0.5em;
  }
  
  
  
  /* ActiveLink  --------------------    */
  
  
   ul#Navigation p {     				
    list-style: none;
    margin: 0; padding: 6 0.7em;
        font-weight: bold;
        color: darkblue;
        background-color: rgb(245,245,245);
  }

  ul#Navigation a {
    display: block;
    padding: 1 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: darkblue; background-color: white); text-decoration:none; font-weight:bold;
  }
  ul#Navigation a:visited {
    color: darkblue; background-color: white; text-decoration:none; font-weight:bold;
  }
  ul#Navigation a:hover {
    color: blue; background-color: rgb(245,245,245); text-decoration:none; font-weight:bolder;
  }
  ul#Navigation a:active {
    color: white; background-color: white;
  }


  
 
  div#Info {
    font-size: 0.9em;
    float: right; width: 3em;
    margin: 0 10 1.1em; 
    padding: 10 0.2em;
    background-color: #ffc; border: 1px dotted silver;
  }
  div#Info h2 {
    font-size: 100%;
    margin: 0.0em 0.5em;

  }
  div#Info p {
    font-size: 1em;
    margin:  0.6em;
    /*margin-top:18px;*/
  }

  div#Info a:link {
    color: darkblue; background-color: white); text-decoration: dotted; font-weight:bold;
  }
  div#Info a:visited {
    color: darkblue; background-color: white; text-decoration:none; font-weight:bold;
  }
  div#Info a:hover {
    color: blue; background-color: rgb(245,245,245); text-decoration:underline; font-weight:bolder;
  }
  div#Info a:active {
    color: white; background-color: white;
  }
  
 
  
  
  
  
  
  div#content {
    margin: 0 2em 1em 15em;
    padding: 3 1em;
    border: 0px dotted silver;
	background-color: #fff;
    /*background: url(semen_graf2.png) no-repeat 100% 100%; */

  }

  div#main {
    margin: 0 0em 0em 0em;
    padding: 0 1em;
    border: 0px dotted silver;
	background-color: #fff;


  }

  * html div#content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#content h2 {
    font-size: 120%;
    margin: 0.2em 0;
    color: darkblue; /* background-color: rgb(245,245,245);*/ border: 0px solid #ddd; border-top-width: 1px; border-bottom-width: 1px; text-decoration:dotted; font-weight:bolder;
  }
  
    div#content h3 {
    font-size: 120%;
    margin: 0.2em 0;
    color:#595959;  font-weight:bolder;
  }
    div#content h4 {
    font-size: 100%;
    margin: 0.5em 0em;
    color:#595959; font-weight:normal; line-height:120%
    .abs {line-height: 120%;}
    
  }
  div#content p {
    font-size: 1em;
    margin: 1em 0;
  }

          
  div#footer a:link {
    color: darkblue; background-color: white); color: #bbb; text-decoration: none; font-weight:bold;
  }
  div#footer a:visited {
    color: darkblue; background-color: white; color: #bbb; text-decoration:none; font-weight:bold;
  }
  div#footer a:hover {
    color: blue; background-color: rgb(245,245,245); color: #bbb; text-decoration:none; font-weight:bolder;
  }
  div#footer a:active {
    color: white; color: #bbb; background-color: white;
  }
  
  
  
   p#footer {
    clear: both;
    font-size: 0.9em;
    margin: 5 10 30 20; padding: 11;
    text-align: center;
	color: #bbb;
	font-weight:bold;
    background-color: white; border: 0px solid #ddd; border-top-width: 1px;

         }
    

 
    
    

