/* CSS Document */
#druck {
display:none;
} 

#inhalt {
width: 1000px;

text-align:left;

}

.Stil1 {	color: #538D34;
	font-weight: bold;
}
.breit {	width:380px; background-color:#BCE0A9;
border-width:1px; border-color:#006600; border-style:solid; border-right-width:0px; padding-left:10px;
font-size:10pt

}
.bild {     width:104px; background-color:#BCE0A9;
border-width:1px; border-color:#006600; border-style:solid; border-left-width:0px;
}


body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: white;
  }

  ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: center;
    border: 0px solid black;
    background-color: none;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid #3A6424;;
    border-left-color: #BCE0A9; border-top-color: #BCE0A9;
    color: maroon; background-color: #74BE4C;
	 
	
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: #BCE0A9;
    border-left-color: #3A6424; border-top-color: #3A6424;
    color: white; background-color: #599737;
  }

