body {
	background-color: #0099ff;
	text-align: center;
}

a:link {
	color: #FF0;
}
a:visited {
	color: #FF9;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #FF0;
}

.Text {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.footer {
	font-size: 10px;
	font-style: normal;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.ueberschrift_gross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
.Text_mittig {
	text-align: center;
}
.Text_fett {
	font-weight: bold;
}
