@charset "ISO-8859-1";
a:link {
	color: #FBBA00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FBBA00;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FBBA00;
}
body {
	margin-top: 20px;
	background-color: #FFFFFF;
}
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	color: #FBBA00;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.subhead_gelb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FBBA00;
	text-decoration: none;
}

