@charset "utf-8";

/* Slideshow Kopf */		

.slideshow div {
	float: left;
	height: 201px;
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.slideshow {
	padding: 0px;
	margin: 0px;
	height: 201px;
	width: 300px;
	display: block;
	background-color: #f5f5f5;
} 
.slideshow img, .slideshow div {  
	padding: 0px;
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	margin: 0; 
	width: 300px;
	height:201px;
}
.slideshow_gross img, .slideshow_gross div {  
	padding: 0px;
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	margin: 0; 
	width: 630px;
	height: 354px;
}
.slideshow div .SlideshowTeaser {
	color: #FFF;
	text-decoration: none;
	height: 201px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 90%;
	position: relative;
	top: -255px;
	right: 0px;
	text-align: left;
	background-repeat: no-repeat;
}
.slideshow div .SlideshowTeaser h1 {
	font: 36px/40px 'QuattrocentoRoman', Arial, sans-serif;
	color: #fff;
	font-size: 210%;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 56px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	line-height: 97%;
}
.pagerwraper {
	z-index: 10;
	/* [disabled]position: absolute; */
	bottom: 50px;
	margin: 0px;
	padding: 0px;
}
ul.pager {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.pager li {
	height: 13px;
	width: 13px;
	background-image: none;
	border: 1px solid #CF7600;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.pager li a {
	display:block;
	padding: 0px;
	height: 13px;
	width: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pager .activeSlide {
	background-color: #CF7600;
}
.Pause {
	z-index: 20;
	float: left;
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.Pause a.pauseBtn {
	background-position: center center;
	background-image:url(../navigationsbilder/paginationpause.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
	width: 21px;
	display:block;
	cursor: pointer;
}
.Pause a.resumeBtn {
	background-image:url(../navigationsbilder/paginationplay.gif);
	background-repeat:no-repeat;
	background-position: center center;
	height: 21px;
	width: 21px;
	display:block;
	cursor: pointer;
}
