/*
  Map.css - stylesheet definitions for Map Control
  (siehe "YellowMap Stylesheet Dokumentation")
*/
@import url(Global_de-DE.css);

#MapPanel
{
	padding: 0px;
	margin: 0px 0px 12px 0px;
	border: solid 1px #6D6D6D;
	width: 565px;
}

#MapRow
{
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#MapLocationAddress
{
	position: absolute;
	top: 4px;
	left: 4px;
	font-weight: bold;
}

#MapSearchOptions
{
	text-align: right;
	margin: 4px 4px 0px 4px;
}

#MapMessage
{
	margin: 4px 4px 0px 4px;
}

#MapNavigation
{
	position: relative;
	margin: 4px 4px 0px 4px;
}

#MapZooming
{
	position: relative;
	padding: 0px;
	height: 28px;
}

#MapZoomIn, #MapZoomOut
{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
}

#MapMouseZoomHint
{
	position: absolute;
	top: 4px;
	width: 110px;
	left: 170px;
}

#MapMouseZoomHint img
{
	vertical-align: middle;
}

#MapMouseZoomHintPopUp
{
	display: none;
	position: absolute;
	z-index: 1000;
	top: 42px;
	left: 170px;
	width: 200px;
	border: #000 1px solid;
	background: #fff;
	text-align: left;
}

#MapRadius
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#MapImageBox
{
	position: relative;
	background-color: #e0e0e0;
	margin: 4px;
}

#MapImage
{
	position: absolute;
	left: 8px;
	top: 8px;
}

#MapMoveN
{
	position: absolute;
	top: 0px;
}

#MapMoveNE
{
	position: absolute;
	top: 0px;
}

#MapMoveE
{
	position: absolute;
}

#MapMoveSE
{
	position: absolute;
}

#MapMoveS
{
	position: absolute;
}

#MapMoveSW
{
	position: absolute;
	left: 0px;
}

#MapMoveW
{
	position: absolute;
	left: 0px;
}

#MapMoveNW
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#MapPoiListHeader
{
	padding: 0px;
	margin-bottom: 4px;
	height: 32px;
}

#MapPoiList
{
	display: none;
	position: absolute;
	margin-left: 572px;
	width: 178px;
        /*width: 300px;*/
	padding: 0px;
	top: 0px;
	white-space: nowrap;
}

#MapPoiList .MapPoiListNo
{
	position: absolute;
	left: 0px;
	width: 10px;
	height: 14px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

#MapPoiList h5
{ 
	font-size: 11px;
	margin: 0px 0px 0px 15px;
}

#MapPoiList h5 a
{
	color: #ce0029;
}

/* paging buttons */
#MapPoiListBrowseArrows
{
	position: relative;
	width: 96px;
	height: 17px;
	top: 10px;
	left: 39px;
}

#MapPoiListBrowseArrows div
{
	position: absolute;
	width: 24px;
	height: 17px;
}

#MapPoiList .PoiListItemBasisLight
{
	padding: 1px 4px;
	margin: 0px;
	
}
#MapPoiList .PoiListItemBasisDark
{
	padding: 1px 4px;
	margin: 0px;
}
#MapPoiList .PoiListItemInfoPageLight
{
	padding: 1px 4px;
	margin: 0px 0px 1px 0px;
}
#MapPoiList .PoiListItemInfoPageDark
{
	padding: 1px 4px;
	margin: 0px 0px 1px 0px;
}

#MapPoiList address
{
	margin: 0px;
}

#ZoomBox
{
	border-bottom: #63656b 2px solid;
	border-left: #63656b 2px solid;
	border-right: #63656b 2px solid;
	border-top: #63656b 2px solid;
	position: absolute;
	width: 1px;
	height: 1px;
	z-index: 100;
}

.PoiPopUpBox
{
	display: none;
	position: absolute;
	z-index: 500;
	width: 240px;
	border: #000 1px solid;
}

.PoiPopUpBox address
{
	font-style: normal;
}

.PoiPopUpBox ul
{
	margin: 0px 0px 0px -4px;
	padding: 0px;
}

.PoiPopUpBox img
{
	position: absolute;
	right: 3px;
	top: 3px;
}

.PoiPopUpHead
{
	border: #e0e0e0 2px solid;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	padding: 4px;
	white-space: nowrap;
}

.PoiPopUpBody
{
	border: #e0e0e0 2px solid;
	font-size: 8pt;
	color: #63656b;
	background-color: #ffffff;
	padding: 4px;
	white-space: nowrap;
}

.PoiPopUpHeadInfoPage
{
	border: #e0e0e0 2px solid;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #f8f0d0;
	padding: 4px;
	white-space: nowrap;
}

.PoiPopUpBodyInfoPage
{
	border: #e0e0e0 2px solid;
	font-size: 8pt;
	color: #63656b;
	background-color: #f8f0d0;
	padding: 4px;
	white-space: nowrap;
}

#MapPoiPointHighlight
{
	position: absolute;
	display: none;
}

#MapHelpPopUp
{
	display: none;
	position: absolute;
	margin-left: 572px;
	width: 240px;
	top: 0px;
	z-index: 1000;
	border: #000 1px solid;
	background: #fff;
}

#MapHelpPopUpHead
{
	border: #e0e0e0 2px solid;
	padding: 4px;
}

#MapHelpPopUpHead img
{
	position: absolute;
	right: 3px;
	top: 3px;
}

#MapHelpPopUpBody
{
	border: #e0e0e0 2px solid;
	padding: 4px;
}

#MapHelpPopUpBody table img
{
	margin: 0px 6px 6px 0px;
}

#MapControlPanelHeader
{
	display: none;
}

#MapControlPanelAddressArea
{
	margin: 0px;
/*	position: absolute;
	top: 80px;
	width: 565px;
	height: 180px; */
}
.MapControlPanelAddressAreaEMail
{
	display: none;
}

#MapControlPanel
{
	position: absolute;
	top: 420px;
	width: 565px;
	background-color: #e9dbb8;
	height: 200px;
	margin: 0px;
	padding: 0px;
	/*border: solid 1px green;*/
}

#MapControlPanel h4
{
	display: none;
}

#MapControlPanelZooming
{
	display: none;
	margin: 6px;
}

#MapControlPanelZooming img
{
	display: block;
	margin-bottom: 1px;
}

#MapControlPanelRadius
{
	font-size: 11px;
	margin-bottom: 5px;
}

#MapControlPanelOptions
{
	margin: 0px;
}

#MapControlPanelOptions h3
{
	margin: 5px 0px 0px 0px;
}

#MapControlPanelOptions li
{
	margin: 0px;
}

.MapControlPanelComboBox
{
	font-size: 11px;
}

/* Routenformular im MapControlPanel: */
#MapRouteForm
{
/*	position: absolute;
	width: 565px;
	overflow:visible;*/
	margin:0px;
}

#MapRouteForm fieldset
{
/*	margin: 0px;
	padding: 5px;
	overflow:visible;*/
}

#MapRouteFormFields
{
/*	position: relative;
	height: 60px;
	margin: 0px;*/
}
.MapRouteFormCountry
{
	display: none;

}

#MapRouteFormZip
{
  /*position: absolute;
  left: 5px;*/
  height: 22px;
  margin: 1px;
}

#MapRouteFormZip input
{
	width: 60px;
	border: solid 1px #6D6D6D;
	position: absolute; 
	left: 50px;
}

#MapRouteFormTown
{
 /* position: absolute;
  left: 150px;*/
  height: 22px;
  margin: 1px;
}

#MapRouteFormTown input
{
	width: 130px;
	border: solid 1px #6D6D6D;
	position: absolute; 
	left: 50px;
}

#MapRouteFormStreet
{
/*  position: absolute; 
  left: 5px; */
  height: 22px;
  margin: 1px;
}

#MapRouteFormStreet input
{
	width: 255px;
	border: solid 1px #6D6D6D;
	position: absolute;
	left: 50px;
}

#MapRouteFormOptimisation
{
	display: none;
	border: solid 1px red;
	margin-top: 175px;
	position: absolute;
}

#MapRouteFormButton
{
/*	position: absolute;
	left: 400px;*/
	  margin: 3px;
}

#MapRouteFormComboBox
{
	margin-left: 42px;
}
#MapRouteFormComboBox h4
{
	display: block;
}

#MapRouteFormOptions
{
}

#MapRouteFormLegend
{
}

#MapCompass
{
	position: relative;
	height: 141px;
	margin: 0px 0px 6px 19px;
	display: none;
}

#MapCompass a
{
	text-decoration: none;
}

#MapCompassN
{
	position: absolute;
	left: 55px;
	top: 0px;
}

#MapCompassNLabel
{
	position: absolute;
	left: 67px;
	top: -12px;
	font-weight: bold;
}

#MapCompassNE
{
	position: absolute;
	left: 86px;
	top: 30px;
}

#MapCompassNELabel
{
	position: absolute;
	left: 106px;
	top: 18px;
}

#MapCompassE
{
	position: absolute;
	left: 86px;
	top: 55px;
}

#MapCompassELabel
{
	position: absolute;
	left: 138px;
	top: 55px;
	font-weight: bold;
}

#MapCompassSE
{
	position: absolute;
	left: 86px;
	top: 86px;
}

#MapCompassSELabel
{
	position: absolute;
	left: 106px;
	top: 108px;
}

#MapCompassS
{
	position: absolute;
	left: 55px;
	top: 86px;
}

#MapCompassSLabel
{
	position: absolute;
	left: 57px;
	top: 130px;
	font-weight: bold;
}

#MapCompassSW
{
	position: absolute;
	left: 30px;
	top: 86px;
}

#MapCompassSWLabel
{
	position: absolute;
	left: 18px;
	top: 108px;
}

#MapCompassW
{
	position: absolute;
	left: 0px;
	top: 55px;
}

#MapCompassWLabel
{
	position: absolute;
	left: -6px;
	top: 55px;
	font-weight: bold;
}

#MapCompassNW
{
	position: absolute;
	left: 30px;
	top: 30px;
}

#MapCompassNWLabel
{
	position: absolute;
	left: 18px;
	top: 18px;
}

#MapCompassCenter
{
	position: absolute;
	left: 55px;
	top: 55px;
}


#Branches h3 
{
	font-size: 11px;
	margin: 0px 10px 0px 0px;
	border-bottom: solid 0px #FFF;
}

#MapPoiPopUpList
{
  position: absolute;
  left: 0px;
  top: 40px;
}

#Branches
{
	margin: 6px;
}

#Branches h3 
{
	font-size: 11px;
	margin: 0px 10px 0px 0px;
	border-bottom: solid 0px #FFF;
}

#MapPoiPopUpList
{
  position: absolute;
  left: 0px;
  top: 40px;
}

.ContinueLink
{
	position: absolute;
	left: 410px;
}

.PoiListMoreInfoLink,
.PoiListMapLink,
.PoiListRouteLink
{
	display: none;
}

#MapRouteForm h4 {display: block;}
#MapControlPanel div.MapControlPanelAddressCounter {display: inline; font-weight: bold; color: #A00; margin-right: 3px;}
.MapControlPanelAddressAreaHeadline {display: inline;}
#SubwayHeadline,
#SubwayRoute {display: none;}
