body {
	background-color: #000033;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}/* CSS Document */
.maintext {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #FF9900;
	width: auto;
	text-align: justify;
	margin: 10px;
	font-weight: bold;
}
.Überschrift {
	color: #FFFF00;
	font-family: Verdana;
	font-size: 18px;

}

.Überschrift_gross {
	color: #FFFF00;
	font-family: Verdana;
	font-size: 36px;

}

.Überschrift_klein {
	color: #FFFF00;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}
.hervorgehoben {
	color: #FF0000;
    font-weight: bold;

}
.text_unterschrift {
	text-align: justify;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.seite {
	font-family: Arial;
	font-size: 10px;
	color: #FFFF75;
}

