div#map
{
    width:365px;
    /*height:540px;*/
    height:640px;
}
div.mapArea
{
	width:365px;
	padding-left:10px;
	/*height:540px;*/
}
/*info layer styles*/
div.map-info-window{
	width:200px;
	/*padding:0 0 10px 0;*/
	margin-bottom:20px;
}
div.map-info-window p{
	margin: 0 0 5px 0 !important;
}
div.type-icon{background:url('/images/GoogleMaps/background-info-window.gif') no-repeat top right}
div.map-info-window h2{color:#f68121;font-size:12px;text-transform:uppercase; margin:0 0 5px 0 !important;}
div.type-ADSL{background:url('/images/GoogleMaps/icon_ADSL.gif') no-repeat top right}
div.type-PSTN{background:url('/images/GoogleMaps/icon_PSTN.gif') no-repeat top right}
div.type-Mobil{background:url('/images/GoogleMaps/icon_MOBIL.gif') no-repeat top right}
div.type-MBB{background:url('/images/GoogleMaps/icon_MBB.gif') no-repeat top right}
div.type-GENERAL{background:url('/images/GoogleMaps/icon_MBB.gif') no-repeat top right}
div.map-info-window a{color:#f68121;font-weight:bold;}
.GoogleMapsErrorMessage
{
    color: red;
    font-size: 12px;
}
