a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none;}
a:hover { color: #97ce3a; text-decoration: none;} 

#main
{
position: absolute;
left: 87px;
top: 20px;
background-color: #97ce3a;
width: 850px;
height: 590px;
}

#head
{
position: absolute;
left: 0px;
top: 0px;
background-image: url(Banner.jpg);
width: 850px;
height: 129px;
}

#menu
{
background-color: #ffffff;
}

#content
{
font-family: arial, verdana, sans-serif;
font-size: 10pt;
}

#contentBild
{
background-color: #97ce3a;
}

.ContentBildZeile
{
height: 140px;
}

#contentText
{
font-family: arial, verdana, sans-serif;
font-size: 9pt;
text-align:justify;
}
h1
{
font-family: arial, verdana, sans-serif;
font-size: 12pt;
color: #009933; 
text-align:left;
}


.menuzeile
{
height: 59px;
vertical-align: bottom;
}

#MenuUnterkS
{
height: 82px;
}

.standardschrift
{
font-size: small;
font-family: arial;
}

  div#Rahmen {
    width: 180px;
	height: 300px;
    padding: 0px;
	background-color:#FFFFFF;
	
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 180px;
    w\idth: 180px;
  }
  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; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: 0;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 0; left: 180px;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: 180px;
    lef\t: 180px;
  }
  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 ul li a{
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; 
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	color: #009933; 
	font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    background-color: #B0FD82;
  }
  * 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 ul li a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
 ul#Navigation ul li span {  /* aktuelle Unterseite kennzeichnen */
    font-family: arial, verdana, sans-serif;
	color: #ffffff; 
 }
