/*#cerabox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1106;
	display: none;


}



#cerabox-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
	background: #000;
	opacity: .5;
}

#cerabox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1101;
	display: none;
	background: #fff;
}

#cerabox .cerabox-content {
	width: 100%;
	height: 100%;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
	
	-moz-box-shadow: 0 0 30px -5px #333;
	-webkit-box-shadow: 0 0 30px -5px #333;
	box-shadow: 0 0 30px -5px #333;
}

#cerabox span.cerabox-error, #cerabox .cerabox-title span {
	padding: 10px;
	display: block;
	font-family: Helvetica;
	font-size: 12px;
	color: #000;
	line-height: normal;
}
#cerabox span.cerabox-error { text-align: justify; }
#cerabox .cerabox-title span { display: none; color: #fff; }

#cerabox .cerabox-title {
	z-index: 1102;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
	background: #000;
	background: rgba(0,0,0,.8);
	width: 100%;


}


#cerabox .cerabox-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	
	cursor: pointer;
	z-index: 1105;


}

#cerabox .cerabox-content img.ceraImage {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#cerabox .cerabox-content iframe.ceraIframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#cerabox a.cerabox-left, #cerabox a.cerabox-right {
	position: absolute;
	bottom: 0px;
	cursor: pointer;
	outline: none;
	z-index: 1104;
	display: none;
	cursor: pointer !important;
}

#cerabox a.cerabox-left {
	left: 0px;


}

#cerabox a.cerabox-right {
	right: 0px;


}

#cerabox a.cerabox-left span, #cerabox a.cerabox-right span {
	position: absolute;
	top: 50%;
	
	width: 40px;
	height: 40px;
	margin-top: -20px;
	cursor: pointer;
	z-index: 1104;
	display: block;
}

#cerabox a.cerabox-left:hover span, #cerabox.mobile a.cerabox-left span {

}

#cerabox a.cerabox-right:hover span, #cerabox.mobile a.cerabox-right span {

}

#cerabox .cerabox-content-protection {
	display: none;
	position: absolute;
	background: transparent url('/etc/designs/hypovereinsbank/img/global/blank.gif');
	z-index: 1103;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}


#cerabox-loading.ceraboxbox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20   (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 )   ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ))   'px');
}




#cerabox.mobile {

	background: #fff;
}

#cerabox.mobile .cerabox-content {
	background: #fff;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#cerabox.mobile .cerabox-content :first-child {
	background: #fff;
}

#cerabox.mobile .cerabox-close {
	top: 2px !important;
	right: 0 !important;
}

#cerabox.mobile a.cerabox-left span {
	left: 0 !important;
}

#cerabox.mobile a.cerabox-right span {
	right: 0 !important;
}

#cerabox.mobile a.cerabox-left, #cerabox.mobile a.cerabox-right {
	width: 10%;
}

*/
 #cerabox-loading {
 	position: fixed;
 	top: 50%;
 	left: 50%;
 	width: 40px;
 	height: 40px;
 	margin-top: -20px;
 	margin-left: -20px;
 	cursor: pointer;
 	overflow: hidden;
 	z-index: 1106;
 	display: none;

 }

 #cerabox-background {
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	z-index: 1100;
 	display: none;
 	background: #000;
 	opacity: .5;
 }
 
 #cerabox {
 	position: fixed!important;
 	top: 50%;
 	left: 50%;
 	z-index: 1101;
 	display: none;
 	background: #fff;
 }
 
 #cerabox .cerabox-content {
 	width: 100%;
 	height: 100%;
 	padding: 0;
 	outline: none;
 	position: relative;
 	overflow: hidden;
 	z-index: 1102;
 	border: 0px solid #fff;
 	/*CSS3*/
 	-moz-box-shadow: 0 0 30px -5px #333;
 	-webkit-box-shadow: 0 0 30px -5px #333;
 	box-shadow: 0 0 30px -5px #333;
 }
 
 #cerabox span.cerabox-error, #cerabox .cerabox-title span {
 	padding: 10px;
 	display: block;
 	font-family: Helvetica;
 	font-size: 12px;
 	color: #000;
 	line-height: normal;
 }
 #cerabox span.cerabox-error { text-align: justify; }
 #cerabox .cerabox-title span { display: none; color: #fff; }
 
 #cerabox .cerabox-title {
 	z-index: 1102;
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	color: #FFF;
 	text-align: left;
 	background: #000;
 	background: rgba(0,0,0,.8);
 	width: 100%;
 

 }
 
 
 #cerabox .cerabox-close {
 	position: absolute;
 	top: -20px;
 	right: -20px;
 	width: 40px;
 	height: 40px;

 	cursor: pointer !important;
 	z-index: 1105;
 

 }
 
 #cerabox .cerabox-content img.ceraImage {
 	float: left;
 	width: 100%;
 	height: 100%;
 	padding: 0;
 	margin: 0;
 	border: none;
 	outline: none;
 	line-height: 0;
 	vertical-align: top;
 }
 
 #cerabox .cerabox-content iframe.ceraIframe {
 	width: 100%;
 	height: 100%;
 	border: none;
 	display: block;
 }
 
 #cerabox a.cerabox-left, #cerabox a.cerabox-right {
 	position: absolute;
 	bottom: 0px;
 	cursor: pointer;
 	outline: none;
 	z-index: 1104;
 	display: none;
 	cursor: pointer !important;
 }
 
 #cerabox a.cerabox-left {
 	left: 0px;
 

 }
 
 #cerabox a.cerabox-right {
 	right: 0px;
 

 }
 
 #cerabox a.cerabox-left span, #cerabox a.cerabox-right span {
 	position: absolute;
 	top: 50%;

 	width: 40px;
 	height: 40px;
 	margin-top: -20px;
 	cursor: pointer;
 	z-index: 1104;
 	display: block;
 }
 
 #cerabox a.cerabox-left:hover span, #cerabox.mobile a.cerabox-left span {

 }
 
 #cerabox a.cerabox-right:hover span, #cerabox.mobile a.cerabox-right span {

 }
 
 #cerabox .cerabox-content-protection {
 	display: none;
 	position: absolute;
 	background: transparent url('/etc/designs/hypovereinsbank/img/global/blank.gif');
 	z-index: 1103;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	top: 0;
 	-moz-user-select: none;
 	-khtml-user-select: none;
 	user-select: none;
 }
 
 

 #cerabox.mobile {

 	background: #fff;
 }
 
 #cerabox.mobile .cerabox-content {
 	background: #fff;

 	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	box-shadow: none;
 }
 
 #cerabox.mobile .cerabox-content :first-child {
 	background: #fff;
 }
 
 #cerabox.mobile .cerabox-close {
 	top: 2px !important;
 	right: 0 !important;
 }
 
 #cerabox.mobile a.cerabox-left span {
 	left: 0 !important;
 }
 
 #cerabox.mobile a.cerabox-right span {
 	right: 0 !important;
 }
 
 #cerabox.mobile a.cerabox-left, #cerabox.mobile a.cerabox-right {
 	width: 10%;
 }


