@charset "utf-8";
.background {
	background-attachment: scroll;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #999;
}
.schrift {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
}
.schrift_fett {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
.schriftweiss {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
}

.headline {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	font-variant: normal;
	color: #039;
}
.headline_fett {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	font-variant: normal;
}
.bildunterschrift {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
.schriftblau {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	color: #00349A;
}
.schriftgelb {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	color: #FEF200;
}

