a{
	color: #333333;
	text-decoration:underline;
}

h2{
	color: #ff7800;
    font: 20px "Trebuchet MS", Tahoma, Arial;
    margin: 0 0 5px;
}

h2 a{
	color: #ff7800;
    text-decoration: none;
}

h2 a:hover{
	color: #ff7800;
    text-decoration: underline;
}

.content{
	width:750px;
	background-color:#fff;
	padding:20px;
}

.headline{
	width:750px;
	font-size:20px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #333;
}

.h_title{
	position:relative;
	left:181px;
	float:left;
}

.h_price{
	position:relative;
	left:535px;
	float:left;
}

.item{
	border-bottom:1px dotted #333;
	padding: 30px 0 30px 0;
	width:750px;
}

.pic{
	width:180px;
	float:left;
}

.desc{
	width:350px;
	float:left;
	padding-top:10px;
}

.price{
	width:150px;
	margin-left:50px;
	float:left;
	padding-top:10px;
}

.clearer{
	clear:both;
}

.pfeil{
	position:relative;
	top:6px;
	margin-right:5px;
}

.footer{
	text-align: center;
}

.filter{
	width:750px;
	height:80px;
	background-color:#fff;
	padding:20px;
	z-index:100;
}

.filter_price{
	float:left;
	width:200px;
	padding-right:20px;
}

.filter_genre{
	float:left;
	padding-left:20px;
	padding-right:18px;
	border-right:1px dotted #444;
	border-left:1px dotted #444;
}

.filter_sort{
	float:left;
	margin-left:20px;
}

input,select,textarea{
	border:0;
	color: #333333;
    font: 12px "Trebuchet MS", Tahoma, Arial;
	line-height:1.5;
}

.search{
	width:140px;
	height:18px;
	padding: 5px 15px 5px 15px;
	margin-top:2px;
	background-color:#ff7800;
	color:#fff;
	border:0;
	float:left;
	margin-right:10px;
}

#slider-range {
	margin: 5px 0 0 5px;
}

.filter ul {
	position: relative;
	list-style: none;
	cursor: pointer;
}

.filter ul li {
  display: block;
  width:232px;
  display: block;
  text-decoration: none;
  color: #fff;
  border-top: 1px dotted #fff;
  background: #ff7800;
  white-space: nowrap;
}

.filter ul li ul li{
	padding: 5px 15px 5px 15px;
}

.filter ul li ul{
	position:relative;
	left:0px;
}

.filter .label{
	border:0;
	padding: 5px 15px 5px 15px;
	width:232px;
	margin-bottom:1px;
}

.filter .first{
	border:0;
	margin-top:6px;
}

.filter ul li ul li:hover {
  background: #ddd;
  color:#333;
}

.filter ul li ul li:hover a{
  color:#333;
}

.filter li ul { display: none; }

.filter li:hover ul {
  display: block;
  position: absolute;
}

.filter ul li ul li a{
	text-decoration:none;
	color:#fff;
}
