/* Layout */
body {
	margin: 40px;
	overflow: hidden;
	background-color: #34404d;
}

#mitte {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 50%;
   left: 50%;
}

#mitte_fussnote {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 95%;
   left: 50%;
}

#fussnote {
	position: absolute;
	top: 0px;
	left: -450px;
	width: 900px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 3px;
}

#gesamt {
   position: absolute;
   top: -300px;
   left: -450px;
   width: 900px;
   height: 600px;
}

/* Schriftstile */

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #FFF;
}
