.bg_rot {
	background-color: #990000;
}
.bg_gelb {
	background-color: #FFF49B;
}
body {
	background-color: #990000;
}
.rahmen_gelb_rechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #FFF49B;
}
.rahmen_rot_oben {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}
.rahmen_rot_rechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
}
.bg_main {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	background-color: #FDFBD4;
}
.rahmen_rot_unten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.schrift_standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.schrift_navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.bg_links {
	background-image: url(../images/bg_links.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.schrift_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bg_footer {
	background-color: #FDFBD4;
}
.schrift_weiss {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.rahmen_rot {
	border: 1px solid #990000;
}
