body 			{ background-color:#999999;
     			margin-left:5px;
			scrollbar-base-color:#000000;
			scrollbar-3dlight-color:#333333;
			scrollbar-arrow-color:#333333;
			scrollbar-darkshadow-color:#666666;
			scrollbar-face-color:#666666;
			scrollbar-highlight-color:#666666;
			scrollbar-shadow-color:#333333;
			scrollbar-track-color:#444444; }

 table,tr,td		{ empty-cells:show;
			font-family:Georgia, Times New Roman, Times, serif; }

 .table1		{ color:#000000; background-color:#D8D8D8; bordercolor:#000000; border:2px solid; }

 .table2		{ color:#000000; background-color:none; border:0; }


 a:link 		{ color:#999999; text-decoration:none;}
 a:visited		{ color:#999999; text-decoration:none;}
 a:hover 		{ text-decoration:none; font-style:bold; font-weight:bold;}
 a:active 		{ color:#000000; background-color:#cccccc; }
 a:focus 		{ color:#000000; background-color:#cccccc; }



 h1 			{ font-size:16px;
     			color:#000000;
     			font-family:Georgia, Times New Roman, Times, serif;
     			font-style:bold;
			text-decoration: underline; }

 h2 			{ font-size:14px;
     			color:#000000;
     			font-family:Georgia, Times New Roman, Times, serif;
     			font-style:bold;
			text-decoration: none; }

 p,li  			{ font-size:12px;
        		line-height:18px;
			color:#000000;
			list-style-position:outside;
        		font-family:Georgia, Times New Roman, Times, serif; }

 textarea		{ 
			scrollbar-base-color:#000000;
			scrollbar-3dlight-color:#333333;
			scrollbar-arrow-color:#333333;
			scrollbar-darkshadow-color:#777777;
			scrollbar-face-color:#777777;
			scrollbar-highlight-color:#777777;
			scrollbar-shadow-color:#333333;
			scrollbar-track-color:#999999; }

 form
 			{ padding:10px; border:0px solid #D999999; }
 input, select, textarea
  			{ font-family:Georgia, Times New Roman, Times, serif;
			font-size:10pt;
			color:#000000; }
 .Bereich, .Feld
   			{ background-color:#D8D8D8; color:#000000; width:300px; border:1px solid #999999; }
 .Button
   			{ background-color:#D8D8D8; color:#000000; width:120px; border:2px solid #999999; font-weight:bold; }
 .untertext		{ color:#550000;
			font-family:Georgia, Times New Roman, Times, serif;
			font-weight:bold;
			font-size:6pt;}

#box1 { position:absolute; top:10px; left:10px; width:90px; height:140px; z-index:1; }
#box2 { position:absolute; top:10px; right:90px; width:80px; height:10px; z-index:2; }
 
  div#Rahmen {
    width: 41.1em;
    padding: 0.1em; 
    margin: 0.2em;
    border: 0px solid black;
    background-color: #999999;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 49.5em;
    w\idth: 49.4em;
  }
  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.1em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.7em; left: -0.1em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.1em;
  }
  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: 9.6em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.05em 0.1em;
    text-decoration: none; font-weight: bold; font-size: 12px;
    border: 1px solid black;
    border-left-color: black; border-top-color: black;     color: black; background-color: #D8D8D8;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 10.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 9.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;
    border-right-color: black; border-bottom-color: black;
    color: #777; background-color: #D8D8D8;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #777; background-color: #D8D8D8;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    border-color: silver;
  }


