#lightbox {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;w
	width:100%;
	height:100%;
}
#lightbox h1{
	display:none;
}
#lightbox h4{
	padding-top:0;
	font-weight:bold;
	font-size:25px;
}
#lightbox article{
	margin-bottom:50px;
}
#lightbox .overlay {
	/*background: #58585a url('../Images/loading.gif') 50% 50% no-repeat;*/
	background: #58585a;
	opacity: 0.8;
}

#lightbox .frame.video {
	padding:45px;
}
#lightbox .frame {
	background: #fff;
	height: 82%;
	padding: 25px;
	position: absolute;
	width: 60%;
	z-index: 110;
}

#lightbox .inner {
	min-height: 100%;
	position: relative;
}

#lightbox .close {
	cursor: pointer;
	display: block;
	float: right;
	position: absolute;
	right: 5px;
	top: 5px;
	display:block;
	height:36px;
	width:37px;
	background: transparent url('/fileadmin/images/allgemein/lightboxCloseButton.png') 50% 50% no-repeat;
	line-height:0;
	font-size:0;
	z-index:9999;
}

#lightbox #loader {
	background: #fff;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2000;
}

#lightbox #loader .progress {
	background: #89c0cb;
	display: block;
	height: 30px;
}

#lightbox #loader .wrap {
	margin: 0 auto;
	position: relative;
	top: 45%;
	width: auto;
}

#lightbox #loader .percentage {
	background: #d4ca28;
	width: 0;
}

#lightbox #loader h2#percentageLabel {
	color: #d4ca28;
	position: relative;
	text-align: center;
	top: 41%;
}