@charset "UTF-8";
/* CSS Document */

.Titel_Inhalt {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #f9910a;
}
.Inhalt_Grund {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	color: #5341a3;
}
.Inhalt_Grund_fett {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	color: #5341a3;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #660033;
}
a:visited {
	color: #660033;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #660033;
	text-decoration: underline;
}
