/* CSS Document overlay printer*/

.cl_bild_overlay {
	display: block;
}
.cl_infoDivBl {
	display: none;
	z-index: 48;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	/*  filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
*/
}
.cl_infoDivBg {
	display: none;
	z-index: -49;
	position: absolute;
	border: 0;
	height: 0;
	width: 0;
	margin-left: 0;
	margin-top: 0;
}
.cl_infoDivCo {
	display: block;
	z-index: 51;
	position: absolute;
	border: 0;
	color: blue;
	/*  filter: alpha(opacity=00);
	opacity: 0.00;
	-moz-opacity: 0.00;
*/
	height: 100%;
	width: 100%;
	margin-left: 0px;
	left: 50%;
	margin-top: 0px;
	top: 50%;
}
.cl_setgdliburl {
	z-index: 52;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0px;
}
.cl_infoDivTx {
	display: block;
	z-index: 54;
	position: absolute;
	text-align: left;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	color: black;
	margin-left: 0px;
	left: 10px;
	margin-top: 0px;
	top: 10px;
}
.cl_infospanText {
	margin: 0;
	
	
}
.cl_infoDivEx {
	z-index: 55;
	position: absolute;
	display: none;
	text-align: right;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	width: 0px;
	height: 0px;
	margin-left: 0px;
	margin-top: 0px;
	
}
.cl_infoDivEx_p {
	text-align: right;
	margin: 0;
	display: none;
}