@charset "utf-8";
/* CSS Document */
.content_container{
border:0px;
margin:20px;
}

.wysiwyg_container_1 .bild{
float:left;
margin-right:20px;
margin-bottom:20px;
}
.wysiwyg_container_1 .text{
}

.wysiwyg_container_2 .bild{
float:right;
margin-left:20px;
margin-bottom:20px;
}
.wysiwyg_container_2 .text{
}

.wysiwyg_container_3 .bild{
float:left;
margin-right:20px;
margin-bottom:20px;
}
.wysiwyg_container_3 .text{
float:right;
width:50%;
}

.wysiwyg_container_4 .text{
float:left;
width:50%;
}
.wysiwyg_container_4 .bild{
float:right;
margin-left:20px;
margin-bottom:20px;
}

.wysiwyg_container_5 .text{
}

.wysiwyg_container_6 .bild{
}

.wysiwyg_container_7 .bild{
text-align: center;
}

.wysiwyg_container_8 .bild{
text-align: right;
}

.pic2_container{
padding-top:20px;
}

.pic2_container .pic1{
float:left;
width:50%;
text-align: left;
}

.pic2_container .pic2{
float:right;
width:50%;
text-align: right;
}

.pic3_container{
padding-top:20px;
}

.pic3_container .pic1{
float:left;
width:33%;
text-align: left;
}

.pic3_container .pic2{
float:left;
width:34%;
text-align: center;
}
.pic3_container .pic3{
float:right;
width:33%;
text-align: right;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#loading #loadingLinkImg{ background-image: url(gallery_files/load.gif); background-position: center center; background-repeat: no-repeat; width: 100%; height: 100%; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 10px; float: left; background: url(gallery_files/prev.png) left 15% no-repeat;}
#nextLink { right: 10px; float: right; background: url(gallery_files/next.png) right 15% no-repeat; }
/*
#prevLink:hover, #prevLink:visited:hover { background: url(gallery_files/prev.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(gallery_files/next.png) right 15% no-repeat; }
*/

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #333333; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 26px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#imageData #bottomNavCloseImg{ background-image: url(gallery_files/close.gif); width: 26px; height: 26px; }

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }

#overlay {top:expression(fixedIE('Top',0));left:expression(fixedIE('Left',0));}

.lightboxImg {
	display: inline;
	float: left;
	width: 160px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
}

.lightboxImg a {
	background-color: #DDDDDD;
	display: block;
	width: 160px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

.lightboxImg a:hover {
	background-color: #EEEEEE;
}

.lightboxImg a img {
	border: 0;
}

.endgallery {
	clear: both;
}

.gallery_container {
	text-align: justify;
	width: 100%;
}

.slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	background-color: #DDDDDD;
	overflow: hidden;
}

.slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align: center;
	height: 100%;
	width: 100%;
}

.slide-images li img{
	
}

.slideshowload {
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	text-align: center;
	vertical-align: middle;
	background-color: #DDDDDD;
}

.slideshow_toolbar {
	position: relative;
	height: 35px;
	padding-top: 15px;
	padding-left: 15px;
	display: block;
	left: 50%;
	width: 35px;
	margin-left: -25px;
	margin-top: -60px;
	margin-bottom: 10px;
	background-color: #000000;
}
