@charset "UTF-8";
a:link {
	color: #3a3f45;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3a3f45;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #3a3f45;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #868787;
	font-weight: normal;
}
.lauftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3a3f45;
	font-weight: normal;
}
.zwischenhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3f45;
	font-weight: bold;
}

