


  body {
    color: black; 
    background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    /* Aussenabstand: top - right - bottom - left */
    margin: 2px;
    /* Innenabstand: top - right - bottom - left */
    padding: 1.0em 0 0 0;
    text-align: center;
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background-color: white; /*#ffffe0*/
    border: 2px ridge silver;
  }

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0em;
    text-align: center;
    background: url(../images/Logo_wasserzeichen_bunt_01.gif);
    background-repeat:no-repeat;
    background-position: 65% 62%; /* eckig: 65% 90%;*/
    background-color: white;
    height: 152px;
    border-bottom: 1px solid silver;
  }

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 200px;
    background-color: navy;
    margin: 10px 0 1.2em;
    padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }

  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    text-decoration: none;
  }
  ul#Navigation a:link {
    color: white; /* background-color: yellow*/
  }
  ul#Navigation a:visited {
    color: white;/*#666;*/
  }
  ul#Navigation a:hover,
    #index #navi01 a,
    #whatis #navi02 a,
    #login #navi03 a,
    #send_digest #navi04 a,
    #links #navi30 a, 
    #index1 #navi11 a,
    #sigopt #navi12 a,
    #topics #navi13 a,
    #comitee #navi14 a,
    #program #navi15 a,
    #regis #navi16 a,
    #accom #navi17 a {
    color: yellow;
  }
  ul#Navigation a:active {
    color: white;
  }

  div#Inhalt {
    margin: 10px 0 1em 220px;
    padding: 0 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: navy;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: white; /*#fed;*/
    border-top: 1px solid silver;
  }





