/* styles for the title */
p#leaflet_title {margin-top:25px;margin-left:30px;font-size:18px;font-weight:bold;color:#1B5BA3;font-style:italic;}

/* styles for the closing x-button */
a.leaflet_close {z-index:1;text-decoration:none;margin-top:11px;margin-right:0px;width:14px;height:14px;position:absolute;top:0px;right:0px;background:transparent url(/html/leaflet/img/x.gif) no-repeat;}
a.leaflet_close:hover {background:transparent url(/html/leaflet/img/x_mo.gif) no-repeat;}

/* styles for the iframe */
div.leaflet_frame, div.leaflet_frame iframe {background-color:transparent;border: 0px solid rgb(224, 224, 224); width: 204px; height: 195px; display: block; right: 0px; position: relative;overflow:hidden;}

/* leaflet_widget */
div.leaflet_widget {
	overflow:hidden;
	position:absolute;
	left: 0px;
	width: 245px;
	background:url(/html/leaflet/img/merkzettel.png) left top no-repeat;
	height:210px;
	top: 0px;
	
	border:0px solid #ff0000;
	text-align: center;
}

div.leaflet {
	border: 0px solid rgb(255, 0, 0); 
	overflow: hidden; 
	z-index: 51; 
	position: absolute; 
	height: 210px; 
	width: 245px; 
	right: 15px; 
	top: 180px;
	/*display:none;*/
}

#leaflet_frame {
	display:none;	
}

/* styles for the printpdf-button */
a.leaflet_printpdf {z-index:1;text-decoration:none;margin-top:10px;margin-left:10px;width:14px;height:14px;position:absolute;top:0px;left:0px;background:transparent url(/html/leaflet/img/pdf_icon.gif) no-repeat;}
a.leaflet_printpdf:hover {background:transparent url(/html/leaflet/img/pdf_icon_mo.gif) no-repeat;}

/* styles for the send email-button */
a.leaflet_email {z-index:1;text-decoration:none;margin-top:10px;margin-left:30px;width:30px;height:14px;position:absolute;top:0px;left:0px;background:transparent url(/html/leaflet/img/mail_icon.gif) no-repeat;}
a.leaflet_email:hover {background:transparent url(/html/leaflet/img/mail_icon_mo.gif) no-repeat;}

.draghandle {height:30px;width:210px;z-index:10;display:block;}

