body {
	background-color: #333333;
	font-family: Futura, Futura LT, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	valign: middle;
}
#mitte {
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: auto;
	top:0px;
	left: 0px;		/* Abstand zum linken Fensterrand */
	width: 100%;
	height: 100%;
			}
h1 {
	font-size: 2.5em;
	}
h2 {
	font-size: 1.6em;
}


a {
	color: #F30051;
	text-decoration: none;
}
