@charset "utf-8";
.fließtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.überschriften {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	text-transform: none;
	color: #000;
	background-color: #FF0;
	
}
.Kleingedrucktes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}
.Logoplatzierung {
	position: relative;
	top: 100px;
	right: 400px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
a:link, a:visited {
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
	color: #FFF;
}

a:hover {
	font-size : 12px;
	color : #000;
	text-decoration : underline;
	font-weight : lighter;
}
