  body {
    color: black; background-color: #3333ff;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  a:link { text-decoration:none; font-weight:bold; color:#0000e0; }
  a:visited { text-decoration:none; font-weight:bold; color:#8888ff; }
  a:hover { text-decoration:none; font-weight:bold; color: white; background-color:#3333ff; }
  a:active { text-decoration:none; font-weight:bold; }
  a:focus { text-decoration:none; font-weight:bold; background-color:#3333ff; }


  h1 {
    font-size: 1.5em;
    padding: 0;
    margin: 0 0 1em 0em;
    text-align: center;
    height: 84px;
    background: url(../images/aquaheaderlong.jpg) no-repeat 100% 100%;
    background-position: right;
    border: none;
  }

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 170px;
    margin: 0 0 1.2em; padding: 0;
    border: 2px ridge silver;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0;
  }
  ul#Navigation a {
    display: block;
    text-align: center;
    text-indent: -12px;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: black;
    width: 169px;
    height: 37px;
    padding: 0;
    font-weight: bold;
  }
  ul#Navigation a:link {
    background: url(../images/button.jpg) no-repeat 100% 100%;
    color: black; background-color: #3333ff;
  }
  ul#Navigation a:visited {
    background: url(../images/button.jpg) no-repeat 100% 100%;
    color: black; background-color: #3333ff;
  }
  ul#Navigation a:focus {
    background: url(../images/button_select.jpg) no-repeat 100% 100%;
    color: black; background-color: #3333ff;
  }
  ul#Navigation a:hover {
    background: url(../images/button_over.jpg) no-repeat 100% 100%;
    color: black; background-color: #3333ff;
  }
  ul#Navigation a:active {
    background: url(../images/button_click.jpg) no-repeat 100% 100%;
    text-indent: 0px;
    color: black; background-color: #3333ff;
  }

  ul#Navigation a.submenu {
    display: block;
    text-align: center;
    text-indent: -12px;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: black;
    width: 169px;
    height: 37px;
    padding: 0;
    font-weight: bold;
  }
  ul#Navigation a.submenu:link {
    background: url(../images/sub_button.jpg) no-repeat 100% 100%;
    color: black; background-color: #3333ff;
  }
  ul#Navigation a.submenu:visited {
    background: url(../images/sub_button.jpg) no-repeat 100% 100%;
    color: black; background-color: #3333ff;
  }
  ul#Navigation a.submenu:hover {
    background: url(../images/sub_button_over.jpg) no-repeat 100% 100%;
    color: black; background-color: #3333ff;
  }
  ul#Navigation a.submenu:active {
    background: url(../images/sub_button_click.jpg) no-repeat 100% 100%;
    text-indent: 0px;
    color: black; background-color: #3333ff;
  }
  div#Inhalt {
    margin: 0 1em 1em 1em;
    padding: 0 1em;
    border: none;
    background-color: white;
    font-size: 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  h6#Fusszeile {
    display: block;
    font-size: 10px;
    color: white;
    width: 100%;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #3333ff; border: none;
  }

  h6#Fusszeile a:link {color: white }
  h6#Fusszeile a:visited {color: white }
  h6#Fusszeile a:active {color: white }
  h6#Fusszeile a:hover {color: #3333ff; background-color: #fefefe }
  h6#Fusszeile a:focus {color: #3333ff; background-color: #fefefe }

