body {
    background-color: #ccc;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    font-size: 0.91em; color: black; background-color: white;
    padding: 0;
    border: 0;
  }

  a:link { color: #941C1A;  }
  a:visited { text-decoration:none; font-weight:bold; color:#c55511; }
  a:hover { text-decoration:none; font-weight:bold; color:#c55511; }
  a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
  a:focus { text-decoration:none; font-weight:bold; background-color:#ccc; }


  #head {
    font-size: 1.5em;
    margin: 0; padding: 0; width: 800px; height:200px; overflow: hidden;
    text-align: center;
    background-color: white;
    background-image:url(../images/welle800korb.jpg); background-repeat:no-repeat; border: 0;
  }

  ul#navigation {
    font-size: 0.91em;
    float: left; width: 15em;
    margin: 0; padding: 0; height:240px;
    border: 0;
  }
  ul#navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#navigation a {
    display: block;
    padding: 0.2em; text-decoration: none;
  }
  ul#navigation a:link {
    color: #941C1A; background-color: white;
  }
  ul#navigation a:visited {
    color: #c55511; background-color: white;
  }
  ul#navigation a:hover {
    font-weight: bold; color: white; background-color: #941C1A; text-decoration: none;
  }
  ul#navigation a:active {
    color: #cff; background-color: white;
  }

  div#inhalt {
    margin-left: 14em;
    margin-right: 0.5em;
    padding: 0 1em;
    border: 0;
  }
  div#inhalt h1 {
    font-size: 1.5em; color: #941C1A;
    margin: 0 0 1em;
  }
  div#inhalt h2 {
    font-size: 1.2em;
    margin: 0 0 1em;
  }
  div#inhalt p {
    font-size:0.91em;
    margin: 1em 0;
  }

  #fusszeile {
    clear: both;
    text-align: center; color: white; line-height:77pt; font-size: 0.7em;
    background-color: white;
    margin: 0; padding: 0; width: 800px; height:70px; overflow:hidden;
    background-image:url(../images/welle_fuss800.gif); background-repeat:no-repeat; border: 0;
  }
  #fusszeile a {
    text-decoration: none; color: white;
  }
  #fusszeile a:hover {
    color: black;
  }