<style type="text/css">
	  body {
	    font: normal 14px Arial, sans-serif;
	    color: black; background-color: #ffffe0;
	  }
	
	  div#Rahmen {
	    width: 1020px;
	    padding: 2px;
	    border: 1px solid black;
	    background-color: silver;
	  }
	  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
	    width: 1020px;
	    w\idth: 1020px;
	  }
	  div#Rahmen div {
	     clear: left;
	  }
	  ul#Navigation {
	    margin: 0; padding: 0;
	    text-align: center;
	  }
	
	  ul#Navigation li {		/* Linker Abstand Buttons in Naviliste */
	    list-style: none;
	    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	    position: relative;
	    margin: 1px; padding: 0;
		margin-left: 5px;
	  }
	  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
	    margin-bottom: 0px;
	  }
	  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
	    margin-bottom: -2px;
	  }
	
	  ul#Navigation li ul {
	    margin: 0; padding: 0;
	    position: absolute;
	    top: 1.6em; left: -0.4em;   /* steuert die Position der Untermenues */
	    display: none;  /* Unternavigation ausblenden */
	  }
	  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
	    left: -1.5em;
	    lef\t: -0.4em;
	  }
	  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
	    background-color:silver; padding-bottom: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.2em;  /* 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: #ccc;
	  }
	  * html ul#Navigation a, * html ul#Navigation span {
	    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer 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 */
	    background-color: maroon;
	  }
	
		  
	
	A {font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none;}
	A:link {color: #CC0000; font-weight: bold; font-size: 10pt; text-decoration: none; color: #1e6d10}
	A:visited {color: #000099; font-weight: bold; font-size: 10pt; text-decoration: none; color: #aa0000}
	A:active {color: #f07800; font-weight: bold; font-size: 10pt; text-decoration: none;}
	body {font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; color: #000080;}
	q {font-family: Verdana, sans-serif; color: #ffff33; font-size: 11pt; text-align: justify; font-weight: bold;}
	b {font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; color: #000000;}
div.a {font-family: Arial, sans-serif; font-size: 12pt; font-weight: bold; color: #000080}
div.b {font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; color: #000000}	
div.c {font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; color: #000000; text-decoration: underline;}		
div.d {font-family: Arial, sans-serif; font-size: 14pt; font-weight: bold; color: #000080}
   h1 {font-family: Arial, sans-serif; font-size: 18pt; font-weight: bold; text-decoration: none;}
   h2 {font-family: Arial, sans-serif; font-size: 16pt; font-weight: bold; text-decoration: none;}
   h3 {font-family: Arial, sans-serif; font-size: 14pt; font-weight: bold; text-decoration: none;}
   h4 {font-family: Arial, sans-serif; font-size: 12pt; font-weight: bold; text-decoration: none;}
   h5 {font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none;}
   h6 {font-family: Arial, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none;}
   border {color: #000000;}
   
	
</style>
