<!--style
 body {
    color: black; background-color: white;
	width: 900px;
    font-family: Helvetica,Arial,sans-serif;
    margin:auto;
    min-width: 71em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  /*Besucherzähler*/
 div#zähler{
   height: 40px;
	margin: 9.5em 0.2em;
		}
		
	
  
  /*Ueberschrift allgemein*/
   h1 {
    font-size: 1.5em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: left;
    background-color: #eee;
    border: 2px ridge silver;
  }
  
  /*Ueberschrift zweiter Ordnung allgemein*/
  h2 {
  font-size:1.2em;
  margin: 0.5em 0.2em;
  }
  
  /* Texthervorhebung */
  h3 {
  font-size:14px;
  color:#FF0000;
  font-family:arial, sans-serif;
  }
  
  /*Kopf mit Logo ganz oben*/
div#kopf {  
  width: 85%;
  height: 85px;
  margin: 0 0 0.1em; padding: 0.1em;
  background-color:#D6D6D6;
  text-align:center;
  border:solid silver;
 }

/*obere Navigationsleiste
 div#navi {
	height: 20px;
	font-size: 1.2em;
    margin: 0 0 0.7em; padding: 0.2em;
	text-align:center;
    background-color:#D6D6D6;
	border:solid silver;
 } 
  */
 
 /* Navi Versuch */
 
 *{
 margin:0;
 padding:0;
 list-style:none;
 text-decoration:none;
}


ul#navi  {
  float:left; 
  background:#D6D6D6;
 width:85%;                 /* geändert von 150px auf 100% */
}

ul#navi a {
 display:block;
 padding:5px;
 color:#0000b2;					/* Schriftfarbe Hauptebene */
 font-weight:bold;
 border-right:1px solid #4c4c4c;
 text-align:center;
}


ul#navi li  {
 position:relative;            
 float:left;                    /* hinzugefügt um eine horizontale Ausrichtung zu erzielen */
 width:9.0em                  /* Hinzugefügt 150px / 16 = 9.375em */
}

/* Alle Ebenen ausblenden */

ul#navi ul  ,
ul#navi  li:hover ul ul , 
ul#navi  li:hover  ul ul ul  {
 position:absolute;
 left:-9999px;
 background:#000;
}

ul#navi  li:hover ul {
  background:#99b2ff;
}

ul#navi  li:hover ul ul {
  background:#99b2ff;
}

ul#navi  li:hover ul ul ul {
  background:#99b2ff;
}

ul#navi ul {
 top:auto;                    /* Neue Position definiert 16px Schriftgröße + (2 x 5px) padding = 30px / 16 = 1.875em*/
}


/* Einzelne Ebenen einblenden */ 
ul#navi li:hover ul  {
 left:0;
 }


                                 /* Neuer Deklarationsblock um die Unterpunkte präzise zu positionieren */
ul#navi ul  li:hover  ul , 
ul#navi ul  ul li:hover  ul  {
 position:absolute;
 left:100%;
 top:0;
 }


/* Hover Hinter- und Vordergrundfarbe für alle Ebenen */
ul#navi li:hover > a , ul#navi  ul li:hover  > a, ul#navi ul  ul  li:hover  > a, ul#navi ul  ul ul  li:hover  > a  {
  background:#33334c;
  color:#ffffff;
}

ul#navi a span {
 float:right;
  font-weight:normal;
  }
  
 
 
 /*farbliche Schrift*/
  p1 {
	color:#6D7492;
	font-size:14px;
	font-family:arial, sans-serif;
	margin:0.8em 0.2em;
	}
	
	p2 {
	color:#FF0000;
	font-size:14px;
	font-family:arial, sans-serif;
	margin:0.8em 0.2em;
	}
	
 
 /*rechte Werbebox*/
  div#info {
    font-size: 0.9em;
    float: right; 
	width: 10%;
    margin: 5em 20em 1em 0; 
	padding: 0.1em;
    background-color: #eee; 
	/*border: 1px dashed silver;*/
  }
  
 /*rechte Werbebox*/
  div#info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  
  /*Inhaltsbereich*/
  div#inhalt {
	float:left;
    width: 600px;
    margin: 1em 0em 1em 0em;
    padding: 0 2em;
	 list-style-type:none;
	 font-size: 17px;
    
  }
  div#inhalt p {
  float:left;
  font-family: arial, sans-serif;
  font-size: 16.5px;
  padding:20px;
  }
  * html div#inhalt {
   height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  

 /*Fusszeile am Seitenende*/
 div#fusszeile {
    clear: both;
    font-size: 1.0em; width:80%;
    margin-top: 5em; padding: 0.0em;
    text-align: center;
    background-color: #D6D6D6; 
	border:solid silver;
  }
  
  /*Fusszeile*/
  div#fusszeile h2 {
  font-size:1.0em;
  float:left;
	width:100%;
  }
  
  /*Uhr*/
  div#Uhr {
  font-family:Arial; 
  font-size:14px; 
  color:blue;
  position:absolute; 
  top:10px; 
  left:10px;
  }
  
  /* Standard Hyperlinks */
a:link, a:visited, a:hover, a:active{
 text-decoration:none;
 font-weight:bold;
 color:#000000;
 background-color:inherit;
}
a:visited { color:#000000; }

a:hover, a:active {
 color:#000000; 
text-decoration:underline;
font-weight:bold;
 background-color:#9C9C9C;
}
ul {list-style-type:none;}
 
 </style>  -->
