
  body {
    color: black; background-color: #DFDFFF;
    font-size: 100.01%;
    font-family: Arial,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: 1024px;
    padding: 0;
    background: #eee url(hintergrund.gif) repeat-y;
    border: 2px ridge silver;
  }

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.8em;
    text-align: center;
    background: #FFFFFF url(images/logomsek.jpg) no-repeat 0% 45%;
    border-bottom: 1px solid silver;
    height: 22px;
  }

  ul#Navigation {
    font-size: 0.90em;
    float: left; width: 150px; height: 750px;
    margin: 0 0 0; padding: 0;
    background: #FFFFFF;
    
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;
  }
  ul#Navigation a:link {
    color: black; background-color: #FFFFFF;
    text-decoration: none;
  }
  ul#Navigation a:visited {
    color: #000000; background-color: #FFFFFF;
    text-decoration: none;
  }
  ul#Navigation a:hover {
    color: #0000FF; background-color: white;
    text-decoration: none;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
    text-decoration: none;
  }

  div#Inhalt {
    margin: 0 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: 0.9em;
    margin: 1em 0;
  }
  
  div#Inhalt a {
      text-decoration: none;
      color: #0000FF
  }

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