a.link:active, a.link:focus, a.link:link, a.link:visited {
	height:20px;
	line-height: 20px;
	
	color:#E86700;
	
	padding-left:12px;
	
	background-image:url(../img/images/link.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
a.link:hover {
	color: #000000;
}
a.link2:active, a.link2:focus, a.link2:link, a.link2:visited {
	height:20px;
	line-height: 20px;
	
	color:#E86700;
	
	padding-left:36px;
	
	background-image:url(../img/images/pfeil-ani.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
a.link2:hover {
	color: #000000;
}
a.back {
	float:right;
	text-align:right;
	margin-right: 15px;
}
/*Pager*/
div.pager {
	color:#E86700;
}
span.pager_current {
	font-weight:bold;
	font-size:14px;
	margin-left:3px;
	margin-right:3px;
}
span.pager_link {
	color:#000000;
	font-size:12px;
	margin-left:2px;
	margin-right:2px;
}
a.pager_link:active, a.pager_link:focus, a.pager_link:link, a.pager_link:visited {
	color:#000000;
	font-size:12px;
	margin-left:2px;
	margin-right:2px;
}
a.pager_link:hover {
	color:#E86700;
	font-weight:bold;
}

div.center {
	width: 720px;
	margin: 0 auto;
	text-align:center;
}
div.counter {
	width:170px;
	margin: 0 auto;
	text-align:center;
}
div.ok {
	width:720px;
	height:100px;
	
	margin: 0 auto;
	background-image: url(../img/images/ok.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
div.error {
	width:720px;
	height:100px;
	
	margin: 0 auto;
	background-image: url(../img/images/error.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
a.button:active, a.button:focus, a.button:link, a.button:visited  {
	width: 126px;
	height: 23px;
	
	color: #FFFFFF;
	text-align:center;
	line-height: 23px;
	font-weight: bold;
	
	display:block;
	
	background-image: url(../img/images/button.jpg);
	background-position: center -45px;
	background-repeat: no-repeat;
}
a.button:hover {
	background-position: center 0px;
	color: #FFFF00;
}

/*
 * List
 */
div.listBox {
	width:740px;
	height:62px;
	min-height:0px;
	margin-right:15px;
}
div.listPic{
	width:75px;
	height:60px;
	margin-left:10px;
	margin-right: 5px;
	border: 1px solid #E86700;
	float:left;
}
div.listContent{
	width:575px;
	margin-left:10px;
	float:left; 
}
div.listContent h3{
	float:left;
}
div.listContent hr{
	border: 1px solid #FD7E18; 
	width:575px;
}
div.listContent div.star{
	width:150px;
	height:15px;
	float:right;
	background-image: url(../img/images/star.png);
	background-position:left center;
	background-repeat: repeat-x;
	text-align:left;
}

div.listContent div.star span{
	height: 15px;
	display: block;
	background-color: #FDF6BB;
	filter:alpha(opacity:90);
    KHTMLOpacity:0.90;
    MozOpacity:0.90;
    opacity:0.90;
}
div.listContent div.star div{
	float:right;
	width:150px;
	color:#000;
	text-align:center;
	font-weight:bold;
	margin-top:-13px;
	position:relative;
	z-index:1;
}
div.listContent div.pro{
	float:right;
	color:#000;
	text-align:center;
	font-weight:bold;
	line-height:15px;
	margin-right:5px;
}
