body {
    /* color: black; */
    background-color: #F8F8FF;
    /* font-size: 100.01%; */
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    /* text-align: center;  /* Zentrierung im Internet Explorer */
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  div#Seite {
    /* position: absolute;
    top: 20px;
    left: 20px; */
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 950px;
    /* height: 550px; */
    padding: 0;
    background-color: #FFFFFF;
    border: 2px ridge silver;
  }

  h1 {
    height: 30px;
    font-size: 1.6em;
    color: white;
    margin: 0; padding: 15px;
    text-align: center;
    background-color: #006600;
  }

  ul#Navigation {
    font-size: 0.95em;
    float: left;
    width: 200px;
    /*  height: 400px; */
    margin: 0px ;
    padding-top: 15px;
    padding-left: 0px;
    /* border-right: 1px dashed; border-color: #006600;
    background-color: #E8FF00; */
  }

  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 4px;
  }
  ul#Navigation a {
    display: block;
    padding: 3px;
    font-weight: bold;
    text-decoration: none;
  }
  ul#Navigation a:link {
    color: black; background-color: white;
  }
  ul#Navigation a:visited {
    color: #666; background-color: white;
  }
  ul#Navigation a:hover {
    color: white; background-color: #006600;    /* #eee */
  }
  ul#Navigation a:active {
    color: white; background-color: #006600;     /* gray */
  }

  div#logo {
    float: right;
    width: 200px;
    /* height: 400px; */
    /* line-height: 40px; */
    margin: 0; padding-top: 15px; padding-bottom: 15px;
    /*  border-left: 1px dashed; border-color: #006600;
    background-color: #E8FF00; */
  }

  div#logo p {
    font-size: 0.9em;
    margin: 30px 0px;
    text-align: left;
  }

  div#Inhalt {
    margin: 0px 220px;
    /* list-style: none;
    list-style-position: none; */
    float: center;
    padding-top: 15px; padding-bottom: 15px;
    /* background-color: #E8FF00; */
    border-left: 1px dashed; border-color: #006600;
    border-right: 1px dashed; border-color: #006600;
  }

  * 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: 5px 10px;
    color: #006600;
  }

  div#Inhalt ul{
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    list-style-position: outside;
  }

  div#Inhalt li {
    /* list-style: none; */
    list-style-position: outside;
    font-size: 0.95em;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 0px;
    line-height: 1.25em;
  }

  div#Inhalt a {
    /*display: block; */
    padding: 0;
    font-weight: normal;
    text-decoration: none;
  }

  div#Inhalt a:link {
    color: black; background-color: white;
  }
  div#Inhalt a:visited {
    color: #666; background-color: white;
  }
  div#Inhalt a:hover {
    color: #006699; /*background-color: #eee;    /* #eee */
    text-decoration: underline;
  }
  div#Inhalt a:active {
    color: white;
    background-color: gray;
  }

  div#Inhalt p {
    font-size: 0.95em;
    margin: 5px 10px;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 1.25em;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    color: white;
    margin: 0; padding-top: 2px;
    height: 20px;
    text-align: center;
    background-color: #006600;
    /* border-top: 1px solid silver; */
  }