/* Hintergrund */
body {
	background-color: #bcc1b0;
}

/* zentrierter "Frame" für Inhalte */
body {
	position: absolute;
	width: 1147px;
	height: 730px;
	left: 50%;
	top: 50%;
	margin-left: -573px;
	margin-top: -365px;
	border-width: 0;
}



/* Anzeigebereich */
.anzeige {
	position: absolute;
	width: 853px;
	height: 584px;
	left: 50%;
	top: 50%;
	margin-left: -424px;
	margin-top: -277px;
	visibility: hidden;
}
