.ueberschrift {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
.ueberschrift-unterstrichen {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
}
.normal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
.fett {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.kursiv {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
}
a:link {
	color: #4AB542;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4AB542;
}
a:hover {
	text-decoration: none;
	color: #00ff66;
}
a:active {
	text-decoration: none;
	color: #00ff66;
}.fett-kursiv {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
