body {
	overflow:hidden; 						/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;						/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;								/* Place the new body above the background image */
	overflow:auto; 							/* restore scrollbars for the content */
	height:100%;width:100%;					/* Make the new body fill the screen */
}

*.spalte { 
	padding:10px; 
	text-align:left; 
	width:47%; 
	float:left; 
} 

.rechts { 
	text-align:right;
    margin-right:20px;
	margin-top:20px;
	padding:10px;
	float:right;
} 

.box_shadow {
  -moz-box-shadow: 10px 10px 10px #e2e2e2; /* FF3.5+ */
  -webkit-box-shadow: 10px 10px 10px #e2e2e2;/*Saf3+, Chr*/
  box-shadow: 10px 10px 10px #e2e2e2; /*Op10.5, IE 9, FF4*/
  filter:progid:DXImageTransform.Microsoft.Shadow (color=#e2e2e2, Direction=135, Strength=10); /* IE6-7 */
  -ms-filter:"progid:DXImageTransform.Microsoft.Shadow (color=#e2e2e2, Direction=135, Strength=10)"; /* IE8 */
  zoom:1; /* trigger hasLayout */
  padding-right:3px;
}