 body, p a {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: silver;
  }
	a:link { color:maroon}
	i:active { text-decoration:blink; }
  div#Rahmen { width: 48em; /* vorher 58em */
    padding: 0.8em; background-color: silver; border: solid 1px   black;;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 49em; /* vorher 53em */
    w\idth: 49em; /* vorher 52em */ 
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.4em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: -0.4em;
  }

  ul#Navigation li ul {
    padding: 0;
    margin: 0 0 0 1.1em; 
    position: absolute;		/* relative: drop down list shown completely and adjacent*/
    top: 3.6em; left: -0.4em;	/*@@ top: 4.2em causes failing drop down list in mozilla */
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
  	top: 3.8em;
    left: -1.5em;
    lef\t: -0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #c5c5c4;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell f&uuml;r IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    border-color: blue;
  }
  h2 {  
    color: maroon;
  }
  
#Ebene1 { position: relative; height: auto; visibility: visible; z-index: 2;}
#Ebene2 { left: -6px; top: 74px; position: absolute; visibility: visible; z-index: 2;}
#Ebene3 { position: relative; visibility: visible; }
#Ebene4 { position: relative; visibility: visible; }
#Ebene5 { position: relative; visibility: visible; }
#Ebene6 { position: relative; visibility: visible; }
#Ebene7 { position: relative; visibility: visible; }
#Ebene8 { position: relative; visibility: visible; }
#Ebene9 { position: relative; visibility: visible; }
#Ebene10 { position: relative; visibility: visible; }
#Ebene10a { position: relative; visibility: visible; }
#Ebene11 { position: relative; visibility: visible; }
#Ebene12 { position: relative; visibility: visible; }
#Ebene13 { position: relative; visibility: visible; z-index: 2;}
#Ebene14 { position: relative; visibility: visible; }
#Ebene15 { position: relative; visibility: visible; }
#Ebene16 { position: relative; visibility: visible; }
#Ebene17 { position: relative; visibility: visible; }
#Ebene18 { position: relative; visibility: visible; }
#Ebene19 { position: relative; visibility: visible; }
#Ebene20 { position: relative; visibility: visible; }
#Ebene20a { position: relative; visibility: visible; }
#Ebene21 { position: relative; visibility: visible; z-index: 2;}
#Ebene22 { position: relative; visibility: visible; z-index: 2;}
#Ebene22 { position: relative; visibility: visible; }

#Ebene_contents { position: relative; width:600px; height:600px; visibility: visible; }

.navcont_32B032 { height:100%; width: 100%; color:maroon}

.navbox_32B032 { height:100%; width:100%; margin-left:0.4em; margin-right:1.2em; margin-bottom:0.5em; color:maroon}

.navbox_32B033 { height:1.5em; width:100%; margin-left:0.4em; margin-right:1.2em; margin-bottom:0.5em; color:maroon}

.navbox_32B034 { height:2.5em; width:100%; margin-left:0.4em; margin-right:1.2em; margin-bottom:0.5em; color:maroon}

<!--
        * { scrollbar-base-color:green;
            scrollbar-arrow-color:yellow;
            scrollbar-darkshadow-color:black;
            scrollbar-face-color:silver;
            scrollbar-highlight-color:lightblue;
            scrollbar-shadow-color:darkblue;
            scrollbar-track-color:gray;
            scrollbar-3dlight-color:black; }
      //-->

