/*
 * Linker und rechter Pfeil
 */
#keyvisual-left{
float:left;
width:43px;
height:285px;
}
	#keyvisual-leftshadow{
	position:relative;
	top:-100px;
	width:36px;
	height:410px;
	margin-right:7px;
	background-image: url('../../sysimg/shadow-left-small.png');
	background-repeat:no-repeat;
	background-position:top right;
	}
	.keyvisual-leftarrow{
	position:relative;
	top:130px;
	width:27px;
	height:49px;
	margin-left:9px;
	z-index:10;
	}
#keyvisual-right{
float:left;
width:43px;
height:285px;
}
	#keyvisual-rightshadow{
	position:relative;
	top:-100px;
	width:36px;
	height:410px;
	margin-left:7px;
	background-image: url('../../sysimg/shadow-right-small.png');
	background-repeat:no-repeat;
	background-position:top left;
	}
	.keyvisual-rightarrow{
	position:relative;
	top:130px;
	width:27px;
	height:49px;
	margin-left:7px;
	z-index:10;
	}




/*
 * Normales Einzelbild
 */
.wrap-keyvisual{
float:left;
width:1014px;
height:285px;
overflow:hidden;
}
	.wrapkeyvisual{
	position:absolute;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	}
		.keyvisual{
		width:1014px;
		height:285px;
		}
	



/*
 * Mehrere Bilder mit Slideshow
 */
.wrap-slkeyvisual{
float:left;
width:1014px;
height:285px;
overflow:hidden;
}
.slwrapkeyvisual{
display:none;
position:absolute;
background-position:center;
background-repeat:no-repeat;
background-size: cover;
}
	.slkeyvisual{
	width:1014px;
	height:285px;
	}

	
	
	
/*
 * Slideshow - Punkte
 */
.slwrappoints{
position: absolute;
margin:285px 0px 0px 0px;
z-index:10;
}
.slpoints{
width:1014px;
margin:0 auto;
z-index:10;
}
	.slpointspt{
	float:right;
	width:19px;
	height:21px;
	padding:2px 0px 0px 0px;
	text-align:center;
	background-repeat:no-repeat;
	}
	.ptoff{
	background-image: url('../../sysimg/keyvisual-pointoff.png');
	}
	.pton{
	background-image: url('../../sysimg/keyvisual-pointon.png');
	}