.hintergrund {
	background:#fff url(../images/h300.png) repeat-x;
	border:1px solid #ccc;
	position:relative;	
	height:295px;
	
	width:500px;
	float:left;	
	margin:15px;
			
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;
	box-shadow:0 0 25px #666;	
}

