body { 
	background-color: #39C; 
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	}
#kopfzeile {
	margin:0;
	padding:0px;
	height:112px; 
	background: #000 url(bg-kopf.gif) repeat-x;
	color:#39C;
	}
#spaltelinks {
	float:left;
	width:20%;
/*	height:400px;   keep #Spaltemitte and #fusszeile on their places */
	}
#spaltemitte {
	float:left;
	width:62%;
	}
#spalterechts {
	background-image:url(halfscreen-gray.gif);
	width:200px;
	margin-left:0.5em;
	position:absolute;
	top: 0;
	right: 0;
	}
#fusszeile {
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
	bottom: 0;
	}
/*
@media print{
	#kopfzeile,
	#spaltelinks,
	#spalterechts { display: none; }
	}
*/