.bewertung_container {
	margin:0 1px 0 10px;
	padding:0 0 0 0;
	float:right;
	display:inline;
	background: #000;	
	width:71px;
}

.bewertung_container p {
	clear:right;
	font:9px/10px Verdana, sans-serif;
	text-transform:uppercase;
	text-align:center;
	color:#ffde79;
	margin:0 0 0 0 !important;
	padding:3px 0 1px 0px !important;
}

.bewertung_container h3 {
	padding:0px 5px 0 5px !important;
	margin:0 !important;
}

.bewertung {
	float:right;
	display:inline;
	list-style:none;
	margin:1px 1px 0 1px;
	padding:0;
	width: 71px;
	height: 13px;
	position: relative;
	background: transparent url(/img/bewertung_sterne_schwarz.gif) 1px 0px repeat-x;		
}

.bewertung li {
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.bewertung li a {
	display:block;
	top:0px;
	width:14px;
	height:13px;
	font-size:1px;
	line-height:13px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
	border:none;
}
.bewertung li a:hover {
	background: url(/img/bewertung_sterne_schwarz.gif) left center;
	z-index: 2;
	left: 0px;
	border:none;
}
.bewertung a.eins {
	left: 0px;
}
.bewertung a.eins:hover {
	width:14px;
}
.bewertung a.zwei {
	left:14px;
}
.bewertung a.zwei:hover {
	width: 28px;
}
.bewertung a.drei {
	left: 28px;
}
.bewertung a.drei:hover {
	width: 42px;
}
.bewertung a.vier {
	left: 42px;
}	
.bewertung a.vier:hover {
	width: 56px;
}
.bewertung a.fuenf {
	left: 56px;
}
.bewertung a.fuenf:hover {
	width: 70px;
}
.bewertung li.aktuell {
	background: transparent url(/img/bewertung_sterne_schwarz.gif) 0px 13px;
	position: absolute;
	height: 13px;
	font-size:1px;
	line-height:10px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
a:active {
	outline: none;
}	
