/* CSS Document */
.normal {
	font-family: Arial;
	font-size: 12px;
color: #000000;
	text-decoration: none;
}
.titel_normal {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titel_gross {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}