/* Fonts */


/* Tag-specific */
html, body, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input{
	margin: 0;
	padding: 0;
}



img{
	border: none;
}

/* General */
#container{
	background: #474747;
	height: 422px;
}

.navigation-controls {
	position: absolute;
	left:370px;
	top:411px;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding: 5px 0 0 0;
	text-align:left;
	z-index: 1001;
}

/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	margin: 0;
	padding: 0;
	height:303px;
	width:1041px;
	background: #e5e4e0 url(../img/bg_stripe.jpg) repeat-x left top;
}

.picture-slides-dimmed-background .navigation-controls {
}

.picture-slides-dimmed-background .picture-slides-image-text {
	float:left;
	position:relative;
}

.picture-slides-fade-container {
	position: relative;
	display:inline;
	float:left;
	width:641px;
	margin: 0;
	padding: 0;
	z-index: 1002;
}

.picture-slides-fade-container a {
	position: relative;
	margin: 0;
	padding: 0;
}

.picture-slides-fade-container a img {
	position: relative;
	margin: 0;
	padding: 0;
}

.picture-slides-image-load-fail {
	display: none;
}


.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	color:#222;
	width:200px;
	text-align:right;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	color:#222;
	text-align:right;
}

.picture-slides-thumbnails {
	list-style: none;
	position:absolute;
	top:415px;
	left:330px;
	float: left;
	margin: 0;
	padding-right:20px;
	overflow: hidden;
	z-index:1000;
}

.picture-slides-thumbnails li {
	float: left;
	width: 16px;
	line-height:0px;
	margin: 0 1px 5px 0 !important;
}

.picture-slides-thumbnails li img {
	width: 12px;
}

.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 12px;
	background: #8f917c url(thumbnails/aktiv.gif) repeat-y center top;
}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}
