  body {
	color: black;
	background-color: #FFFFF0;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
  }

  ul#Navigation {
	margin: 0;
	padding: 1em 0em 0.5em;
	text-align: center;
	background-color: #EDFFC8;
	border-top: 3px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
  }
  ul#Navigation li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
  }

  ul#Navigation a, ul#Navigation span {
	padding: 0.2em 0.6em;
	text-decoration: none;
	color: #000000;
	background-color: #EDFFC8;
	border-top: 1px solid #EDFFC8;
	border-right: 1px solid #EDFFC8;
	border-bottom: 0.5em solid #EDFFC8;
	border-left: 1px solid #EDFFC8;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer spaetere Versionen korrigiert */
  }
  ul#Navigation a:hover, ul#Navigation span {
	color: white;
	background-color: #567200;
	border-top: 1px solid #567200;
	border-right: 1px solid #567200;
	border-bottom: 0.5em solid #567200;
	border-left: 1px solid #567200;
  }
  
 

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a {
	font-weight: bold;
}

 

.fliesstext {
	font-size: 15px;
	position: static;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
}
.kursiv {
	font-size: 15px;
	font-style: italic;
	color: #000000;
	line-height: 18px;
}
.fett {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	font-variant: normal;
}
.ueberschrift1 {
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #567200;
	line-height: 27px;
}
.impressum {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 13px;
}
.terminueberschrift {
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: 27px;
}
.fettkursiv {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.fliesstextfett {
	font-size: 15px;
	position: static;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
  }
