/*
  Map.css - stylesheet definitions for Map Control
  (siehe "YellowMap Stylesheet Dokumentation")
*/
/* import global stylesheet */
@import url(Global_de-DE.css);

#MapPanel
{
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

#MapControlFrame
{
	margin-left:200px;
	position:relative;
}

#MapPanel
{
	margin-left:5px;
	width:759px;
	border:solid 1px #cecece;
	padding:28px 0 27px 0;
	background-color:White;
	position:relative;
}

#MapLocationAddress
{
	position:absolute;
	right:20px;
}

#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;
}

.PoiPopUp
{
	z-index:1000;
	background-color:#fff;
	border:solid 1px #CECECE;
	padding:0 3px 3px 3px;
} 

.PoiPopUp .Links
{
	display:none;
}

#MapRadius
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#MapImageBox
{
	position: relative;
	background-color: #e0e0e0;
	margin: 4px;
}

#MapImage
{
	position: absolute;
	left: 8px;
	top: 8px;
}

.MapMoveButton
{
	display:none;
}

#MapPoiListHeader
{
	padding: 0px;
	margin-bottom: 4px;
	height: 32px;
}

#MapPoiList
{
	position: absolute;
	left: 567px;
	width: 178px;
        /*width: 300px;*/
	padding: 1px;
	top: 0px;
	white-space: nowrap;
	background-color:#E7DBC6;
}

#MapPoiList .MapPoiListNo
{
	position: absolute;
	left: 2px;
	width: 15px;
	height: 14px;
	text-align: left;
	color: #e00000;
	font-weight: bold;
}

#MapPoiList h5
{ 
	font-size: 11px;
	margin: 0px 0px 0px 17px;
}

/* 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
{
	z-index:2;
	margin:0px 0px 0px 5px;
	background:#E7DBC6;
}

#MapModules
{
	float:left;
	width: 165px;	
	margin:0px 0px 0px 5px;
	position: relative;
	padding:5px;
	border:solid 1px #e2e2e2;

}

#MapModulesSwitch
{
	margin-left:5px;
	position:relative;
	
}

#MapModulesSwitch a
{
	display:inline-block;
	margin-left:5px;
	padding:0 3px;
	border:solid 1px #e2e2e2;
	position:relative;
	top:1px;
	z-index:1000;
}

#MapModulesSwitch a:hover
{
	border-bottom-color:#fff;
}

.PoiLayerSwitch
{
	margin-left:20px;
}

#PoiLayerSwitchesScrollUp,#PoiLayerSwitchesScrollDown,#BranchCatchwordLabel,#PoiLayerSwitchesFormDown
{display:none;}

#MapControlPanelOpeningHours
{
	margin-left: 5px;
	background-color:#E7DBC6;
}

#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;
}


#MapRouteForm div, #MapRouteForm h5
{
	margin:6px 0;
}

#MapRouteForm label{display:inline-block; width:38px;}

#MapRouteFormComboBox
{
	display: none;
}

#MapRouteForm input
{
	width:108px;
}

#MapRouteForm button
{
	border:1px solid #C5600E;
	background-color:#fff;
	color:#C5600E;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	position:relative;
	margin-left:47px;
	margin-top:10px;
	width:110px;
}

#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;
}

.PoiListMoreInfoLink,
.PoiListMapLink,
.PoiListRouteLink
{
	display: none;
}

