#bewertung {
	
		border:1px solid #ccc;
		padding: 3px 10px;
	}	
	span.star {
	
		background-repeat: no-repeat;
		padding:2px 8px;
		margin:1px;
		
		height:-1px;
	}
	span.star_grey {
	
		background: url('/images/star1.png');
	
	}
	span.star_yellow {
	
		background: url('/images/star3.png');
	
	}
	span.star_red {
	
		background: url('/images/star2.png');
	
	}
	#bewertung div#info {
	
		margin: 10px 0px;
	}