	body {
	
	background-color:	#ffffff;
	font-family:		Arial;
	font-size:		10px;
	text-align:	     center;
scrollbar-base-color:#cccccc;
 scrollbar-3dlight-color:#000000;
 scrollbar-arrow-color:#000000;
 scrollbar-darkshadow-color:#000000;
 scrollbar-face-color:#cccccc;
 scrollbar-highlight-color:#cccccc;
 scrollbar-shadow-color:#cccccc;
 scrollbar-track-color:#cccccc;
	}
	
#umfasser {
	position:		relative;
	width:			800px;	
	height:			500px;
	margin:			auto;
	}
	
#inhalt {
	position:		absolute;
	width:			800px;	
	height:			500px;
	left:			0px;
	top:			40px;
	}
