/* Star Ratings CSS */

#bewertung{ 
 	position: relative;
	left: 0px;
	margin-top: 0px;
}

.voting{
	list-style:none;
	margin-left: 0px !important;
	margin-top: 0px;
	padding: 0px;
	width: 80px;
	height: 19px;
	left: 0px;
 	position: relative;
	background: url(images/herzen.jpg) 0px -36px repeat-x;		
	float: left;
}

.voting li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}

.voting li a{
	display: block;
	width: 16px;
	height: 18px;
	text-decoration: none;
	z-index: 20;
	position: absolute;
	padding: 0px;
	outline: none;
}

.voting li a:hover{
	background: url(images/herzen.jpg) 0px -18px repeat-x;
	z-index: 23;
	left: 0px;
	top: 0;
}

.voting a.one-star{
	left: 0px;
}

.voting a.one-star:hover{
	width: 16px;
}

.voting a.two-stars{
	left: 16px;
}

.voting a.two-stars:hover{
	width: 32px;
}

.voting a.three-stars{
	left: 32px;
}

.voting a.three-stars:hover{
	width: 48px;
}

.voting a.four-stars{
	left: 48px;
}	

.voting a.four-stars:hover{
	width: 64px;
}

.voting a.five-stars{
	left: 64px;
}

.voting a.five-stars:hover{
	width: 80px;
}

.voting li.current_voting{
	background: url(images/herzen.jpg) 0px 0px;
	position: absolute;
	height: 16px;
	display: block;
	z-index: 1;
}