/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for WTG 

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	background: #fff url(/static/img/body_bg.gif) left top repeat-x;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;			
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

iframe.myiframe {
	width:605px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}




/* general site containers 
--------------------------------------------------------------------- */

#background {
	width: 100%;
	background: url(/static/img/site_bg_shadow.png) center top no-repeat;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

*html #background {
	background: url(/static/img/site_bg_shadow.gif) center top no-repeat;
}

#site {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	min-height: 700px;
}


/* generall elements
--------------------------------------------------------------- */

/* Language and Logo */
#logocontainer {
	background: url(/static/img/logo_bg.png) left top no-repeat;
	width: 200px;
	height: 170px;
	overflow: hidden;
}

#logocontainer .language {
	width: 196px;
	height: 25px;
	overflow: hidden;
	padding: 15px 0 0 4px;
}

#logocontainer .language a {
	color: #baad5f;
	text-decoration: none;
	float: left;
	margin: 0 0 0 22px;
}

#logocontainer .language a:hover {
	color: #000;
	text-decoration: none;
}

#logocontainer .logo {
	width: 200px;
	height: 105px;
	overflow: hidden;
}

#logocontainer .logo img {
	behavior: url(/static/js/iepngfix.htc);
}


/* Navigation */
#navigation {
	background: #ffd400 url(/static/img/navigation_bg.gif) left bottom repeat-x;
	width: 170px;
	overflow: hidden;
	padding: 5px 15px 10px 15px;
}


#navigation ul {
	list-style: none;
	width: 170px;
	overflow: hidden;
	padding: 0;
}

#navigation ul li {
	background: url(/static/img/nav_line.gif) left top no-repeat;
	width: 170px;
	overflow: hidden;
	padding: 1px 0 0 0;
	margin: 0 !important;
	
	float: left;

}

#navigation ul li#top {
	background: none;
}

#navigation ul li a {
	text-decoration: none;
	cursor: pointer;
	display: block;
	width: 170px;
}


#navigation ul li em {
	font-style:normal;
	text-transform: uppercase;
	color: #8e7700;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0;
	display: block;
	width: 170px;
}

#navigation ul li.active em {
	color: #1b1a17;
}

#navigation ul li span.em {
	overflow: hidden;
	margin: 0;
}

#navigation ul li span.em img {
	padding: 7px 0;
	display: block;
}


*html #navigation ul li span.em {
	overflow: hidden;
	padding: 7px 0;
	display: block;
}


/* Ebene 2*/
#navigation ul li.active ul {
	list-style: none;
	width: 170px;
	overflow: hidden;
	padding: 10px 0;
}

#navigation ul li.active ul li {
	background: none;
	width: 170px;
	overflow: hidden;
	padding: 0;
}

#navigation ul li.active ul li a {
	background: none;
	width: 153px;
	overflow: hidden;
	padding: 3px 0 3px 17px;
	text-decoration: none;
	color: #8e7700;
	display: block;
}

#navigation ul li.active ul li a:hover, #navigation ul li.active ul li.active a.active  {
	background: url(/static/img/nav_active.gif) left 6px no-repeat;
	width: 153px;
	overflow: hidden;
	padding: 3px 0 3px 17px;
	text-decoration: none;
	color: #1b1a17;
	display: block;
}

/* Ebene 3*/
#navigation ul li.active ul li.active ul {
	list-style: none;
	width: 153px;
	overflow: hidden;
	padding: 5px 0 5px 17px;
}

#navigation ul li.active ul li.active ul li {
	background: none;
	width: 153px;
	overflow: hidden;
	padding: 0;
}

#navigation ul li.active ul li.active ul li a {
	background: none;
	width: 141px;
	overflow: hidden;
	padding: 3px 0 3px 12px;
	text-decoration: none;
	color: #8e7700;
	display: block;
}

#navigation ul li.active ul li.active ul li a:hover, #navigation ul li.active ul li.active ul li.active a.active  {
	background: url(/static/img/nav_active.gif) left 6px no-repeat;
	width: 141px;
	overflow: hidden;
	padding: 3px 0 3px 12px;
	text-decoration: none;
	color: #1b1a17;
	display: block;
}


/* Weatherbox */
#weatherbox {
	background: url(/static/img/weatherbox_bg.png) left top no-repeat;
	width: 170px;
	height: 200px;
	overflow: hidden;
	padding: 0 15px;
	cursor:pointer;
}

#weatherbox h3 {
	width: 170px;
	height: 28px;
	line-height: 28px;
	font-size: 25px;
	color: #4584ae;
	overflow: hidden;
	padding: 17px 0 0 0;
	font-weight: normal;
}

#weatherbox .weatherforcast {
	width: 170px;
	height: 120px;
	overflow: hidden;
}

#weatherbox .weatherforcast .today {
	width: 170px;
	height: 60px;
	overflow: hidden;
	padding: 7px 0 0 0;
}

#weatherbox .weatherforcast .tomorrow {
	width: 170px;
	height: 50px;
	overflow: hidden;
	padding: 3px 0 0 0;
}

#weatherbox .weatherforcast .icon {
	width: 80px;
	height: 50px;
	overflow: hidden;
	float: left;
} 


#weatherbox .weatherforcast .icon img {
	behavior: url(/static/js/iepngfix.htc);
}

#weatherbox .weatherforcast .w_text {
	width: 85px;
	height: 50px;
	overflow: hidden;
	padding: 0 0 0 5px;
	float: left;
}

#weatherbox .weatherforcast .w_text .label {
	width: 85px;
	overflow: hidden;
	color: #196496;
	font-weight: bold;
	padding: 3px 0;
}

#weatherbox .weatherforcast .w_text span {
	overflow: hidden;
	color: #204663;
	width: 85px;
	display: block;
}

#weatherbox .w_links {
	width: 170px;
	height: 30px;
	overflow: hidden;
	padding: 4px 0 0 0;
}

#weatherbox .w_links .positioner {
	overflow: hidden;
	color: #204663;
	width: 85px;
	display: block;
	float: left;
}

#weatherbox .w_links a {
	background: url(/static/img/arrow_blue.gif) left 3px no-repeat;
	overflow: hidden;
	color: #196496;
	line-height: 14px;
	text-decoration: none;
	padding: 0 0 0 13px;
}

/* Holidayplaner*/
#vacationplaner {
	background: url(/static/img/holidayplaner_bg.png) left top no-repeat;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

#vacationplaner .tabs {
	width: 190px;
	height: 42px;
	overflow: hidden;
	padding: 8px 0 0 10px;
}

#vacationplaner .tabs a {
	display: block;
	width: 41px;
	height: 41px;
	overflow: hidden;
	float: left;
	margin: 0 5px 0 0;
}

#vacationplaner .tabs a.room_search {
	background: url(/static/img/search_room.gif) left top no-repeat;
}

#vacationplaner .tabs a.acco {
	background: url(/static/img/acco.gif) left top no-repeat;
}
#vacationplaner .tabs a.acco:hover {
	background: url(/static/img/acco_hover.gif) left top no-repeat;
}

#vacationplaner .tabs a.packs {
	background: url(/static/img/packages.gif) left top no-repeat;
}
#vacationplaner .tabs a.packs:hover {
	background: url(/static/img/packages_hover.gif) left top no-repeat;
}

#vacationplaner .tabs a.enquiry {
	background: url(/static/img/enquiry.gif) left top no-repeat;
}
#vacationplaner .tabs a.enquiry:hover {
	background: url(/static/img/enquiry_hover.gif) left top no-repeat;
}


#vacationplaner form {
	width: 200px;
	height: 140px;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#vacationplaner form label {
	display: block;
	width: 185px;
	height: 14px;
	overflow: hidden;
	color: #7c6704;
	padding: 0 2px 0 15px;
}

#vacationplaner form p {
	width: 185px;
	height: 19px;
	padding: 0 0 0 15px;
	margin: 0 0 3px 0;
	overflow: hidden;
}


#vacationplaner form input {
	width: 21px;
	background: #fff;
	border: 1px solid #fff;
	padding: 2px 0 2px 5px;
	line-height: 14px;
	margin: 0 4px 0 0;
	overflow: hidden;
	color: #7c6704;
	float: left;
}

#vacationplaner form label.nights {
	width: 110px;
	height: 14px;
	overflow: hidden;
	color: #7c6704;
	padding: 3px 0 2px 3px;
}

#vacationplaner form select {
	width: 170px;
	background: #fff;
	border: 1px solid #fff;
	padding: 1px 1px 1px 1px;
	overflow: hidden;
	color: #7c6704;
}

#vacationplaner form input.year {
	width: 33px;
	margin: 0 3px 0 0;
}

#vacationplaner form .calendar_icon {
	background: url(/static/img/calendar.gif) left top no-repeat;
	width: 35px;
	height: 19px;
	overflow: hidden;
	cursor:pointer;
	display: block;
	
	float: left;
}

#vacationplaner form .submitbutton {
	width: 170px;
	padding: 2px 15px 0 15px;
}

#vacationplaner form .submitbutton a {
	background: url(/static/img/arrow_blue.gif) left 7px no-repeat;
	line-height: 14px;
	text-decoration: none;
	color: #196496;
	padding: 4px 5px 2px 13px;
	float: left;
	display: block;
}

*html #vacationplaner form .submitbutton a {
	padding: 3px 5px 3px 13px;
}


#vacationplaner form .submitbutton input.submit {
	width: auto;
	height: 20px !important;
	background: url(/static/img/arrow_blue.gif) left 7px no-repeat;
	border: none !important;
	padding: 0 0 0 13px !important;
	line-height: 14px;
	margin: 0;
	overflow: visible;
	color: #196496;
	float: right;
	cursor: pointer;
	font-weight: bold;
}


/* Footer
--------------------------------------------------------------- */
#footer {
	background: url(/static/img/footer_bg_portal.png) left 15px no-repeat;
	width: 980px;
	height: 65px;
	overflow: hidden;
	padding: 15px 0 0 0;
}

#footer .copyright {
	width: 180px;
	height: 53px;
	overflow: hidden;
	padding: 12px 6px 0 15px;
	color: #7a96aa;
	float: left;
}

#footer .site_search {
	width: 201px;
	height: 65px;
	overflow: hidden;
	padding: 0;
	float: left;
}

#footer .site_search form {
	width: 193px;
	padding: 9px 0 0 8px;
	overflow: hidden;
}


#footer .site_search .searchterm {
	background: #fff;
	width: 150px;
	border: 1px solid #fff;
	border-right: none;
	padding: 2px 6px;
	margin: 0;
	line-height: 14px;
	color: #b4b9bf;
	float: left;
}

#footer .site_search input.submit {
	float: left;
	width: 21px;
	height: 19px;
	overflow: hidden;
}


#footer .f_links {
	width: 355px;
	height: 53px;
	overflow: hidden;
	padding: 12px 8px 0 15px;
	float: left;
}

#footer .f_links a {
	color: #7a96aa;
	text-decoration: none;
	margin: 0 22px 0 0;
	float: left;
}

#footer .f_links a:hover {
	color: #000;
	text-decoration: none;
}

#footer .elements {
	width:185px;
	height: 53px;
	overflow: hidden;
	padding: 0 15px 0 0;
	float: left;
}

#footer .elements a  {
	background: url(/static/img/elements.gif) right 4px no-repeat;
	height: 14px;
	padding: 12px 30px 7px 0;
	color: #7d97aa;
	text-decoration:none;
	overflow: hidden;
	display: block;
	width: 72px;
	
	float: right;
	
}

#footer .elements a:hover {
	background: url(/static/img/elements_hover.gif) right 4px no-repeat;
}


