/* jQuery PopUp "lightbox style" */

#popupBackground {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color: #000;
	border:1px solid #FFF;
	z-index:1;
}

#popupContent {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:300px;
	width:400px;
	background:#E30119;
	border:3px solid #FFF;
	z-index:300;
	padding-bottom: 10px;
	overflow: hidden;
}
#popupContent_Text {
	padding: 10px 0;
	overflow: hidden;
	color: #FFF;
}

#popupContent_Close {
	position: absolute;
	font-size:10px;
	line-height:14px;
	right:4px;
	top:2px;
	position:absolute;
	color:#000;
	font-weight:bold;
	display:block;
	z-index: 100;
}

#popupContent a {
	cursor: pointer;
	text-decoration:none;
}

#popupContent a:hover {
	text-decoration: underline;
}




.SlideShowCycle img { display: none }


/* -------------- Abstand nach unten der einzelnen Module ------------- */
.CarouselBox { margin-bottom: 18px; }


/* --------------  jQuery Image Carousel ------------- */
.JaySlider {float: left; width: 530px; height: 203px; padding: 0 1px; background-color: #FFF; overflow: hidden; }
.boxgrid {
	position: relative;
	width: 262px;
	height: 200px;
	float:left;
	margin: 0 2px;
}
.boxgrid img { }
.boxgrid span.text { display: block; width: 100%; font-size: 13px; line-height: 18px; padding: 5px; text-align: center; font-weight: bold; color: #00517E; }
.boxgrid span.cat { color: #E4001B; font-weight: bold; }
.boxgrid a span.cat { font-size: 15px; font-weight: bold; line-height:19px;}

.boxgrid a { text-decoration: none;}
.boxgrid a:hover { text-decoration: underline;}

.boxcaption {
	float: left;
	position: absolute;
	background: #FFF;
	height: 200px;
	width: 100%;
	opacity: .90;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.captionfull .boxcaption { position: absolute; top: 260px; left: 0;}


/* Lightbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 75px;
	float: right;
	padding-bottom: 0.7em;
}