.laufbild li {
	position: relative;
	width: 560px;
	height: 300px;
}

.laufbild img {
	cursor: pointer;
	width: 560px;
	height: 300px;
	border: 0px;
}

.laufbild .ttext {
	position: absolute;
	left: 0px;
	bottom: 0px;
	cursor: pointer;
	background: url(darker.png);
	padding-top: 6px;
	height: 40px;
	width: 560px;
}

.laufbild-titel {
	color: #FFE000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 50px;
	padding-left: 50px;
}
.laufbild-titel a {
	color: #FFE000;
	text-decoration: none;
}
.laufbild-titel a:visited {
	color: #FFE000;
	text-decoration: none;
}
.laufbild-titel a:hover {
	color: #FFE000;
	text-decoration: none;
}
.laufbild-text {
	color: #FFE000;
	font-size: 12px;
	font-weight: normal;
	padding-right: 51px;
	padding-left: 51px;
}

.laufbild .dprev {
  position: absolute;
  z-index: 3;
  left: 10px; 
  bottom: 14px;
}

.laufbild .dnext {
	position: absolute;
	z-index: 4; 
	left: 529px; 
	bottom: 14px; 
}

.bprev {
	background: url(last.png) no-repeat left top;
	z-index: 20; 
	cursor: pointer; 
	display: block; 
	width: 21px; 
	height: 21px;
}
.bprev_omo {
	background: url(lasto.png) no-repeat left top;
	z-index: 20; 
	cursor: pointer; 
	display: block; 
	width: 21px; 
	height: 21px;
}
.bnext {
	background: url(next.png) no-repeat left top;
	z-index: 20; 
	cursor: pointer; 
	display: block; 
	width: 21px; 
	height: 21px;
}
.bnext_omo {
	background: url(nexto.png) no-repeat left top;
	z-index: 20; 
	cursor: pointer; 
	display: block; 
	width: 21px; 
	height: 21px;
}
