/* Fonts */
html{
	font-size: 100%;	
}

body{
	font: 0.625em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	/* Needed for IE 6 - could be controlled via site-specific script instead */
	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: #fff;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */
#container{
	overflow: hidden;
	width: 452px;
	margin: 2em auto 0;
	padding: 2em 1em 4em;
}

/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	margin-bottom: 2em;
	position:absolute;
	top:110px;
	left:323px;
	font-size : 10px;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #666;
	line-height:16px;
	text-decoration : none;
}

.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
	z-index: 1002;
}

.picture-slides-fade-container a {
	display: block;
	height: 350px;
	text-align: top;
	margin-bottom: 10px;
}

.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;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
	color:#666;
}

.picture-slides-thumbnails {
	list-style: none;
	margin-top: 0em;
	margin-left:15px;
	overflow: hidden;
}

.picture-slides-thumbnails li {
	float: left;
	width: 12px;
	margin: 0 3px 0px 0;
}
.picture-slides-thumbnails li.vorher {
	float: left;
	width: 44px;
	height:20px;
	color:#666;
	padding:0;
	margin:0;
	line-height:14px;
}
.picture-slides-thumbnails li.bauphase {
	float: left;
	width: 56px;
	color:#666;
	padding:0;
	margin:0;
	line-height:14px;
}

.picture-slides-thumbnails li img {
	width: 12px;
}

.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 12px;
	border:none;
	margin:0;
	padding: 0px;
	background: #aaa8a4;
}

.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;
}