/* CSS Document */
.cl_bild_overlay {
	display: none;
	cursor: pointer;
}
.cl_infoDivBl {
	display: none;
	z-index: 48;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #6B6363;
	/*
  filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
	*/
}
.cl_infoDivBg {
	display: none;
	z-index: 50;
	position: absolute;
	background-color: #FFFFFF;
	border: 0px #FF0080 solid;
	height: 20px;
	width: 20px;
	margin-left: 0px;
	margin-top: 0px;
	left: 50%;
	top: 50%;
}
.cl_infoDivCo {
	display: block;
	z-index: 51;
	position: absolute;
	border: 0;
	color: white;
	/*
  filter: alpha(opacity=00);
	opacity: 0.00;
	-moz-opacity: 0.00;
	*/
  height: 20px;
	width: 20px;
	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: none;
	z-index: 54;
	position: absolute;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	color: #373737;
	background-color: #FFFFFF;
	margin-left: 0px;
	left: 50%;
	margin-top: 0px;
	top: 50%;
}
.cl_infospanText {
	margin: 0;
	padding: 6px;
	display: block;
}
.cl_infoDivEx {
	z-index: 55;
	position: absolute;
	display: block;
	text-align: right;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	width: 400px;
	height: 10px;
	margin-left: 0px;
	left: 50%;
	margin-top: 0px;
	top: 50%;
	cursor: pointer;
}
.cl_infoDivEx_p {
  text-align:right;
  margin:0;
}
