body {
	background : black;
	font-family : "Tahoma", "Arial", sans-serif;
	font-size : 15px;
	color : white;
}

a {
	color:yellow;
}
a:visited {
	color:#AAAAAA;;
}

a:active {
	color:white;
}

a:hover {
	color:white;
	background : Silver;
}

.ueberschrift {
	font-family : "Futura Lt BT", Arial, sans-serif;
	font-weight : bold;
	color : yellow;
	font-size : 30px;
}

.ueberschrift2 {
	font-family : "Futura Lt BT", Arial, sans-serif;
	font-weight : bold;
	color : yellow;
	font-size : 24px;
}

.ueberschrift3 {
	font-family : "Futura Lt BT", Arial, sans-serif;
	font-weight : bold;
	color : yellow;
	font-size : 20px;
}

.text {
	font-family : "Tahoma", "Arial", sans-serif;
	font-size : 15px;
	color : white;
}

.textfett {
	font-family : "Tahoma", "Arial", sans-serif;
	font-weight : bold;
	color : yellow;
	font-size : 15px;
}

.textmini {
	font-family : "Tahoma", "Arial", sans-serif;
	font-size : 12px;
	color : white;
}


.label {
	font-family : "Tahoma", "Arial", sans-serif;
	font-size : 16px;
	color : white;
	font : bold;
}