.suchen {

}

.suchen .search-head {
	display: block;
	position: relative;
	height: 21px;
}
.suchen .search-head .search-term {
	color: #a31e22;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 0;
}
.suchen .search-head .search-info {
	position: absolute;
	top: 4px;
	right: 0;
}

.suchen .search-results {
	width: 614px;
	float: left;
}

.suchen .search-results h2 {
	padding: 4px;
	border-bottom: 1px solid #000;
	font-size: 120%;
}

.suchen .search-results ul  {
	padding: 0;
	margin: 0;
}

.suchen .search-results ul li {
	background: url(/images/suchen/treffer-background.gif) top left no-repeat;
	width: 596px;
	height: 117px;
	padding: 4px 9px 0 9px;
	list-style: none;
	position: relative;
}

.suchen .search-results ul li span {
	display: block;
}

.suchen .search-results ul li span.author {
	fontsize: 110%;
}
.suchen .search-results ul li span.title {
	fontsize: 110%;
	font-weight: bold;	
}
.suchen .search-results ul li span.title a {
	text-decoration: none;
}
.suchen .search-results ul li img {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}
.suchen .search-results ul li span.auflage {
	margin-top: 10px;
}
.suchen .search-results ul li span.verlag {
	
}
.suchen .search-results ul li span.angebote {
	position: absolute;
	top: 40px;
	text-align: right;
	right: 20px;
}
.suchen .search-results ul li span.angebote a {
	color: #a31e22;
}
.suchen .search-results ul li p.rating {
	padding: 0;
	margin: 15px 0 0 0;
	float: left;
	height: 15px;
	width: 94px;
	background: url(/images/ape_bar_small_background.gif) top left no-repeat;
}
.suchen .search-results ul li span.rating_user {
	height: 15px;
	float: right;
	background: #fff;
	background-image: url(/images/ape_bar_small_background_grey.gif);
	background-repeat: no-repeat;
}
.suchen .search-results ul li p.merken {
	position: absolute;
	top: 78px;
	height: 23px;
	background: url(/images/merken_zettel.png) top left no-repeat;
	padding: 2px 0 0 30px;
	left: 255px;
}
.suchen .search-results ul li p.merken a {
	font-weight: bold;
	color: #a31e22;
	text-transform: uppercase;
	text-decoration: none;
}
.suchen .search-results ul li .details {
	width: 74px;
	height: 20px;
	background: url(/images/suchen/detail_button.gif) top left no-repeat;
	color: #fff;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 90px;
	right: 18px;
	padding-left: 25px;
	padding-top: 2px;
	text-decoration: none;
}
      

.has_sidebar #pagesidebar {
	margin-top: 52px;
}
