.ueberschrift {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #5EBB00;
	text-shadow: Gray;
	width: auto;
	text-align: left;
}
.normalText {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}
.teilueberschrift {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px dashed #666666;
	border-left: 1px none #666666;
}
ul {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	line-height: 24px;
}
li {
	line-height: 18px;
	color: #000000;
}
.imageStyle {
	border-top: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 10px solid white;
	border-left: 20px solid white;
}
.imageStyleKlein {
	border-top: 0px solid white;
	border-right: 10px solid white;
	border-bottom: 10px solid white;
	border-left: 0px solid white;
	float: left;
}
.gestricheltUntenGruen {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/gruengestrichelt.gif);
}
a {
	color: #8E8EFF;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
