/*             styles for the star rater                */	
.star-rating2{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 75px;
	height: 14px;
	position: relative;
	overflow:hidden;
	background: url(bilder/stars.gif) top left repeat-x;	
	z-index: 50;	
}
.star-rating2 li{
	padding:0px;
	margin:0px;
/*	width:15px;
	height:14px;*/
	line-height: 14px;
	/*\*/
	float: left;
	/* */
}
.star-rating2 li a{
	display:block;
	width:15px;
	height: 14px;
	line-height:14px;		
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating2 li a:hover{
	background: url(bilder/stars.gif) left bottom;
	z-index: 3;
	left: 0px;
	border:none;
}
.star-rating2 a.one-star2{
	left: 0px;
}
.star-rating2 a.one-star2:hover{
	width:15px;
}
.star-rating2 a.two-stars2{
	left:15px;
}
.star-rating2 a.two-stars2:hover{
	width: 30px;
}
.star-rating2 a.three-stars2{
	left: 30px;
}
.star-rating2 a.three-stars2:hover{
	width: 45px;
}
.star-rating2 a.four-stars2{
	left: 45px;
}	
.star-rating2 a.four-stars2:hover{
	width: 60px;
}
.star-rating2 a.five-stars2{
	left: 60px;
}
.star-rating2 a.five-stars2:hover{
	width: 75px;
}
.star-rating2 li.current-rating2{
	background: url(bilder/stars.gif) left center;
	position: absolute;
	height: 14px;
	display: block;
	text-indent: -9000px;
	z-index: 2;
	overflow: hidden;
}

/* remove halo effect in firefox   */
a:active{
	outline: none;
}		



