@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
	border:0px;
}
body {
	background-color:#ffffff;
 	height: 100.01%; /* wichtig */
	font:11px Arial, sans-serif;
	color:#5c5c5c;
	line-height:1;
}
.start{
	position:relative;
	width:865px;
	text-align:center;
	margin:0 auto;
	margin-top:35%;
	top: -293px;
}
