@charset "UTF-8";


.zentrieren {
	width: 100%;
	height: 250px;
	text-align: center;
	background-color: #000000;
	position: absolute;
	top: 250px;
	margin-top: -100px;
	left: 0px;
}
body {
	background-color: #000000;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

