  body {
    color: black; background-color: white;
    font-size: 105%;
    font-family: Helvetica,sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em;
  }

  h1 {
    font-size: 2em;
    margin: 0 0 0em; padding: 0em;
    text-align: center;
    background-color: ##000000;
    border: 0px ridge silver;
  }

  ul#Navigation {
    font-size: 0.9em;
    float: left; width: 14em;
    margin: 0 0 0em; padding: 0;
    border: 0px;
    background-color: ##000000;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0em;
    font-weight:lighter;
    
  }
  ul#Navigation a {
    display: block;
    padding: 1em;
    font-weight: lighter;

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

  div#Info {
    font-size: 0.9em;
    width: 12em;
    margin: 0 0 1.5em; padding: 0;
    background-color: #eee; border: 0px dashed silver;
	position:absolute; top:2px; right: 10px; 
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 0em;
    margin: 0em;
  }

  div#Inhalt {
    margin: 0 15em 0em 15em;
    padding: 0 1em;
    border: 1px black;
    text-align:left;
    font-size: 90%;
    
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    font-weight: lighter;
    
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
    font-weight:lighter;
  }
  div#Inhalt bold {
    font-size: 1em;
    margin: 1em 0;
    font-weight: bolder;    
  
  }
    div#Inhalt a:link {
    color: green;
    text-decoration : none;
  }
  div#Inhalt a:visited {
    color: green;
    text-decoration : none;
  }
  div#Inhalt a:hover {
    color: green;
    text-decoration : none;
  }
  div#Inhalt a:active {
    color: green;
    text-decoration : none;
  }