﻿/* ==================== Common selectors ==================== */
body
{
	font-family: Arial;
	color: #5b5b5d;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}
div.navigationLink a
{
	color: #5b5b5d;
}
div.navigationLink:hover
{
	cursor: pointer;
	background-color: #525406;
	font-weight: normal;
}
div.navigationLink:hover a
{
	color: White;
}
a
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #5b5b5d;
}
a.topNavigationButton
{
	color: White;
}
a.topNavigationButton:hover
{
	background-color: #cbc6ad;
	font-weight: normal;
	color: White;
}
a.searchNavigationButton
{
	font-size: 12px;
	font-family: Arial;
	text-align: center;	
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: Black;
	font-weight: normal;
	font-family: Arial;
	height: 13px;
	width: 75px;
}
a.searchNavigationButton:hover
{
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-color: #94a319;
	font-weight: normal;
	color: White;
	height: 13px;
	width: 75px;
}
option
{
	color: #5b5b5d;
}
/* ==================== Class selectors ==================== */
.copyrightFooterInner
{
 background: url(../images/main/footer-logo_bg.png);
 display:none;
 z-index: 99999;
 width: 235px;
 height: 122px;
 vertical-align: middle;
}
.copyrightFooter:hover .copyrightFooterInner
{
	display:block;
}
.searchNavigationButton
{
	font-size: 12px;
	color: #5b5b5d;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	height: 13px;
	width: 75px;
}
.comment
{
	color: #5b5b5d;
	font-size: 12px;
}
.link
{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}
.navigationLink
{
	font-size: 17px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	padding-left: 10px;
}
.Pushpin
{
	text-align: right;
	color: black;
	font-family: Verdana;
	font-size: 9px;
	width: 32px;
	height: 49px;
	cursor: pointer;
}
.PushpinOneDigit
{
	text-align: right;
	color: black;
	font-family: Verdana;
	font-size: 9px;
	width: 28px;
	height: 49px;
	cursor: pointer;
}
.PushpinBig
{
	text-align: right;
	color: black;
	font-family: Verdana;
	font-size: 9px;
	width: 35px;
	height: 49px;
	cursor: pointer;
}
.NavigationControl
{
	display: block;
	z-index: 10000;
}
.navBarItem
{
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.TopBar
{
	background-color: #4cb0dc;
}
.DetailTextHeader
{
	font-weight: bold;
	font-size: 14px;
	color: #525406;
	font-family: Arial;
}
.DetailText
{
	font-weight: bold;
	font-size: 11px;
	color: #5b5b5d;
	font-family: Arial;
}
.ThreeDPanelLink
{
	color: #20209f;
	cursor: pointer;
	font-style: italic;
	font-size: 11px;
}
.ThreeDPanel
{
	display: none;
}
.ResultListItem
{
	font-size: 12px;
}
.InfoBoxLinkText
{
	font-size: 11px;
	font-weight: bold;
	color: #5b5b5d;
	font-family: Arial;
	vertical-align: top;
}
.InfoBoxLink
{
	cursor: pointer;
	height: 16px;
}
.TableContactData td
{
	line-height: 14px;
}
.ui-datepicker-trigger
{
	vertical-align: middle;
}
.PopupMenu
{
	background-color: #edeedb;
	display: none;
	z-index: 20000;
	font-family: Arial;
	font-size: 8pt;
	width: 190px;
	height: 160px;
}
.PopupMenuItem
{
	color: #94a319;
	cursor: pointer;
	width: 100%;
	height: 20px;
}
.PopupMenuItemHover
{
	background-color: #525406;
	color: White;
	cursor: pointer;
	height: 20px;
	width: 100%;
}
.SortableItem
{
	font-family:Arial;
	border-bottom:1px solid #cccccc;
	height:20px;
	list-style:none;
	width: 220px;
}
.ui-sortable-helper
{
	border:none;
	background-color:#dbdfb4;
}
.map2
{
	z-index: 0;
}
.InfoBoxArrow
{
	vertical-align: top;
}
.copyrightBAW
{
	font-size: 12px;
	color: #5b5b5d;
}
.ControlPanelContentSpacer
{
	width: 220px;
	height: 1px;
	background-image: url(../images/main/content_spacer.png);
	background-repeat: repeat-x;
	overflow: hidden;
	display: none;
}
.ControlPanelHelpOuterDiv
{
	width: 16px;
	height: 16px;
	display: none;
}
.ControlPanelHelpImage
{
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.ajax__calendar_container
{
	z-index: 10003;
}
.detailTab
{
	padding: 3px;
	height: 19px;
	cursor: pointer;
	/*background-color: #94a319;*/
	background-image: url('../images/main/bg_tab_inactive.png');
	background-repeat: repeat-x;
	float: left;
}

.detailTabRight
{
	padding: 3px;
	height: 25px;
	cursor: pointer;
	/*background-color: #94a319;*/
	background-image: url('../images/main/bg_tab_inactive.png');
	background-repeat: repeat-x;
	float: right;
}

.detailTabFeetCarDiv
{
	height: 34px;
	width: 295px;
}
/* ==================== Id selectors ==================== */
#main
{
	width: 100%;
	height: 100%;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
}
#main_inner
{
	width: 960px;
	height: 100%;
	max-height: 100%;
}
#header
{
	width: 960px;
	height: 92px;
}
#headline
{
	color: #4d87c7;
	font-size: 24px;
}
#headerImage
{
	background-image: url("../images/main/lastminute.png");
	width: 960px;
	height: 220px;
	z-index: 11;
}
#headerlogo
{
	width: 390px;
	height: 25px;
	z-index: 10;
}
#topNavigation
{
	background-image: url("../images/main/bg_nav.png");
	width: 960px;
	height: 29px;
}
#leftFrame
{
	color: #5b5b5d;
	font-size: 16px;
	width: 220px;
	overflow: hidden;
}
#leftFrame2
{
	width: 160px;
}
#contentFrame
{
	width: 720px;
	z-index: 10001;
}
#contentFrame2
{
	width: 790px;
}
#lowerContentFrame
{
	width: 940px;
}
#rotator
{
	width: 790px;
}
#imgProvider
{
	width: 150px;
}
#InfoboxBody
{
	/*border: solid 1px #94a319;*/
}
#PoiListPanel
{
	display: none;
}
#EventListPanel
{
	display: none;
}
#content
{
	width: 960px;
	z-index: 10002;
}
#content2
{
	width: 960px;
	z-index: 10002;
}
#AccomodationControlPanel
{
	display: none;
}
#HolidayPlanerControlPanel
{
	display: none;
}
#DirectionsControlPanel
{
	display: none;
}
#SecondaryNavigationBlock
{
	width: 210px;
	height: 54px;
	background-image: url('../images/main/bg_kontakt-impressum.png');
}
#SecondaryNavigationBlock a
{
	color: White;
	font-size: 12px;
}
#ThirdNavigationBlock
{
	width: 210px;
	height: 18px;
	background-image: url('../images/main/bg_kontakt-impressum.png');
}
#ThirdNavigationBlock a
{
	color: White;
	font-size: 12px;
}
#modalDiv
{
	background: url(../images/modal.png);
	display: none;
	z-index: 15000;
}
#animationDiv
{
	width: 200px;
	height: 200px;
	z-index: 30001;
	display: none;
	background-color: #edeedb;
}
#InfoboxMarkerLeft
{
	background: url('../images/markerarrow2_b.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 30px;
}
#InfoboxMarkerRight
{
	background: url('../images/markerarrow2_a.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 30px;
}
#dialog-confirm
{
	width: 600px;
	background-color: #edeedb;
	display: none;
	z-index: 32500;
}
#dialog-confirm p
{
	color: #5b5b5d;
	font-family: Arial;
	font-size: 12px;
}
#dialog-cookies
{
	width: 600px;
	background-color: #edeedb;
	display: none;
	z-index: 32500;
}
#dialog-cookies p
{
	color: #5b5b5d;
	font-family: Arial;
	font-size: 12px;
}
#dialog-tour
{
	width: 600px;
	background-color: #edeedb;
	z-index: 32500;
	display: none;
}
#dialog-tour p
{
	color: #5b5b5d;
	font-family: Arial;
	font-size: 12px;
}
#areal1
{
	width: 220px;
}
#areal2
{
	width: 300px;
}
#areal3
{
	width: 220px;
}
#InfoboxPanel
{
	display: none;
	z-index: 99991;
}
#divLoadingPanel
{
	width: 256px;
	height: 78px;
	text-align: center;
	color: white;
	z-index: 32500;
	display: none;
}
#divInnerLoadingPanel
{
	width: 256px;
	font-size: 9pt;
	color: White;
}
#headerBg
{
	height: 220px;
	width: 100%;
	background-color: #cdc7af;
}
#imgCopRghtFooterLogo
{
	display: none;
}
#footer
{
	z-index: 10003;
	float: right;
}
#footerDivOuter
{
	font-size: 12px;
	color: #5b5b5d;
	width: 300px;
}
#footerDivInnerFirst
{
	 width: 125px;
	 height: 20px;
}
#footerDivInnerSecond
{
	width: 120px;
	height: 20px;
}
#contentSpacer
{
	width: 960px;
	height: 10px;
}
#contentSpacerImage
{
	width: 960px;
	height: 1px;
	background-image: url(../images/main/content_spacer.png);
	background-repeat: repeat-x;
	overflow: hidden;	
}
#footerSpacer
{
	width: 960px;
	height: 10px;
}
#tblView
{
	background-color: #8b8d88;
	width: 130px;
	height: 0px;
	overflow: hidden;
}
#layerPanelBackground
{
	background-color: #8b8d88;
	height: 27px;
}
#layerPanel
{
	display: block;
	width: 130px;
	z-index: 10000;
	color: White;
	font-size: 12px;
	font-family: Arial;
}
#contentHeadlineOuterDiv
{
	width: 960px;
	height: 30px;
}
#contentHeadline
{
	width: 240px;
	height: 30px;
}
#mapFullMode
{
	width: 720px;
	height: 30px;
}
#lblfullScreen
{
	font-family: Arial;
	font-size: 12px;
}
#spanToggleFullScreen
{
	cursor: pointer;
}
#spanToggleFullScreenSpacer
{
	font-size: 12px;
	width: 10px;
}
#feedBackDiv
{
	font-size: 12px;
	width: 85px;
}
#spanFeedback
{
	vertical-align: top;
}
#copyrightRVR
{
	cursor: pointer;
	display: block;
	height: 50px;
	width: 100px;
	z-index: 10000;
}
#RvrLogo
{
	height: 50px;
}
/* ==================== Panels / AccomodationPanel.ascx ==================== */
#divAccPanel
{
	width: 220px;
	display: none;
	height:0px;
}
#AccomodationPanelBody
{
	font-size: 12px;
	height: 605px;
}
/* ==================== Panels / EventPanel.ascx ==================== */
#divEventPanel
{
	width: 220px;
	display: none;
	height:0px;
}
#EventPanelBody
{
	height: 605px;
}
#EventPanelPage2
{
	height: 399px;
}
#EventPanelPage2List
{
	height:580px;
	overflow:auto;
}
/* ==================== Panels / PoiPanel.ascx ==================== */
#divPoiPanel
{
	width: 220px;
	display: none;
	height: 0px;
}
#PoiPanelBody
{
	font-size: 12px;
}
#PoiPanelPage2
{
	height: 399px;
}
#PoiPanelPage2List
{
	height: 580px;
	overflow: auto;
}
/* ==================== Panels / SearchPanel.ascx ==================== */
#SearchPanel
{
	display: none;
}
#SearchPanelBody
{
	font-size: 12px;
	height: 100%;
}
/* ==================== ResultLists / AccomodationResultList.ascx ==================== */
.AccResultListItem
{
	background-color: white;
	cursor: pointer;
}
/* ==================== ResultLists / EventResultList.ascx ==================== */
#EventResultListOuterDiv
{
	overflow: auto;
	height: 97%;
	width: 220px;
}
.EventResultListItem
{
	background-color: white;
	cursor: hand;
}
/* ==================== ResultLists / PoiResultList.ascx ==================== */
.PoiResultListItem
{
	background-color: white;
	cursor: hand;
}
/* ==================== ResultLists / QuickSearchList.ascx ==================== */
#QuickSearchListOuterDiv
{
	overflow: hidden;
	width: 220px;
}
.QuickSearchListAccordion
{
	overflow: hidden;
	height:710px;
	width: 220px;
}
/* ==================== AccomodationControl.ascx ==================== */
#AccomodationControl
{
	overflow-x: hidden;
	overflow-y: auto;
	width: 225px;
	display: block;
}
/* ------------------ Tooltip -------------------*/
.ToolTipTop
{
	background-image: url(../images/main/Tooltip_Top_a.png);
	width: 246px;
	height: 47px;
}
.ToolTipBottom
{
	background-image: url(../images/main/Tooltip_Bottom_a.png);
	width: 246px;
	height: 16px;
}
.ToolTipMiddle
{
	background-image: url(../images/main/Tooltip_Middle_a.png);
	width: 226px;
	font-size: 11px;
	padding: 0px 10px;
}
#ToolTipPanel
{
	position: absolute;
	display: none;
	z-index: 32000;
}
#toolTipDiv
{
 font-size: 12px; 
 cursor:pointer;
}