.map_icon .icon {
	background-color: #ff0000;
	position: absolute;
	top: 8px;
	left: 0px;
	width: 32px;
	text-align: center; 	
	font-size: 16px;
}

.map_icon.cluster {
	position: absolute;
	z-index: +1;	
}

.map_icon.cluster .icon {
	background-color: #ffffff;
	overflow: visible;
	position: absolute;
	left: -0.5px;
	top: 16px;
	height:20px;
	width: 100%;
	margin-right: 0;
	font-family: 'NDRSansCondRegular',arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
}	

#infobox_map
{
	position: absolute;
	background-color: #f7f8f9;
	border: 1px solid #e7e8e9;
	border-radius: 2px;      
     	min-width: 16px;
     	max-width: 376px;
     	min-height: 10px;
     	display: none;
     	z-index:999999;
		color: #333333;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	margin-top: -90px;
}
     
#infobox_map .headline {
	font-family: 'NDRSansCondRegular',arial,helvetica,sans-serif;
   	font-size: 1.1em;
		padding: 8px 36px 4px 16px; 	
		color: #0c327d;
}

#infobox_map p {	
	padding: 0px 16px 4px 16px;
	margin: 0;	
   	font-size: 14px;  
   	color: #5077bb;
   	

}

#infobox_map p img {
	float: left;	
	padding: 0px 8px 4px 0px;
   }
     
#infobox_map .videoholder {
	padding: 0px 8px 4px 0px;
	padding: 0px 0px 4px 0px;
	width: 376px;
	height: 212px;
	position: relative;
}

#infobox_map .videoholder iframe {
	width: 100% !important;
	height: 100% !important;
}

#infobox_map .audioholder {
	padding: 0px 8px 4px 0px;
	padding: 0px 0px 4px 0px;
	width: 376px;
	height: 80px;
	position: relative;
}                  

#infobox_close {
     	position: absolute;
     	top: 5px;
     	right: 8px;
     	cursor: pointer;     
     	width: 24px;
	height: 24px;
     	background-image: url(/resources/images/mapicons/infobox_close.png);
}      

#infobox_pointer {
	position: absolute;
     	width: 15px;
     	height: 31px;
     	bottom: 16px;
     	left: -15px;
     	background-image: url(/resources/images/mapicons/infobox_pointer.png);
}      
     
#mapDiv {
	display: none;
}

#layerMenu {
	display: none;
	padding: 8px;
}
     
.layerSwitch {
	display: block;
	width: 33%;
	float: left;
}
     
#layerMenu .legendIcon {
	padding: 6px 6px 0px 0px;
     	width:16px;
     	height: 24px;
}

 .mapResizer {
   	display: none; 
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 90px;
    height: 0;
    overflow: hidden;
}

.mapResizer #mapDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  	 	height: 100%;
}   



.NavBar_zoomControlContainer .NavBar_zoomOut {
    background: url(/resources/images/mapicons/zoom_out.png) no-repeat 0 4px;
    height: 29px;
    width: 25px;

}
.NavBar_zoomControlContainer .NavBar_zoomIn {
    background: url(/resources/images/mapicons/zoom_in.png) no-repeat 0 4px;
    height: 29px;
    margin-left: 2px;
    width: 25px;
}


path stroke {color: #0f0;}

/* Schnoedes BUGFIXING */
.NavBar_compassControlContainer .NavBar_rotateLeft, .NavBar_compassControlContainer .NavBar_rotateRight {
	width: 0 !important;
	}
.NavBar_compassControlContainer {
	width: 57px !important;
	}
.NavBar_zoomControlContainer {
	left: 57px !important;
	}
.NavBar_modeSelectorControlContainer {
	left: 108px !important;
	width: 111px !important;
	}
.MicrosoftMap .MapPushpinBase {
	overflow: visible !important;
	}