/*
  CityGuide.css - stylesheet definitions for City Guide
  (siehe "YellowMap Stylesheet Dokumentation")
*/

/* import global YellowMap stylesheet */
@import url(Global.css);
/* import stylesheet for Map Control */
@import url(Map.css);
/* import stylesheet for Poi Controls */
@import url(Poi.css);

#RegioMapContentBox, #CityInfoContentBox
{
	background-color: #ffffff;
	border: solid 1px #aabed2;
	padding: 6px;
	margin-bottom: 12px;
}
#RegioMapContentBox h2
{
	margin: 0px 0px 8px 0px;
	color: #990000;
	width: 130px;
	height: 18px;
	background: transparent url(../Images/CityGuide/ArrowTriangleDown.gif) no-repeat right;
}

.RegioMapSideCol
{
	float: left;
	width: 140px;
}

.RegioMapMainCol
{
	position: relative;
	margin: 4px 0px 0px 140px;
	width: 300px;
	height: 320px;
	text-align: center;
}

.RegioMapCitiesCol
{
	position: absolute;
	right: 5px;
	width: 106px;
}

.RegioMapSideCol h4, .RegioMapCitiesCol h4
{
	margin: 4px 0px 0px 0px;
	height: 18px;
}

.RegioMapSideCol ul, .RegioMapCitiesCol ul
{
	margin: 0px;
	padding: 0px;
}

.RegioMapSideCol ul li, .RegioMapCitiesCol ul li
{
	margin: 4px 0px 4px 0px;
}	

#DirectSearchCity
{
	margin-top: 16px;
}

#DirectSearchCity input
{
	width: 90px;
}

#DirectSearchCityLabel label
{
	vertical-align: middle;
}

#CityGuideHeader
{
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px;
}

#CityGuideHeader h4
{
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

.CityGuideSignDE
{
	position: relative;
	margin: 0px 0px 12px 0px;
	background: transparent url(../Images/CityGuide/CitySign.gif) no-repeat top left;
	height: 83px;
}
.CityGuideSignAT
{
	position: relative;
	margin: 0px 0px 12px 0px;
	background: transparent url(../Images/CityGuide/CitySignAT.gif) no-repeat top left;
	height: 83px;
}
.CityGuideSignCH
{
	position: relative;
	margin: 0px 0px 12px 0px;
	background: transparent url(../Images/CityGuide/CitySignCH.gif) no-repeat top left;
	height: 83px;
}

.CityGuideSignDE h2,
.CityGuideSignAT h2,
.CityGuideSignCH h2
{
	position: absolute;
	color: #000000;
	text-align: center;
	font: bold 14px tahoma, arial, helvetica, sans-serif;
	width: 184px;
	margin: 0px;
	padding: 0px;
}
.CityGuideSignCH h2
{
	color: #ffffff;
}

.CityInfoHeadline
{
	font-size: 12px;
	margin: 0px 0px 8px;
	color: #990000;
	border-bottom: #000066 1px solid;
	height: 18px;
}

.CityInfoSection
{
	position: relative;
	margin-bottom: 13px;
}

.CityInfoSection Button
{
	font-size: 11px;
}

.CityInfoMainCol
{
	position: relative;
	width: 200px;
	height: 260px;
	overflow: hidden;
}

.CityInfoSideCol
{
	position: absolute;
	margin-left: 212px;
}

#CityInfoIntroMainCol
{
	position: relative;
	width: 262px;
	height: 83px;
}

#SectionQuickSearch
{
	margin: 0px; padding: 0px;
}

#SectionQuickSearch Button
{
	margin-top: 5px;
}

.SectionQuickSearchMainCol
{	
	position: relative;
}

.SectionQuickSearchSideCol
{
	position: absolute;
	width: 50%;
	margin-left: 50%;
	z-index: 2;
}

.SectionCityInfoMainCol
{
	display: none;
	width: 50px;
}

.SectionCityInfoSideCol
{
}


#CityInfoIntroImage
{
	width: 280px;
	height: 83px;
	margin-left: 268px;
	position: absolute;
}

.CityInfoTextBox
{
}

#MapSearchStartMe
{
	position: absolute;
	z-index: 100;
	left: 266px;
	top: 13px;
	width: 24px;
}

#MapSearchSubmit
{
	position: absolute;
	left: 430px;
	top: 30px;
}

#MapSearchSubmit button 
{
	font-size: 11px;
	width: 106px;
}

#MapSearch
{
	position: relative;
	z-index: 3;
	height: 70px;
}
#MapSearch h2
{
	color: #990000;
	position: absolute;
	font-size: 17px;
	margin: 0px;
	left: 0px;
	top: 26px;
	width: 98px;
	height: 18px;
	background: transparent url(../Images/CityGuide/ArrowTriangleRight.gif) no-repeat right;
}

#MapSearchZip
{
	position: absolute;
	z-index: 4;
	width: 260px;  
	left: 110px;
}

#MapSearchZip input
{
	width: 260px; 
}

#MapSearchTown
{
	position: absolute;
	left: 216px;
	top: 0px;
	width: 260px; 
}

#MapSearchTown input
{
	width: 260px; 
}

#MapSearchStreet
{
	position: absolute;
	z-index: 1;
	left: 110px;
	top: 36px;
	width: 260px;
}

#MapSearchStreet input
{
	width: 260px; 
}

#CityMapPreview
{
	position: relative;
	background: #e0e0e0;
	width: 334px;
	height: 252px; 
}

#CityMapPreview img
{
	margin: 4px;
	width: 326px;
	height: 244px; 
}

#CityMapPreviewOverlay
{
	position: absolute;
	left: 214px;
	top: 200px;
	background: transparent url(../Images/CityGuide/CityMapPreviewOverlay.gif) no-repeat 0px 0px;
	cursor: pointer;
	width: 110px;
	height: 46px;
}

#CityMapPreviewOverlay span
{
	display: none;
}

#MapSearch2
{
	padding: 4px 6px;
}

#MapSearch2 input
{
	width: 90px;
}

#MapSearch2 label
{
	display: block;
}

#BranchSearchSubmit
{
	position: absolute;
	left: 432px;
	top: 50px;
	height: 24px;
	width: 80px; 
}

#BranchSearchSubmit button {
	height: 24px;
	width: 80px;
}

#BranchSearch
{
	position: relative;
	height: 80px;
	margin-left: 0px;
}

#BranchSearchBranch
{
	width: 140px;
}

#BranchSearchBranch input
{
	width: 140px;
}

#BranchSearchCatchword
{
	position: absolute;
	left: 200px;
	top: 0px;
	width: 190px;
}

#BranchSearchCatchword input
{
	width: 190px;
}

#BranchSearchCityDistrict
{
	position: absolute;
	left: 422px;
	top: 0px;
	width: 125px;
}

#BranchSearchCityDistrict select
{
	width: 125px;
}

#BranchSearchAnd
{
	position: absolute;
	left: 150px;
	top: 16px;
	text-align: center;
}

#BranchSearchIn
{
	position: absolute;
	left: 404px;
	top: 16px;
	text-align: center;
}

#BranchSearchBranchQuickLinks
{
	margin-top: 2px;
	padding-left: 38px;
	padding-top: 6px;
	height: 20px;
	background: transparent url(../Images/CityGuide/ArrowLeftUp.gif) no-repeat 0px 0px;
}

.CityInfoItem
{
	margin: 0px 0px 0px 0px; 
}

#CarRental,
#ATM,
#Bars,
#Medical,
#Pharmacy,
#HotSpots
{
	display: none;
}

.CityInfoItem h4
{
	margin: 0px 0px 2px 0px;
}

.CityInfoSymbol
{
	float: left;
	border:1px solid #b5bace;
	margin-right: 12px;
}

.CityHomepageLink
{
	text-align: center;
}

#MeetingPointSender
{
	margin-left: 17px;
	padding-top: 5px;
}

#MeetingPointSender label
{
	vertical-align: top;
}

#MeetingPointSender span
{
	vertical-align: top;
}

#MeetingPointRecipient
{
	margin-left: 17px;
	padding-top: 5px;
}

#MeetingPointRecipient label
{
	vertical-align: top;
}

#MeetingPointRecipient span
{
	vertical-align: top;
}

#MeetingPointSubject
{
	margin-left: 11px;
	padding-top: 5px;
}

#MeetingPointSubject label
{
	vertical-align: top;
}

#MeetingPointMessage
{
	padding-top: 5px;
}

#MeetingPointMessage label
{
	vertical-align: top;
}

#MeetingPointSubmitButton
{
	position: absolute;
	top: 23px;
	left: 447px;
}

#MeetingPointClearButton
{
	position: absolute;
	top: 53px;
	left: 440px;
}

#CityGuideAddressFormBox
{
	margin-bottom: 8px;
}

.CityInfoSpecialsLeftCol
{
	width: 50%;
	height: 140px;
}

.CityInfoSpecialsRightCol
{
	position: absolute;
	left: 273px;
	width: 273px;
}

/* Schnellzugriff, Panoramen, Wissenswertes und Wetter
aus dem Hauptfenster ausblenden. Ist nur bei Partnerein-
bindungen interessant */
#CityInfoSectionID7,
#CityInfoSectionID8,
#CityInfoSectionID9
{
	display: none;
}
