  body {
    color: black; background-color: white;
    font-size: 80%;
    font-family: Verdana, Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: left;  /* Zentrierung im Internet Explorer */
    vertical-align:middle;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
    background-image:url(img/bg-tree.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000000;
  }
  
  #fixiert {
    position: absolute;
    top: 2.8em; left: 1.5em;
    width: 16em;
    border: 1px solid silver;
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  #fixiert img {
    height: 6.8em; float: right;
  }


  div#Seite {
    text-align: center;    /* Seiteninhalt wieder links ausrichten */
    margin: 0.5em;      /* standardkonforme horizontale Zentrierung */
    width: 1050px;
    padding: 0.5em;
    border: 2px ridge silver;
    vertical-align:top;
  }

  ul#Navigation {
    font-size: 0.91em;
    margin: 0; padding: 0;
    border: 1px solid black;
    background-color: rgba(255, 255, 255, 0.6);
  }
  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;
  }
  ul#Navigation a:visited {
    color: black;
  }
  ul#Navigation a:hover {
    color: black;
  }
  ul#Navigation a:active {
    color: #420002;
  }

  div#Inhalt {
    padding: 0 1em;
    margin-top: 0.8em;
    margin-left: 18em;
    border: 2px ridge silver;
    vertical-align:middle;
    background-color: rgba(255, 255, 255, 0.6);
    min-height: 46em;
  }
  div#Inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 1em;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0 0 1em;
  }
  div#Inhalt p {
    font-size:1em;
    margin: 1em 0;
  }
  div#Inhalt a {
    color:#800000;
    text-decoration: none;
  }
  div#Inhalt a:active {
    color:#BB0000;
  }
  div#Inhalt a:hover {
    color:#BB0000;
    text-decoration: underline overline;
    font-weight: bold;
  }

  div#footer {
    padding: 0 1em;
    margin-top: 0.8em;
    margin-left: 18em;
    border: 2px ridge silver;
    background-color: rgba(247, 223, 128, 0.6);
    vertical-align:middle;
    color: #4F0000;  } 
    
  div#footer a {
     color: #800000;
     text-decoration: none;
   }
  div#footer a:hover {
     color: #800000;
     text-decoration: underline overline;
     font-weight: bold;
   }

  div#gpg {
     color: #000000;
     text-align: left;
   }


   .fazit {
       color: #800000;
       font-weight: bold;
   }
   .petit {
       font-size: xx-small;
       text-align: center;
   }       
