@charset "utf-8";
/* CSS Document 
	Formate für die Startseite  */

body   {
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#zentrieren   {
	position: absolute;
	width: 405px;
	height: 524px;
	left: 50%;
	top: 50%;
	margin-left: -202px;
	margin-top: -262px;
	}
	
