@charset "utf-8";

/* Slideshow Startseite */		

#Plattform #slideshow {
	padding: 0;
	width: 820px;
	display: block;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 66px;
	position:absolute;
	z-index:2;
} 
* + html #Plattform #slideshow {
	padding-top: 0px;
} /* IE8 */
#Plattform #slideshow div {
	float: left;
	height: 310px;
	width: 820px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#Plattform #slideshow-caption{
	padding:0;
	margin:0;
}
#Plattform #slideshow div img {
	padding: 0px;
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0;
	border: 7px solid #fff;
	box-shadow: 0px 2px 4px 0px #CCCCCC;
}
#pagerwraper {
	width: 820px;
	z-index: 10;
	position: relative;
	right: -60px;
	bottom: 45px;
	margin: 0px;
	padding: 0px;
}
ul#pager {
	position: center;
	list-style-type: none;
	float: right;
	margin: 0px;
	padding-top: 20px;
	padding-right: 300px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pager li {
	height: 8px;
	width: 8px;
	border: 1px solid #FFF;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#pager li a {
	display:block;
	padding: 0px;
	height: 8px;
	width: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pager .activeSlide {
	background-color: #fff;	
}
#Pause {
	z-index: 20;
	float: right;
	margin: 0px;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#Pause a#pauseBtn {
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
	width: 21px;
	display:block;
	cursor: pointer;
}
#Pause a#resumeBtn {
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
	width: 21px;
	display:block;
	cursor: pointer;
}

