
  body {
    font: normal 100% Lucidatypewriter, monospace;
    color: #FD4F0A; background-color: #000014;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  }
  p {
    margin: 3em 0 0 3em;  /* Positionierung des 'zurueck'-Links */
  }
 

  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
  }

  #fixiert {
    position: absolute;
    top: 2em; left: 4em;
    width: 12em;
    background-color: #FD4F0A;	/* Farbe Balken links */
    
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  #fixiert img {
    height: 6.8em; float: right;
  }

  #Inhalt {
    margin-left: 10em; padding: 0 4em; margin-right: 10em;
   
  }
  * #Inhalt {  /* versteckt vor Netscape 4 */
    background-color: #000014;	/* Farbe Schriftfenster #DDFFE9  #EFDAFF #F2FFF8 */
  }


 #Inhalt h1 {
    font-size: 2em;
    margin: 0.3em 11% 0.1em;
    text-decoration: none;
    }

  #Inhalt h2 {
    font-size: 2em;
    margin: 0.3em 25% 0.1em;
    text-decoration: none;
    color: #FD4F0A;
    }
    
     #Inhalt h3 {
    font-size: 2em;
    margin: 0.3em 10% 0.1em;
    text-decoration: none;
    }
    
      #Inhalt h4 {
    font-size: 2em;
    margin: 0.3em 1% 0.1em;
    text-decoration: none;
    }
    
    
  #Inhalt p {
    font-size: 0.8em;
    margin: 0.6em 0;
    text-decoration: none;
    color: #FD4F0A;
  }
  #Inhalt #Fusszeile {
    font-size: 0.9em;
    margin: 40em 0 0; padding: 0.1em;
    text-align: center;
    background-color: #BEFF00; color: #000014; /* background und schrift unten */
    text-decoration: none;
  }

 
 
  #Navigation {
    font-size: 100%;
    margin: 1.2 0 8.53em; padding: 0; text-decoration:none
  }
  #Navigation li {
    list-style: none;
    margin: 0; padding: 1em; text-decoration:none
  }

  
  
  h1 {
    display: block;
    padding: 0em;
    font-weight: bold;
    text-decoration:none;
  }
  h1 a:link { text-decoration:none;
    color: #000014; background-color: #BEFF00;
  }
  h1 a:visited {
    color: #000014; background-color: #BEFF00; text-decoration:none;
  }
  h1 a:hover {
    color: #FD4F0A; background-color: #000014; text-decoration:none; font-size: 411%;
  }
  h1 a:active {
    color: #000014; background-color: #FD4F0A; text-decoration:none;
  } 
  
    h2 {
    display: block;
    padding:1em;
    font-weight: bold;
    text-decoration:none;
  }
  
  
  h2 a:link { text-decoration:none;
    color: #D5E1E6; background-color: #000000;
  }
  h2 a:visited {
    color: #D5E1E6; background-color: #000000; text-decoration:none;
  }
  h2 a:hover {
    color: #FD4F0A; background-color: #000000; text-decoration:none; font-size: 411%;
  }
  h2 a:active {
    color: #000014; background-color: #FD4F0A; text-decoration:none;
  }
 
 
 
    h3 {
    display: block;
    padding: 0em;
    font-weight: bold;
    text-decoration:none;
  }
  
  
  h3 a:link { text-decoration:none;
    color: #000014; background-color: #FD4F0A;
  }
  h3 a:visited {
    color: #000014; background-color: #FD4F0A; text-decoration:none;
  }
  h3 a:hover {
    color: #FD4F0A; background-color: #000014; text-decoration:none; font-size: 411%;
  }
  h3 a:active {
    color: #000014; background-color: #FD4F0A; text-decoration:none;
  }
  
  
     h4 {
    display: block;
    padding: 1.9em;
    font-weight: bold;
    text-decoration:none;
  }
  
  
  h4 a:link { text-decoration:none;
    color: #D5E1E6; background-color: #000000;
  }
  h4 a:visited {
    color: #D5E1E6; background-color: #000000; text-decoration:none;
  }
  h4 a:hover {
    color: #FD4F0A; background-color: #000014; text-decoration:none; font-size: 411%;
  }
  h4 a:active {
    color: #000014; background-color: #FD4F0A; text-decoration:none;
  }
 
 