#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider, #slider li {
	height: 220px;
	width: 480px;
	overflow: hidden;
}
#slider {
	margin-left: 5px;
}
#prevBtn {
	top: 20px;
	color: #2c3134;
}
#nextBtn {
	display: block;
	position: absolute;
	left: 9px;
	top: 132px;
}
#prevBtn a, #nextBtn a {
	display: block;
	width: 65px;
	height: 25px;
	color: #2c3134;
}
#nextBtn a {
	background: url('images/weiterbtn.png') no-repeat 0 0;
}
#nextBtn a:hover {
	position: relative;
	top: 0px;
	left: 0px;
}
.col strong, .full strong {
	padding: 0 2px;
	background: #f1f1f1;
}
.col a, .full a {
	font-weight: bold;
	text-decoration: underline;
}
.full ul, .full li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.full li {
	padding: 3px 15px;
	background: #f1f1f1;
	margin-bottom: 1px;
}
