body {    color: black; background-color: white;    font-size: 100.01%;    font-family: Arial,Helvetica,sans-serif;    margin: 0; padding: 1em;    min-width: 52em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */  }
  
  
  
  /* Kopfzeile */  h1 {    font-size: 1.5em;    margin: 0; padding: 0.3em;    text-align: left;  }
  
  
  /* Navigation */
    ul#Navigation {    font-size: 0.9em;
    text-align: left;
    border: 1px dashed black;
    background-color: #9C8989;    margin: 0.7em 0 1.2em; padding: 0.5em 0.5em 0.5em 0em;  }
    ul#Navigation li {    list-style: none;
    display: inline;    margin: 0.5em; padding: 0.5em;  }
    ul#Navigation a {    padding: 0.2em;    font-weight: bold;  }  ul#Navigation a:link {    color: black; text-decoration:underline;  }  ul#Navigation a:visited {    color: black; text-decoration:underline;  }
  ul#Navigation a:focus {    color: black; text-decoration:none;  }  ul#Navigation a:hover {    color: black; text-decoration:none;  }  ul#Navigation a:active {    color: white; text-decoration:none;  }
  
  
  /* Box links */  div#Infolinks {    font-size: 0.9em;    float: left; width: 17em;    margin: 0 1 1.1em; padding: 0.5;    background-color: #9C8989;  }
    div#Infolinks h2 {    font-size: 1.33em;    margin: 0.2em 0.5em;  }  div#Infolinks p {    font-size: 1em;    margin: 0.5em;  }
  
  div#Infolinks p.klein {
    font-size: 90%;
  }
  
  div#Infolinks a {    padding: 0.2em;    font-weight: bold;  }
  
   div#Infolinks a:link {    color: black; text-decoration:underline;  }  div#Infolinks a:visited {    color: black; text-decoration:underline;  }
  div#Infolinks a:focus {    color: black; text-decoration:none;  }  div#Infolinks a:hover {    color: black; text-decoration:none;  }  div#Infolinks a:active {    color: black; text-decoration:none;  }
  
  
  /* Box rechts */
  
   div#Inforechts {    font-size: 0.9em;    float: right; width: 15em;    margin: 0 1 1em 1.1em; padding: 0.5;    border: 1px dashed black;  }
    div#Inforechts h2 {    font-size: 1.33em;    margin: 0.2em 0.5em;  }  div#Inforechts p {    font-size: 1em;    margin: 0.5em;  }
  
  div#Inforechts p.klein {
    font-size: 90%;
  }
  
  div#Inforechts a {    padding: 0.2em;    font-weight: bold;  }
  
   div#Inforechts a:link {    color: black; text-decoration:underline;  }  div#Inforechts a:visited {    color: black; text-decoration:underline;  }
  div#Inforechts a:focus {    color: black; text-decoration:none;  }  div#Inforechts a:hover {    color: black; text-decoration:none;  }  div#Inforechts a:active {    color: black; text-decoration:none;  }
  
  
  /* Box Mitte */
    div#Inhalt {    margin: 0 12em 1em 16em;    padding: 0 1em;  }    div#Inhalt h2 {    font-size: 1.2em;    margin: 0.2em 0;  }
    div#Inhalt p {    font-size: 1em;    margin: 1em 0;  }
  
  div#Inhalt p.kleiner {
    font-size: 90%
  }  
  
  div#Inhalt a {    padding: 0.2em;    font-weight: bold;  }
  
  div#Inhalt a:link {    color: black; text-decoration:underline;  }  div#Inhalt a:visited {    color: black; text-decoration:underline;  }
  div#Inhalt a:focus {    color: black; text-decoration:none;  }  div#Inhalt a:hover {    color: black; text-decoration:none;  }  div#Inhalt a:active {    color: black; text-decoration:none;  }
  
  
  
  /* Fusszeile */  p#Fusszeile {    clear: both;    font-size: 0.8em;    margin: 0.5em; padding: 0.5em;    text-align: right;    background-color: #9C8989;
    border: 1px dashed black;  }
  
  p#Fusszeile a:link {    color: black; text-decoration:none;  }  p#Fusszeile a:visited {    color: black; text-decoration:none;  }
  p#Fusszeile a:focus {    color: black; text-decoration:underline;  }  p#Fusszeile a:hover {    color: black; text-decoration:underline;  }  p#Fusszeile a:active {    color: black; text-decoration:underline;  }