#e-map-minimap{
	width:198px;
	height:150px;
	border: 1px solid #999;
	background: #eee;
	overflow: hidden;
	z-index:0;
	top: 0px;
	left: 0px;
}
.e-map-minimap{
	width:200px;
	height:150px;
	border: 1px solid #999;
	background: #eee;
	overflow: hidden;
	/*z-index:199;*/
	margin: 5px auto;
	top: 0px;
	left: 0px;
	cursor:pointer;
}
/*
* html #e-map-minimap {
	top: -215px;
	left: -152px;
}
*/
#e-map-overlay{
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color: #000;
}

* html #e-map-overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



#e-map-hideselect{
	z-index:999;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #e-map-hideselect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#e-map-wrapper{
	position: fixed;
	z-index: 1002;
	display: none;
	top:50%;
	left:50%;
	padding: 0px;

}
* html #e-map-wrapper { /* ie6 hack */
	position: absolute;
	/*margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');*/
}

#e-map-box{
	background: #fff;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999;
	z-index: 1003

}


#e-map-fullsize{
	width:800px; height:600px;
	border: 1px solid #999;
	background: #eee none repeat scroll 0%;
	opacity: 0.9999;
}



.e-map-infowindow{
	text-align: left;
	width: 400px;
}

.e-map-infowindow-title{
   font-size: 11px;
   font-weight: bold;
   margin-bottom:5px;
}

.e-map-infowindow-desc{
   font-size: 11px;
}

.e-map-pointlabel{
	font-size: 11px;
	font-family:Arial;
	text-align: left;
	padding:2px 3px;
	width: 200px;
	background: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

}
#e-map-copyright{
	color: #ccc;
	font-size: 11px;
	padding: 8px 5px 5px;
}

#e-map-note{
	padding: 2px;
	font-size: 11px;
	float: left;
	color: #c00;
	width: 310px;
}

#e-map-options{
	/*position: absolute;*/
	background: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #000;
	height: 80px;
	/*bottom: 0px;*/


	overflow: hidden;
}

.e-map-options-tab{
	font-family: Arial;
	font-size: 11px;
	color: #666;
	text-align: right;
	cursor: pointer;
	background: url("../image/emap/emap-options-bg.gif");
	height:16px;
	padding: 0 2px;
}
.e-map-options-dotted{
	background: url("../image/emap/emap-options-dotted.gif") no-repeat;
	height:16px;
	width:75px;

}
#e-map-options-routes-content{
	padding: 2px;
}
#e-map-routes{
	width: 48%;
	float: left;
}
#e-map-routes-help{
    width: 48%;
	font-size: 10px;
	text-align: left;
	color: #999;
	float: right;
	padding: 5px 0 2px 5px;
}
.e-map-route{
	padding: 2px;
	text-align: left;
}

.e-map-sitelogo{
	background: url("../image/emap/site_logo_238x56.png") no-repeat;
	width:238px;
	height:56px;
	float: right;
	margin: 5px;
}
/*** map control **************************************************************/
#e-map-control{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 7px;
	right: 5px;
	width: 300px;
	height: 18px;
}

* html #e-map-control{
	right: 5px;
}

#e-map-control-karte{
	float: left;
	width: 86px;
	height: 18px;
	background: url("../image/emap/emap-control-karte.gif") no-repeat bottom;
	cursor: pointer;
}
#e-map-control-satellit{
	float: left;
	width: 82px;
	height: 18px;
	background: url("../image/emap/emap-control-satellit.gif") no-repeat bottom;
	cursor: pointer;
}
#e-map-control-hybrid{
	float: left;
	width: 86px;
	height: 18px;
	background: url("../image/emap/emap-control-hybrid.gif") no-repeat bottom;
	cursor: pointer;
}
#e-map-control-close{
	float: left;
	width: 33px;
	height: 18px;
	margin-left: 10px;
	background: url("../image/emap/emap-control-close.gif") no-repeat bottom left;
	cursor: pointer;
}

/*** map navigation **************************************************************/
#e-map-nav{
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	margin-top:5px;
}
#e-map-nav:after{
	height: 0;
	visibility: hidden;
	content: ".";
	clear: both;
	display: block;
}

#e-map-nav-start{
	float: left;
	width: 60px;
	height: 24px;
	margin: 0px 2px;
	background: url("../image/emap/emap-start.gif") no-repeat;
}
#e-map-nav-start.active{
	cursor:pointer;
}
#e-map-nav-start.inactive{
	color: #999;
	cursor: default;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#e-map-nav-prev{
	float: left;
	width: 60px;
	height: 24px;
	margin: 0px 2px;
	background: url("../image/emap/emap-prev.gif") no-repeat;
}
#e-map-nav-prev.active{
	cursor:pointer;
}
#e-map-nav-prev.inactive{
	color: #999;
	cursor: default;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#e-map-nav-next{
	float: left;
	width: 60px;
	height: 24px;
	margin: 0px 2px;
	background: url("../image/emap/emap-next.gif") no-repeat;
}
#e-map-nav-next.active{
	cursor:pointer;
}
#e-map-nav-next.inactive{
	color: #999;
	cursor: default;
	opacity: 0.6;
	filter: alpha(opacity=60);
}


#e-map-nav-play{
	float: left;
	width: 60px;
	height: 24px;
	margin: 0px 2px;
	background: url("../image/emap/emap-play.gif") no-repeat;
}
#e-map-nav-play.active{
	cursor:pointer;
}
#e-map-nav-play.inactive{
	color: #999;
	cursor: default;
}


#e-map-nav-stop{
	float: left;
	width: 60px;
	height: 24px;
	margin: 0px 2px;
	background: url("../image/emap/emap-stop.gif") no-repeat;
}

#e-map-nav-finish{
	float: left;
	width: 60px;
	height: 24px;
	margin: 0px 2px;
	background: url("../image/emap/emap-finish.gif") no-repeat;
}
#e-map-nav-finish.active{
	cursor:pointer;
}
#e-map-nav-finish.inactive{
	color: #999;
	cursor: default;
	opacity: 0.6;
	filter: alpha(opacity=60);
}


#e-map-nav-close{
	float: right;
	width: 60px;
	height: 24px;
	margin: 0px 2px;
	background: url("../image/emap/emap-close.gif") no-repeat;
}
#e-map-nav-close.active{
	cursor:pointer;
}
#e-map-nav-close.inactive{
	color: #999;
	cursor: default;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

