  body {
    color: white; background-color: #333333;
    font-family: serif;
    margin: 0 auto; padding: 1em 1em;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

    a:link { color:#ffffff; text-decoration:none; }
    a:visited { color:#ffffff; text-decoration:none; }
    a:active { color:#ffffff; text-decoration:none; }

  div#Seite {
    width: 360px;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
    background: #ffffff;
  }

  form {
    font-size: 1em;
    margin: 1em 0;
    margin: 0.2em 0;
    color: #333366;
  }

  img {
    border: 0;
  }

  table {
    font-size: 1em;
    margin: 1em 0;
    margin: 0.2em 0;
    color: #333366;
  }

  h1 {
    font-size: 1.4em;
    margin: 0; padding: 0.3em;
    text-align: center;
    background: #8899ee;
    border-bottom: 1px solid #333333;
  }

  div#Inhalt {
    margin: 0;
    padding: 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #333366;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 0.83em 0;
    margin: 0.2em 0;
    color: #333366;
  }
  div#Inhalt a:link { color:#333366; text-decoration:underline; }
  div#Inhalt a:visited { color:#333366; text-decoration:underline; }
  div#Inhalt a:active { color:#999999; text-decoration:none; }

  p#Navigation {
    clear: both;
    font-size: 0.83em;
    text-align: center;
    font-family: sans-serif;
    font-weight:bold;
    margin: 0; padding: 0.3em 1em;
    background-color: #ccddff;
  }

  p#Navigation a:link { color:#333366; text-decoration:none; }
  p#Navigation a:visited { color:#333366; text-decoration:none; }
  p#Navigation a:active { color:#999999; text-decoration:none; }



  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.3em 1em;
    text-align: center;
    background-color: #8899ee;
    border-top: 1px solid #333333;
  }



