﻿/*
  POI.css - stylesheet definitions for POI search
  (siehe "YellowMap Stylesheet Dokumentation")
*/

/* import site-wide YellowMap stylesheet */
@import url(Global_de-DE.css);
/* import global Map stylesheet */
@import url(Map_de-DE.css);

.FormBox, .PoiListSwitchView
{
	display: none;
}

.FormBoxSearchForm
{
	display: none;
}

.FormBox fieldset { border: none; }

.CloseLocationForm,
#PoiListAccuracyHint
{
	display: none;
}

#PoiList
{
	top: 10px;
	padding: 0px;
	width: 450px;
	height: 870px;
}
.MainCol 
{
	margin-right: 10px;
	float: right;
	width: 450px;
}
#PoiListCopyright
{
	display: none;
}
/* search form */
#SearchForm
{
	background-color: #C5E1E1;		 
	border: 1px solid #336688;
	margin: 0px;
	padding: 6px;
	position: relative;
}

#SearchLink
{
	margin-left: 70px;
}

#SearchLink p
{
	margin: 0px;
	padding-top: 20px;
}

#SearchLink a
{
	background: transparent url(../Images/Generic/BulletArrowBox.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 18px;
}

#SearchRadius
{
	position: absolute;
	left: 314px;
	top: 8px;
	width: 110px;
}

#SearchSubmit
{
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 2px 6px;
}

#SearchWhat, #SearchWhere, #SearchBottom
{
	position: relative;
	height: 50px;
}

#SearchWhat legend, #SearchWhere legend
{
	margin: 0px;
	padding: 24px 0px 0px 0px;
	height: 25px;
	width: 50px;
	text-align: right;
}

#SearchBranch
{
	position: absolute;
	left: 64px;
	top: 12px;
	width: 210px;
}

#SearchBranch input
{
	width: 210px;
}

#SearchBranchOrKeyword
{
	position: absolute;
	left: 274px;
	top: 21px;
	width: 45px;
	text-align: center;
	font-weight: bold;
}

#SearchKeyword
{
	position: absolute;
	left: 314px;
	top: 12px;
	width: 210px;
}

#SearchKeyword input
{
	width: 210px;
}

#SearchZip
{
	position: absolute;
	left: 64px;
	top: 8px;
	width: 60px;
}

#SearchZip input
{
	width: 60px;
}

#SearchCity
{
	position: absolute;
	left: 134px;
	top: 8px;
	width: 140px;
}

#SearchCity input
{
	width: 140px;
}

#SearchStreet
{
	position: absolute;
	left: 314px;
	top: 8px;
	width: 210px;
}

#SearchStreet input
{
	width: 210px;
}

#SearchFirm
{
	position: absolute;
	left: 64px;
	top: 8px;
	width: 210px;
}

#SearchFirm input
{
	width: 210px;
}

#SearchBranchGroups
{
	position: absolute;
	left: 314px;
	top: 8px;
	width: 210px;
}

#SearchBranchGroups select
{
	width: 210px;
}
#GeocoderListBox
{
	display: block;
	margin-top: 15px;
	margin-left: -200px;
}

#LocationFormBox {display: block; margin: 30px 0px 30px -450px;}
#MyLocationsDropDown,
#SearchWhere legend,
#LocationFormBox p,
#MyLocationsDropDownButton {display: none;}
#LocationFormBox #SearchZipTown {width: 300px; top: 9px; position: absolute;}


#GeocoderListBox select, #BranchGroupsListBox select
{
	width: 100%;
}

/* simply a white empty div */
.PoiListItemHead
{
	border: none;
	margin: 0px;
	padding: 0px;
	height: 4px;
	overflow: hidden;
}

/* elements of the search result list */
#PoiListTable
{
	border-left: solid 1px #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
}

#HeaderTemplateColumnLocation,
#HeaderTemplateColumnService
{
	border-right: solid 1px #FFF;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
#HeaderTemplateColumnDistance
{
	text-align: right;
	border-right: solid 1px #FFF; 
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

#HeaderTemplateColumnLogo,
#HeaderTemplateColumnOpeningHours
{
	display: none;
}
.ItemTemplate
{
	background-color: #dfe5ef;
}
.AlternatingItemTemplate
{
	background-color: #FFFFFF;
}

.ItemTemplateColumnLocation,
.ItemTemplateColumnService,
.ItemTemplateColumnDistance,
.ItemTemplateColumnOpeningHours,
.AlternatingItemTemplateColumnLocation,
.AlternatingItemTemplateColumnService,
.AlternatingItemTemplateColumnDistance,
.AlternatingItemTemplateColumnOpeningHours
{
	padding: 3px; 
	border-right: solid 1px #FFF; 
	border-top: solid 1px #FFF; 
}
.ItemTemplateColumnService,
.AlternatingItemTemplateColumnService
{
	text-align: left;
}
li.ItemTemplateColumnService,
li.AlternatingItemTemplateColumnService
{
	list-style-type: none;
}
.ItemTemplateColumnDistance,
.AlternatingItemTemplateColumnDistance
{
	text-align: right;
}
.ItemTemplateColumnLogo,
.AlternatingItemTemplateColumnLogo,
.ItemTemplateColumnOpeningHours,
.AlternatingItemTemplateColumnOpeningHours
{
	display: none;
	text-align: right;
}
.ItemTemplateColumnService ul,
.AlternatingItemTemplateColumnService ul
{
	padding: 0px;	
}
.PoiListItemTitle
{
	font-weight: bold;
}
.PoiListItemTitle,
address
{
	margin: 1px;
	font-style: normal;
}
li.PoiListMoreInfoLink
{
	display: none;
}
li.PoiListMapLink
{
	background-image: none;
	padding-left: 0px;
}
li.PoiListRouteLink
{
	background-image: none;
	padding-left: 0px;
}
li.PoiListMoreInfoLink a,
li.PoiListMapLink a,
li.PoiListRouteLink a
{
	color: #006;
	font-weight: bold;
}
/* distance */
.PoiListItemDistance
{
	background: transparent url(../Images/Generic/SignDistance.gif) no-repeat scroll 0px 3px;
	padding-left: 24px;
}
#PoiListSeekFor
{
	display: none;
}
/* Link: view in map */
.PoiListSwitchView
{
	height: 20px;
	text-align: center;
}

/* Link zur Umkreiserweiterung */
.PoiListNextSearchRadius
{
	text-align: right;
	position: absolute;
    right: 0px;
    display: none;
}

/* POI and branch list paging */
.PoiListBrowseControlUp, .PoiListBrowseControlDown
{
	height: 20px;
	position: relative;
	margin: 6px 0px 4px 0px;
}

.BranchListBrowseControl
{
	height: 17px;
	position: relative;
	margin: 0px;
}

/* paging buttons */
.PoiListBrowseArrows, .BranchListBrowseArrows
{
	position: absolute;
	width: 196px;
	height: 17px;
	top: 8px;
	left: 230px;
}

.PoiListBrowseArrows div, .BranchListBrowseArrows div
{
	position: absolute;
	width: 34px;
	height: 27px;
}

.ButtonPageFirstOff a, .ButtonPagePrevOff a, .ButtonPageNextOff a, .ButtonPageLastOff a,
.ButtonPageFirstOn a, .ButtonPagePrevOn a, .ButtonPageNextOn a, .ButtonPageLastOn a
{
	display: block;
	width: 34px;
	height: 17px;
}

.ButtonPageFirstOff span, .ButtonPagePrevOff span, .ButtonPageNextOff span, .ButtonPageLastOff span,
.ButtonPageFirstOn span, .ButtonPagePrevOn span, .ButtonPageNextOn span, .ButtonPageLastOn span
{
	display: none;
}

.ButtonPageFirstOff, .ButtonPageFirstOn 
{ 
	left: 0px; 
	top: 0px; 
}

.ButtonPageFirstOff 
{ 
	background: transparent url(../Images/Generic/ButtonPageFirstOff.gif) no-repeat scroll top left; 
}

.ButtonPageFirstOn 
{ 
	background: transparent url(../Images/Generic/ButtonPageFirstOn.gif) no-repeat scroll top left; 
}

.ButtonPagePrevOff, .ButtonPagePrevOn 
{ 
	left: 34px; 
	top: 0px; 
}

.ButtonPagePrevOff 
{ 
	background: transparent url(../Images/Generic/ButtonPageBackOff.gif) no-repeat scroll top left; 
}

.ButtonPagePrevOn 
{ 
	background: transparent url(../Images/Generic/ButtonPageBackOn.gif) no-repeat scroll top left; 
}

.ButtonPageNextOff, .ButtonPageNextOn 
{ 
	left: 68px; 
	top: 0px;
}
.ButtonPageNextOff 
{ 
	background: transparent url(../Images/Generic/ButtonPageForwardOff.gif) no-repeat scroll top left; 
}

.ButtonPageNextOn 
{ 
	background: transparent url(../Images/Generic/ButtonPageForwardOn.gif) no-repeat scroll top left; 
}

.ButtonPageLastOff, .ButtonPageLastOn 
{ 
	left: 102px; 
	top: 0px; 
}

.ButtonPageLastOff 
{ 
	background: transparent url(../Images/Generic/ButtonPageLastOff.gif) no-repeat scroll top left; 
}

.ButtonPageLastOn 
{ 
	background: transparent url(../Images/Generic/ButtonPageLastOn.gif) no-repeat scroll top left; 
}

/* order by */
.PoiListSortBy
{
	position: absolute;
	text-align: right;
	right: 0px;
	top: 0px;
	display: none;
}

/* Memofelder in PoiList */
.PoiListMemoField
{
	color: #666;
}
.PoiListMemoField h3
{
	margin: 0px;
	color: #666;
}

/* Label für den InfoText */
.InfoTextLabelBig img
{
	position:absolute;
	left:0px;
}
.InfoTextLabelBig
{
	height:43px;
	position:relative;
	margin: 0px 0px 0px 26px;
}
.InfoTextLabelBig div
{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.InfoTextLabelSmall img
{
	position:absolute;
	left:0px;
}
.InfoTextLabelSmall
{
	height:15px;
	position:relative;
	margin: 0px 0px 0px 26px;
}
.InfoTextLabelSmall div
{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

/* Icons neben Karte ausblenden */
.PoiListItemIcons
{
	display: none;
}

#Symbole
{
	position: absolute;
	left: 160px;
	margin-bottom: 60px;
}

.PoiListLegend
{
	border: solid 1px #ccc;
	padding: 10px;
}

#PresseBildBoxHeader {background-color: #ff4200; padding: 10px; margin-top: 15px; color: #fff; font-weight: bold; font-size: 1.2em;}
#PresseBildBox {width: 450px; margin-left: 5px; float: left;}

#PresseBilder { background-color: #fff; margin-top: 5px; border: solid 1px #8fbbca; text-align:center;}
#PresseBilder img {border:#ffffff 10px solid}

#PoiListSearchLocation {background-color: #3a6d98; padding: 10px; margin-top: 15px; color: #fff; font-weight: bold; font-size: 1.2em;}
.PoiListBrowseControl { display: none; position: relative; background-color: #8fbbca; padding: 10px; margin-top: 10px; color: #fff; font-weight: bold; font-size: 1.2em;}
.PoiListBrowseControlDown {display: none;}

.PressePoiListTable {width: 100%; background-color: #fff; font-size: 12px;}
.PressePoiListRight {text-align: right;}
.PressePoiListLeft {width: 40px;}

.PressePoiListNumber {font-size: 20px; font-weight: bold; color: #3a6d98; margin-left: 5px;}
.PressePoiListHeadline {font-weight: bold; color: #3a6d98;}
.PressePoiListItemMapLink {font-weight: bold; background: transparent url(../Images/Generic/SignMapLink.gif) no-repeat top right; padding-right: 24px; padding-bottom: 3px;}
.PressePoiListSpacer {height: 10px;}

.RegioAdCol, .Invisible, .TabNavigation, .PoiListHighlight, #PoiListMenuBottom, #AdBanner,#YMAdvertisementSideCol, #SideColId {display: none;}

.PoiListItemInfoPageLight,.PoiListItemInfoPageDark {border: solid 2px #ff4200;}

input.feld2 {
	position: absolute;
	left:340px; top:19px; width:130px; height:14px;
}

input.feld1 {
	position: absolute;
	left:95px; top:19px; width:130px; height:14px;
}
/* Liste der Ergebnisse neben der Karte */
#MapPoiList, .MapModuleTitle { display: none;}
/* MapPoi-Layer Auswahlfeld */
#MapModules { text-align: left; z-index: 2000; position: absolute; right: 45px; width: 192px; top: 17px; background-color: #ffffff; border: solid 1px; border-color: #ccc #666 #666 #ccc; opacity: 0.9; filter:alpha(opacity=90); }
#MapPoiForm p { display: none; }
#MapPoiForm fieldset { display: none; }
#MapModuleHeader { font-weight: bold; padding: 4px; cursor: move; background-color: #fff; border-bottom: solid 1px #ccc;} /*background-color: #ffefbc;*/
#MapPoiForm { padding: 4px; height: 250px; }
#ToggleBoxID {display: inline; position: absolute; right: 4px;}
#ToggleBox {margin-left: 14px; text-decoration: underline; font-size: 11px;}

.PoiLayerGroupSwitch { white-space: nowrap; cursor: pointer; background: transparent; height: 14px; }
.PoiLayerGroupSwitchCollapsed { white-space: nowrap; cursor: pointer; background: transparent; height: 14px; }
.PoiLayerGroupSwitch:hover { color: #990000; background: #f8f0d0; }
.PoiLayerGroupSwitchCollapsed:hover { color: #990000; background: #f8f0d0; }
.PoiLayerGroupSwitch span,
.PoiLayerGroupSwitchCollapsed span { text-decoration: underline; }
.PoiLayerGroupSwitch input,
.PoiLayerGroupSwitchCollapsed input { margin: 0px; }
.PoiLayerGroupSwitch img,
.PoiLayerGroupSwitchCollapsed img { margin: 0px; }
.PoiLayerSwitch { white-space: nowrap; margin-left: 11px; }
.PoiLayerSwitch input { vertical-align: middle; margin-left: 0px; }
.PoiLayerSwitch img { vertical-align: middle; }
.PoiLayerSwitch img { margin-right: 4px; }
#PoiLayerSwitchesScrollUp a { background: transparent url(../Images/Generic/ScrollButtonUp.gif) no-repeat 0px 0px; display: block; width: 170px; height: 10px; margin-bottom: 1px; }
#PoiLayerSwitchesScrollDown a { background: transparent url(../Images/Generic/ScrollButtonDown.gif) no-repeat 0px 0px; display: block; width: 170px; height: 10px; margin-top: 1px; }
#PoiLayerSwitchesScrollUp a:hover { background: transparent url(../Images/Generic/ScrollButtonUpHover.gif) no-repeat 0px 0px; }
#PoiLayerSwitchesScrollDown a:hover { background: transparent url(../Images/Generic/ScrollButtonDownHover.gif) no-repeat 0px 0px; }
#PoiLayerSwitchesScrollUp .Disabled a { background: transparent url(../Images/Generic/ScrollButtonUpDisabled.gif) no-repeat 0px 0px; }
#PoiLayerSwitchesScrollDown .Disabled a { background: transparent url(../Images/Generic/ScrollButtonDownDisabled.gif) no-repeat 0px 0px; }
#PoiLayerSwitchesScrollUp span { display: none; }
#PoiLayerSwitchesScrollDown span { display: none; }
#PoiLayerSwitchesContainer { font-size: 11px; width: 170px; height: 150px; position: relative; }
#PoiLayerSwitches { top: 0px; position: relative; }
#PoiLayerSwitchesContainer .NoJavaScriptWarning { top: 0px; position: absolute; background: #fff; }
#PoiLayerSwitchesContainer .NoJavaScriptWarning h6 { font-size: inherit; font-weight: bold; margin: 6px 0px; padding-left: 34px; background: transparent url(../Images/Generic/MessageBoxInfo.gif) no-repeat 0px 0px; }
#BranchCatchwordLabel,
#BranchCatchword { display: none; }