/* Hintergrund */
body {
	background-color: #c9c9c9;
}

/* zentrierter "Frame" für Inhalte */
body {
	position: absolute;
	width: 1000px;
	height: 648px;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -322px;
	border-width: 0;
}



/* Anzeigebereich */
.anzeige {
	position: absolute;
	width: 865px;
	height: 592px;
	left: 50%;
	top: 50%;
	margin-left: -432px;
	margin-top: -288px;
	visibility: hidden;
}