@charset "UTF-8";
body {
	background-color: #990000;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
}
/* CSS Document */

.rahmen_rot {
	border: thin solid #990000;
}
.rahmen_gelb {
	border: thin solid #f8f5cc;
}
.rahmen_schwarz {
	border: thin solid #000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
.gelb_10 {
	color: #f8f5cc;
	font-size: 10px;
}
.rot_12_fett {
	font-size: 12px;
	color: #990000;
	font-weight: bolder;
}
.rot_24_fett {
	font-size: 24px;
	color: #990000;
	font-weight: bolder;
}
.rot_36_fett {
	font-size: 36px;
	color: #990000;
	font-weight: bolder;
}
a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
	font-weight: bold;
}
a:active {
	color: #666;
}
.grau_12_kursiv {
	font-size: 12px;
	font-style: oblique;
	color: #333;
}
.rot_12 {
	font-size: 12px;
	color: #990000;
}

h1 {
	font-size: 24px;
	color: #900;
}
h2 {
	font-size: 36px;
	color: #900;
}

