#housemaplightbox{
	top: 20px;
	margin-left: -490px;
	display: none;
	position: absolute;
	left: 50%;
	width: 980px;
	height: 100%;
	
	bottom: 0;
	z-index: 600;
}

#housemaplightboxshadow{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #000;
	z-index: 550;
	display: none;
}

#housemaplightboxshadow.loading{
	background-image: url('../../img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#housemaplightbox .map {
	text-align: left;
	background-color: #fff;
	height: 872px;
}

#housemaplightbox .map .poi {
	text-indent: -9999px;
	color: transparent;
	cursor: pointer;
}

#housemaplightbox .map .poi * {
	display: none;
}

#housemaplightbox .map .infozone {
	display: none;
	position: absolute;
	width: 960px;
}

#housemaplightbox .map img.small {
	cursor: pointer;
}

#housemaplightbox .map h1{
	text-indent: -9999px;
	color: #fff;
	background-position: -6px 14px;
	height: 70px;
	overflow: hidden;
	display: block;
}

#housemaplightbox address {
	font-style: normal;
}

#housemaplightbox address .city,
#housemaplightbox address .street {
	display: block;
}

#housemaplightbox .infozone .imagewrap {
	float: left;
	margin-right: 10px;
	padding-bottom: 42px;
}

#housemaplightbox .infozone .nearby .imagewrap {
	padding-bottom: 0;
}

#housemaplightbox .infozone p.description {
	_clear: left;
}

#housemaplightbox .infozone dl {
	line-height: 1.4em;
	padding-bottom: 10px;
}

#housemaplightbox .infozone dt {
	font-weight: bold;
	color: #2269AA;
}

#housemaplightbox .infozone dd {
	padding-bottom: 5px;
}

#housemaplightbox .infozone .houseinfo{
	width: 550px;
	float: left;
}

#housemaplightbox .infozone .nearby{
	width: 390px;
	float: right;
	border-left: 1px solid #C8C8C8;
	padding-left: 10px;
	height: 594px;
	overflow: auto;
}

#housemaplightbox .infozone .nearby h3{
	margin-bottom: 5px;
	color: #2269AA;
}

#housemaplightbox .infozone .nearby li{
	background: none;
	padding-left: 0;
}

#housemaplightbox .infozone .nearby-title {
	font-weight: bold;
	color: #2269AA;
}

.jlink {
	cursor: pointer;
}

#housemaplightbox .maphighlight {
	display: none;
	height: 8px;
	width: 12px;
	background-image: url('../../img/housemap_houseicon.png');
	position: absolute;
}

#housemaplightboxcloser {
	background-image:url("../../img/fancy_closebox.png");
	background-position:105px 0;
	background-repeat:no-repeat;
	cursor:pointer;
	display:none;
	font-size:14px;
	font-weight:bold;
	height:30px;
	left:50%;
	margin-left:365px;
	padding-top:7px;
	position:absolute;
	text-align:left;
	top:15px;
	width:140px;
	z-index: 650;
}

.infozone .backtooverview{
	clear:both;
	cursor:pointer;
	height:15px;
	padding-top:277px;
	width:310px;
}

/* Ueberschrift Map mit neuer Legende 22.10.2010 */
/* --------------------------------------------- */
#housemaplightbox .hdl-map {
	/*display: block;*/
	display: none;
	height: 80px;
	background-color: #ffffff;
}

#housemaplightbox .hdl-map h1 {
	background-image:url("../../img/hdlMap.gif");
	background-position:5px 24px;
	height:80px;
	overflow:hidden;
}

