body {
	color: white;
	font-size: 16px;
	font-family: Futura, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	background-color: white;
	margin: 10px 0 0;
	padding: 0;

	}

p {}

td {}

a:link {
	color: white ;
	text-decoration: none;
	}

a:visited {
	color: white ;
	text-decoration: none;
	}

a:hover {
	color: white ;
	text-decoration: underline;
	}

a:active { color: red }


#links {
	text-align: right;
	vertical-align: top;
	float: left;
	margin-top: 15px;
	margin-left: 300px;
	}

#mitte {
	text-align: center;
	vertical-align: bottom;
	width: 250px;
	float: left;
	margin-top: 50px;
	}

#rechts {
	text-align: left;
	vertical-align: top;
	float: left;
	margin-top: 15px;
	}
