#titel {
	position : absolute;
	top : 20;
	font-weight : bold;
	color : #003300;
	z-index : 1;
	font-size : 40;
	font-style : italic;
	text-align : center;
	width : 60%;
	left : 20%;
}
#body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position : center;
	vertical-align : middle;
}
#klein {
	position: absolute;
	color:#000000;
	font-size : 12;
	z-index:2;
	top:445;
	text-align : center;
	width : 860;
}
#standart {
	position: absolute;
	color:#000000;
	font-size : 18;
	font-weight: bold;
	z-index:2;
	top:200;
	left: 10%;
	text-align : center;
	width : 80%;
	vertical-align : middle;
}
		
		
