/*body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: #ffffe0;
  }
  */
 body  { 
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffccff;
	margin:0%;
	color: #660099;
	text-align:justify;
	}
	h1 { font-size: 16pt;font-style: Tahoma; }
	h2 {  font-size: 13pt;font-style: Tahoma; }
	p{  font-size: 11pt;font-style: Tahoma; }
	li { font-size: 10pt;font-style: Tahoma; } 
  
  

  div#Rahmen {
    
    padding: 0.0em;
    background:#fff url(buttonleiste3.gif);
	background-repeat:repeat-x;
   
  }
  
  /* Korrektur fuer IE 5.x */
  /*
  * html div#Rahmen {  
    width: 48.7em;
    w\idth: 47.1em;
  }
  */
  div#Rahmen div {
     clear: left;
  }
    
  ul#Navigation {
   /*position:relativ; */
    padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(buttonleiste3.gif);
	 border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	position: relative;
    margin: 0 0 0 0; padding: 0;
	background:#fff url(buttonleiste3.gif);
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.0em;
	z-index:100;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.0em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 2.4em; left: 0.1em;
    display: none;  /* Unternavigation ausblenden */
	
  }
 /* Korrektur fuer IE 5.x */ 
  * html ul#Navigation li ul {  
    left: -1.5em;
    lef\t: -0.1em;
	
  }
  /* Workaround fuer den IE 7 */             /
  *:first-child+html ul#Navigation ul { 
    background-color:#000; padding-bottom:0.8em;

  }
  
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden background:#000 url(buttonleiste1.gif);*/
	
	
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.0em;
	margin-top: 0.0em;
	width:150px;
	z-index:100;
  }
	ul#Navigation li ul li#weit {
    float: none;
    display: block;
    margin-bottom: 0.0em;
	margin-top: 0.0em;
	width:150px;
	z-index:100;
  }

  ul#Navigation a, ul#Navigation span {
    /*  
	 display:block;  color:#ffffff;height:35px
	 text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif;
	 font-weight:bold;  ; cursor:pointer;
	 */
      /*  padding: 0.2em 1em; width: 4.4em;Breite den in li enthaltenen Elementen zuweisen */
	line-height:15px;
	text-align:center;
	padding:13px 15px 0px 10px;
	display: block;
	font-weight:bold;
	text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif;
  
    text-decoration: none; 
    border-left-color: white; border-top-color: white;
    color:#fff; 
	z-index:100;
	/*background-color: #ccc  background:#fff url(buttonleiste3.gif);*/;
	
	 
  }
  
  /* Breite nach altem MS-Boxmodell für IE 5.x */
  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  /*
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   
    w\idth: 6.4em;  
  }
  */
  ul#Navigation a:hover , ul#Navigation span, li a#aktuell {
    padding:17px 15px 0px 10px;line-height:15px;
   	color:#660099; background:#660099 url(buttonleiste1.gif);
	z-index:100;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color:#660099; background-color:#000;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color:#660099;
	z-index:100;
  }