  body {
    color: black; background-color: #C5C5C5;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    min-width: 60em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  }
  ul#Navigation {
    font-size: 0.83em;
    position: absolute; top: 1.1em; left: 1em;
    width: 11em;
    margin: 0; padding: 0;
  }
  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: #000000; background-color: #ececec;
  }
  ul#Navigation a:visited {
    color: #c5c5c5; background-color: #ececec;
  }
  ul#Navigation a:hover {
    color: #994020; background-color: white;
  }
  ul#Navigation a:active {
    color: #000000; background-color: #ececec;
  }
  ul#Sortiment {
    font-size: 0.75em;
    position: relative;    top: 0.2em; left: 0.2em;
    margin: 0; padding: 0;
  }
  ul#Sortiment li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Sortiment a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;
  }
  ul#Sortiment a:link {
    color: #000000; background-color: #ececec;
  }
  ul#Sortiment a:visited {
    color: #c5c5c5; background-color: #ececec;
  }
  ul#Sortiment a:hover {
    color: #994020; background-color: white;
  }
  ul#Sortiment a:active {
    color: #000000; background-color: #ececec;
  }
  div#Inhalt {
    width: 47em;
    min-height: 37em;
    position: absolute; top: 1.1em; left: 1em;
    margin: 0 0 0 10em ;
    padding: 0 1em;
    background-color: #ececec;
  }
  div#Inhalt h1 {
    font-size: 1.8em;
    margin: 0 0 0.5em;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 1.5em 0 1em 0;
  }
  div#Inhalt h3 {
    font-size: 1em;
    margin: 1.2em 0 0 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
  div#Inhalt a {
    padding: 0.2em;
    font-weight: none;
    text-decoration:none;
  }
  div#Inhalt a:link {
    color: black;
    text-decoration:none;
  }
  div#Inhalt a:visited {
    color: #666;
    text-decoration:none;
  }
