/*
  Map.css - stylesheet definitions for Map Control
  (siehe "YellowMap Stylesheet Dokumentation")
*/

@import url(Global_de-DE.css);
@import url(Route_de-DE.css);

#Header
{
	height: 65px;
	background: url(../Images/Info/Logo.gif) no-repeat;
	background-color: #000066;
}

#HeaderDelimiter, #Footer
{
	height: 8px;
	border-top: solid 1px #C68E00;
	border-bottom: solid 1px #C68E00;
	background: url(../Images/Info/HeaderDelimiter.gif) repeat-x;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

#Footer
{
	margin-top: 10px;
}

#MapPanel
{
	position: relative;
}

#MapRow
{
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#MapLocationAddress
{
	position: absolute;
	top: 4px;
	left: 4px;
	font-weight: bold;
	display: none;
}

#MapSearchOptions
{
	text-align: right;
	margin: 4px 4px 0px 4px;
	display: none;
}

#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;
}

#MapRadius
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#MapMouseZoomHint
{
	position: absolute;
	top: 4px;
	width: 110px;
	left: 185px;
}

#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;
	padding: 6px;
}

#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;
}

#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;
	display: none;
}

.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-left: 4px;
}

#MapHelpPopUpBody table img
{
	margin: 0px 6px 6px 0px;
}

#MapControlPanel
{
	position: absolute;
	margin-left: 576px;
	width: 185px;
	top: -11px;
}

#MapControlPanel h4
{
	margin: 0px 0px 14px 0px;
	display: none;
}

#MapControlPanelHeader
{
	display: none;
}

#MapControlPanelAddressArea
{
	margin: 0px;
}

#MapControlPanelOptions
{
	margin: 6px;
}

#MapControlPanelOptions h3
{
	margin: 5px 0px 0px 0px;
}

#MapControlPanelOptions li
{
	margin: 0px;
}

.MapControlPanelAddress
{
	padding-bottom: 5px;
}

#MapControlPanelZooming
{
	display: none;
	margin: 6px;
}

#MapControlPanelZooming img
{
	display: block;
	margin-bottom: 1px;
}

#MapControlPanelRadius
{
	font-size: 11px;
	margin-bottom: 5px;
}

.MapControlPanelComboBox
{
	font-size: 11px;
}

/* Routenformular im MapControlPanel: */
#MapRouteForm
{
	position: relative;
}

#MapRouteForm h4
{
	display: none;
}

#MapRouteFormFields
{
	position: relative;
	height: 220px;
}

#MapRouteFormZip
{
	position: absolute;
	width: 50px;
}

#MapRouteFormZip input
{
	width: 50px;
}

#MapRouteFormTown
{
	position: absolute;
	left: 64px;
	width: 95px;
}

#MapRouteFormTown input
{
	width: 95px;
}

#MapRouteFormStreet
{
	position: absolute;
	width: 160px;
	margin-top: 37px;
}

#MapRouteFormStreet input
{
	width: 160px;
}

#MapRouteFormOptimisation
{
	position: absolute;
	margin-top: 120px;
	width: 160px;
}

#MapRouteFormButton
{
	position: absolute;
	margin-top: 180px;
}

#MapRouteFormComboBox
{
	position: absolute;
	margin-top: 75px;
}

#MapRouteFormComboBox h4
{
	display: block;
	margin-bottom: 2px;
}

#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;
}

#MapPoiPopUpList
{
  position: absolute;
  left: 0px;
  top: 40px;
}