@charset "utf-8";
/* CSS Document */

/* Fonts 
html{
	font-size: 100%;	
}

body{
	font: 0.625em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	height: 100%;
}

input, select, textarea{
	font-size: 100%;
}

h1{
	font: 3em/1em Arial, Helvetica, sans-serif;
}

h2{
	font: 1.5em/1.3em Arial, Helvetica, sans-serif;	
}

h3{
	font: bold 1.2em/1em Arial, Helvetica, sans-serif;	
}
*/
/* Tag-specific 
html, body, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input{
	margin: 0;
	padding: 0;
}

dl, p, ul, ol{
	margin: 0 0 1em;
	padding: 0;
}

a{
	color: #3a5483;
}

dt{
	font-weight: bold;
}

body{	
	background: #777;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}
*/
/* General */
/*
#container{
	background: #fff;
	overflow: hidden;
	width: 452px;
	margin: 2em auto 0;
	padding: 2em 1em 4em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
}
*/
.navigation-controls {
	position: relative;
	background: none;
	padding: 5px;
	float:left;
	width:250px;
}
.navigation-controls span,
.navigation-controls a {
	/*display:block;*/
	float:left;
	height:20px;
	padding:0 5px;
}

/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	margin-bottom: 2em;
	width:740px;
	clear:both;
	padding:10px
}
/*
.picture-slides-dimmed-background .navigation-controls {
	-moz-border-radius : 0 0 5px 5px;
	-webkit-border-top-left-radius : 0;
	-webkit-border-top-right-radius : 0;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
}

.picture-slides-dimmed-background .picture-slides-image-text {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius : 5px;
	-webkit-border-top-right-radius : 5px;
	-webkit-border-bottom-left-radius : 0;
	-webkit-border-bottom-right-radius : 0;
}
*/
.picture-slides-fade-container {
	float:left;
	overflow: hidden;
	padding:0 0px 7px 0;
	position: relative;	
	width:480px;	
	z-index: 1002;
}

.picture-slides-fade-container a {
	display: block;
/*	height: 240px; */
}
.picture-slides-fade-container a img {
	width:480px;	
}
/*	MOZILLA SHADOW	
.picture-slides-fade-container a img {
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
}
*/
.picture-slides-image-load-fail {
	display: none;
}
/*	GIBT NAME DES BILDES AUS		*/
.picture-slides-image-text {
	position: relative;
	background: #fff;
	text-align: left;
	padding: 5px 0 10px;
	z-index: 1001;
	font-size:160%;
	
	
	display:none; 

}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
}

.picture-slides-thumbnails {
	list-style: none;
	/*margin-top: 1em;*/
	overflow: hidden;
	float:left;
	width:260px;
	
}

.picture-slides-thumbnails li {
	padding:0 0 3px 7px;
	float:left;
	width: 123px;
	margin:0;
	list-style:none;
}
ul.picture-slides-thumbnails  {
	margin:0;
	padding:0;
	list-style:none;
}

.picture-slides-thumbnails li img {
	width: 123px;
}

.picture-slides-thumbnails a {
	outline: none;
}
/*
.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width:123px;

	background: #ea9d80;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
*/
.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;
}


/*
.picture-slides-previous-image, 
.picture-slides-previous-image picture-slides-disabled, 
.picture-slides-next-image, 
.picture-slides-start-slideshow,
.picture-slides-stop-slideshow {
	text-indent:-10000px;
}
div.navigation-controls .picture-slides-previous-image, 
div.navigation-controls .picture-slides-previous-image picture-slides-disabled, 
div.navigation-controls .picture-slides-next-image, 
div.navigation-controls .picture-slides-start-slideshow,
div.navigation-controls .picture-slides-stop-slideshow 
{text-indent:-10000px;}
*/




.picture-slides-previous-image, 
.picture-slides-disabled, 
.picture-slides-next-image, 
.picture-slides-start-slideshow,
.picture-slides-stop-slideshow {
	margin:0 5px;
	padding:3px;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:-22222px;
	z-index:1;	
}

.picture-slides-previous-image, 
.picture-slides-disabled {
	background:url(../layout/btn_prev.jpg) no-repeat center;
	width:52px;
}
.picture-slides-next-image {
	background:url(../layout/btn_next.jpg) no-repeat center;
	width:42px;
} 
.picture-slides-start-slideshow {
	background:url(../layout/btn_play.jpg) no-repeat left;
	width:43px;
}
.picture-slides-stop-slideshow {
	background:url(../layout/btn_stop.jpg) no-repeat left;
	width:43px;
}


