.gruppe {
 display:none;
 padding-left:15px;
} 

.unter {
  list-style-image:url(Grafik/bullet_eb2c.png);
  list-style-position:inside;
  text-indent:-22px;
  padding-left:0px;
}

 body {
    color: #000080;
    background-color: #c0c0c0;
    font-size: 100.01%;
    font-family: serif;
    margin: 0px; padding: 0px;
    min-width: 900px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

 a:link { color:#DD0000; }
 a:visited { color:#99000; }
 a:focus { color:#FF0000; }
 a:hover { color:#FF0000; }
 a:active { color:#FF0000; font-weight:bold; }

  p#Kopfzeile {
    height: 75px;
    margin: 0px;      /* standardkonforme horizontale Zentrierung */
    padding: 0px;
    background: #c0c0c0 url(Grafik/hinter_o.gif);
    border: 0px none silver;
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
    background: #c0c0c0 url(Grafik/hinter_l.gif) repeat-y; 
    height: 100%;
    border: 0px none silver;
  }

  div#Navigation {
    float: left; width: 150px;
    margin: 0px; padding: 0px;
    border: 0px none silver;
    height: 100%;
  }

  div#Inhalt {
    margin: 0px 0px 0px 150px;
    padding: 10px 30px 10px 10px;
    min-height: 330px;
    border: 0px none red;
    background: #d3d3ff url(Grafik/hinter_m_r.gif) repeat-y right;
    text-align: left;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }

  div#Fusszeile {
    clear: both;
    height: 28px;
    margin: 0px; padding: 0px;
    border: 0px none red;
    background-image:url(Grafik/hinter_u.gif);
    position: relative;
  }
  
  ul#haupt {
   list-style-image:url(Grafik/bullet_eb1a.png);
   list-style-position:inside;
   text-indent:-44px;
   padding-left:44px;
   padding-top:10px;
   margin-top:0px;
  }

  ul#unter {
   list-style-image:url(Grafik/bullet_eb2c.png);
   list-style-position:inside;
   text-indent:-22px;
   padding-left:0px;
  }

  li {
    margin-top:8px;
  }