.bewertung_container {
	margin:-11px 0 0 0;
	padding:0 0 0 5px;
	float:right;
	display:inline;
	background-color:#fff;
}

.bewertung_container p {
	float:left;
	display:inline;
	font:10px/11px Verdana, sans-serif;
	text-transform:uppercase;
	margin:0 0 0 0 !important;
	padding:0px 5px 1px 5px !important;
	border:1px solid #e75504;
}

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

.bewertung {
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	width: 64px;
	height: 14px;
	position: relative;
	background: #e75504 url(/img/bewertung.gif) 2px 1px repeat-x;		
}

.bewertung li {
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.bewertung li a {
	display:block;
	top:1px;
	width:12px;
	height:12px;
	font-size:1px;
	line-height:12px;
	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.gif) left center;
	z-index: 2;
	left: 2px;
	border:none;
}
.bewertung a.eins {
	left: 2px;
}
.bewertung a.eins:hover {
	width:14px;
}
.bewertung a.zwei {
	left:14px;
}
.bewertung a.zwei:hover {
	width: 25px;
}
.bewertung a.drei {
	left: 25px;
}
.bewertung a.drei:hover {
	width: 38px;
}
.bewertung a.vier {
	left: 38px;
}	
.bewertung a.vier:hover {
	width: 50px;
}
.bewertung a.fuenf {
	left: 50px;
}
.bewertung a.fuenf:hover {
	width: 62px;
}
.bewertung li.aktuell {
	background: transparent url(/img/bewertung.gif) 2px 13px;
	position: absolute;
	height: 12px;
	font-size:1px;
	line-height:10px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
a:active {
	outline: none;
}	