/**
 * Stylesheet for Hotel Waldheim
 *
 * Screen/Projection Stylesheet
 *
 * @author		akanai web technologies
 * @link			http://www.hotel-waldheim.com
 * @copyright	Hotel Waldheim
 * @developer	Copyright 2010, akanai web technologies
 */
 
/**
 * Global properties and bugfixes
 */

/* set global values */
* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 95%;
}

fieldset, img {
	border: none;
}

body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: url('../img/bkg.gif') #fff no-repeat top center;
}

.bbox h1 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	background: url('../img/bbox_header.gif') no-repeat top left;
	height: 35px;
	padding: 15px 20px 0 20px;
}

.bbox .content {
	background: url('../img/bbox_bkg.gif') no-repeat bottom left;
	padding: 5px 2px;
}

.bbox .content h2 {
	color: #d6a002;
	font-size: 12px;
	padding: 0 10px 0 10px;
}

.bbox .content h3 {
	color: #d6a002;
	font-size: 11px;
	padding: 0 10px 5px 10px;
}

.bbox .content p {
	color: #d6a002;
	padding: 5px 10px 0 10px;
}

.bbox .content .more {
	color: #d6a002;
	text-align: right;
	padding: 0 10px 5px 0;
}

.bbox .content .more a {
	color: #d6a002;
	text-decoration: underline;
}

.bbox .content .more a:hover {
	text-decoration: none;
}

.bbox .content .nav {
	border-top: 1px solid #d6a002;
	margin: 0 5px;
	padding-top: 3px;
	color: #d6a002;
}

.bbox .content .nav a {
	color: #d6a002;
	text-decoration: none;
}

.bbox .content .nav a:hover {
	font-weight: bold;
}

.bbox .content .nav .back {
	position: relative;
	float: left;
	width: 15%;
	padding-left: 5px;
}

.bbox .content .nav .middle {
	position: relative;
	float: left;
	width: 66%;
	text-align: center;
}

.bbox .content .nav .next {
	position: relative;
	float: right;
	width: 13%;
	text-align: right;
	padding-right: 5px;
}

.booking h1 a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: url('../img/booking_bkg.gif') no-repeat top left;
	padding: 13px 20px 21px 20px;
}

.center {
	position: relative;
	float: left;
	width: 566px;
	margin-left: 10px;
}

.center a {
	color: #9da502;
	text-decoration: underline;
}

.center a:hover {
	color: #1b5c91;
	text-decoration: none;
}

.center h1 {
	color: #d6a002;
	font-size: 18px;
	padding: 13px 0 15px 0;
}

.center h2 {
	color: #848a09;
	font-size: 15px;
	padding: 10px 0 5px 0;
}

.center h3 {
	font-size: 12px;
	padding-bottom: 5px;
}

.center hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #9da502;
	margin-bottom: 10px;
}

.center li {
	line-height: 18px;
}

.center p {
	line-height: 18px;
	padding-bottom: 10px;
}

.center ul {
	padding-bottom: 10px;
	list-style-type: none;
}

.center ul li {
	background: url('../img/ul.gif') no-repeat 5px 8px;
	padding-left: 12px;
}

.center .small {
	font-size: 11px;
	line-height: 16px;
}

.center .red {
	color: #cc2a1c;
}

.ch1 {
	left: 192px;
}

.ch1 h1 {
	background-image: url('../img/nchannel1_header.png');
}

.ch2 {
	left: 384px;
}

.ch2 h1 {
	background-image: url('../img/nchannel2_header.png');
}

.ch3 {
	left: 576px;
}

.ch3 h1 {
	background-image: url('../img/nchannel3_header.png');
}

.ch4 {
	left: 768px;
}

.ch4 h1 {
	background-image: url('../img/nchannel4_header.png');
}

.channel {
	position: absolute;
	z-index: 2;
	top: 7px;
	width: 187px;
}

.nchannel {
	position: absolute;
	z-index: 2;
	width: 187px;
	min-height: 107px;
}

.channel a, .nchannel a {
	color: #fff;
	text-decoration: none;
}

.channel h1 {
	position: absolute;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	width: 163px;
	height: 44px;
	padding: 12px;
	background-repeat: no-repeat;
	background-position: top left;
}

.nchannel h1 {
	position: absolute;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	width: 163px;
	height: 48px;
	padding: 20px 12px 0 12px;
	margin-top: 40px;
	background-repeat: no-repeat;
	background-position: top left;
}

.channel-content {
	position: absolute;
	z-index: 2;
	top: 107px;
	width: 187px;
	background: url('../img/channel_bkg.png') no-repeat bottom left;
}

.nchannel-content {
	width: 187px;
	background: url('../img/nchannel_bkg.png') repeat top left;
	margin-bottom: 107px;
}

.channel-content a, .nchannel-content a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
}

.channel-content a:hover, .nchannel-content a:hover {
	text-decoration: underline;
}

.channel-content a.active, .nchannel-content a.active {
	background: url('../img/channel_active.gif') no-repeat 3px 6px;
	text-decoration: none;
	cursor: default;
}

.channel-content li, .nchannel-content li {
	font-size: 14px;
	line-height: 15px;
	padding: 2px 0;
}

.channel-content ul, .nchannel-content ul {
	list-style-type: none;
	padding: 10px 5px;
}

.channel-image {
	position: absolute;
	z-index: 1;
	top: 55px;
	width: 187px;
	height: 59px;
}

.nchannel-footer {
	position: absolute;
	width: 187px;
	height: 107px;
	bottom: 0;
}

.clr-both {
	clear: both;
}

.clr-both, .clr-left {
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clr-left {
	clear: left;
}

.ebox, .gbox, .glbox, .sbox, .wbox, .booking {
	margin-top: 10px;
}

.ebox {
	background: url('../img/ebox_top.gif') no-repeat top left;
	padding-top: 10px;
}

.ebox .content {
	background: url('../img/ebox_bkg.gif') no-repeat bottom left;
	padding: 2px 12px 7px 12px;
}

.ebox .content div {
	padding-bottom: 5px;
}

.ex-form {
	border-spacing: 0;
}

.ex-form td, .ex-form th {
	vertical-align: top;
}

.ex-form td {
	padding-bottom: 3px;
	font-size: 10px;
	color: #f00;
}

.ex-form th {
	font-size: 11px;
	padding: 2px 5px 3px 0;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
}

.footer {
	padding-bottom: 20px;
}

.gbox h1 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	background: url('../img/gbox_header.gif') no-repeat top left;
	height: 35px;
	padding: 15px 20px 0 20px;
}

.gbox .content {
	background: url('../img/gbox_bkg.gif') no-repeat bottom left;
	padding: 5px 20px;
}

.gbox .button {
	text-align: right;
}

.glbox h1, .wbox h1, .booking h1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}

.glbox h1 a {
	display: block;
	color: #666;
	text-decoration: none;
	background: url('../img/glbox_bkg.gif') no-repeat top left;
	padding: 15px 20px 59px 20px;
}

.header {
	position: relative;
	z-index: 1;
	height: 485px;
}

.language {
	position: relative;
	z-index: 1;
	color: #000;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	background-color: #eee8e7;
	padding-left: 5px;
}

.language a {
	color: #000;
	text-decoration: none;
	padding: 0 5px;
}

.language a:hover {
	text-decoration: underline;
}

.language a.active {
	color: #154980;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.left {
	position: relative;
	float: left;
	width: 187px;
	padding-top: 15px;
}

.logo {
	position: absolute;
	z-index: 999;
	width: 350px;
	height: 220px;
	top: 260px;
}

.mainnav {
	background: url('../img/mainnav_bkg.gif') repeat-x top left;
	height: 39px;
}

.mainnav a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 17px;
	padding: 11px 19px 12px 17px;
}

.mainnav a:hover {
	text-decoration: underline;
}

.mainnav a.active {
	color: #c5cf03;
	text-decoration: none;
	cursor: default;
}

.mainnav li {
	float: left;
	font-size: 17px;
	line-height: 39px;
	font-weight: bold;
	background: url('../img/mainnav_line.gif') no-repeat top right;
}

.mainnav li.last {
	background-image: none;
}

.mainnav ul {
	list-style-type: none;
}

.meta {
	text-align: center;
}

.meta a {
	color: #666;
	text-decoration: none;
	margin: 0 10px;
}

.meta a:hover {
	text-decoration: underline;
}

.nl-form {
	border-spacing: 0;
	margin-top: 10px;
}

.nl-form .grey {
	width: 105px;
}

.nl-form td {
	padding-bottom: 3px;
}

.nl-form th {
	font-size: 11px;
	padding: 0 5px 3px 0;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
}

.printheader {
	display: none;
}

.ql {
	list-style-type: none;
}

.ql li {
	position: relative;
	float: left;
	width: 160px;
	margin-right: 20px;
	padding: 3px 0;
}

.qlbox {
	clear: both;
	padding-top: 50px;
}

.qlbox a {
	color: #666;
	text-decoration: none;
}

.qlbox a:hover {
	color: #666;
	text-decoration: underline;
}

.qlbox h1 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	background: url('../img/qlbox_header.gif') no-repeat top left;
	height: 32px;
	padding: 8px 20px 0 28px;
}

.qlbox .content {
	background: url('../img/qlbox_bkg.gif') no-repeat bottom left;
	padding: 5px 0 15px 20px;
}

.right {
	position: relative;
	float: right;
	width: 187px;
	padding-top: 15px;
}

.sbox a {
	color: #666;
	text-decoration: underline;
}

.sbox a:hover {
	text-decoration: none;
}

.sbox h1 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	background: url('../img/sbox_header.gif') no-repeat top left;
	height: 36px;
	padding: 15px 20px 0 20px;
}

.sbox .content {
	background: url('../img/sbox_bkg.gif') no-repeat bottom left;
	padding: 5px 20px 15px 20px;
}

.sbox .button {
	text-align: right;
}

.sbox .link {
	padding-top: 5px;
	text-align: right;
}

.sbox .link a {
	font-size: 11px;
	color: #4790bd !important;
}

.sbox .pdf a {
	color: #333;
	text-decoration: none;
	background: url('../img/icons/pdf.png') no-repeat top right;
	padding: 5px 25px 5px 0;
}

.sbox .pdf a:hover {
	text-decoration: underline;
}

.sbox .content address {
	font-style: normal;
}

.sbox .content address a {
	color: #666;
	text-decoration: none;
}

.sbox .content address a:hover {
	text-decoration: underline;
}

.sbox .content p {
	padding: 5px 0;
}

.subnav {
	padding: 0 15px;
}

.subnav a {
	display: block;
	color: #1b5c91;
	text-decoration: none;
}

.subnav a:hover {
	text-decoration: underline;
}

.subnav h1 {
	color: #125088;
	font-size: 15px;
	padding-bottom: 5px;
}

.subnav li {
	background: url('../img/subnav_inactive.gif') no-repeat 0px 12px;
	border-bottom: 1px solid #125088;
	padding: 5px 0px 5px 10px;
	font-size: 12px;
	line-height: 17px;
}

.subnav li.active {
	background: url('../img/subnav_active.gif') no-repeat 0px 12px;
}

.subnav li.active a {
	color: #9da502;
	text-decoration: none;
	cursor: default;
}

.subnav li.last {
	border-bottom: 0;
}

.subnav ul {
	list-style-type: none;
	padding: 5px 0;
}

.wbox div {
	position: absolute;
	width: 60px;
	margin: 55px 0 0 12px;
}

.wbox h1 a {
	display: block;
	color: #666;
	text-decoration: none;
	background: url('../img/wbox_bkg.gif') no-repeat top left;
	padding: 15px 20px 63px 20px;
}

.weather {
	border-spacing: 0;
	width: 100%;
}

.weather img {
	width: 40px;
}

.weather td, .weather th {
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	padding: 2px 3px;
	width: 33%;
}

.wrap {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

/* FORM */
input, select {
	vertical-align: middle;
}

input[type=button], input[type=reset], input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	padding: 0;
	border: 0;
	background-color: transparent;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	text-decoration: underline;
	cursor: pointer;
}

input[type=button].blue, input[type=reset].blue, input[type=submit].blue {
	color: #4790bd;
}

input[type=button].green, input[type=reset].green, input[type=submit].green {
	color: #a1a903;
}

input[type=button].grey, input[type=reset].grey, input[type=submit].grey {
	color: #666;
}

input[type=text], input[type=file], input[type=password], select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
}

input[type=text].green, input[type=file].green, input[type=password].green, select.green, textarea.green {
	color: #a1a903;
	border-color: #dfe2a8;
	background-color: #dfe2a8;
}

input[type=text].grey, input[type=file].grey, input[type=password].grey, select.grey, textarea.grey {
	color: #666;
	border-color: #eee8e7;
	background-color: #eee8e7;
}

input[type=text], input[type=password] {
	padding: 1px 2px;
}

input[type=text].green:focus, input[type=file].green:focus, input[type=password].green:focus, select.green:focus, textarea.green:focus {
	border-color: #dfe2a8;
	background-color: #fff;
}

input[type=text].grey:focus, input[type=file].grey:focus, input[type=password].grey:focus, select.grey:focus, textarea.grey:focus {
	border-color: #eee8e7;
	background-color: #fff;
}

option {
	padding: 0 3px;
}

textarea {
	padding: 3px;
}

/* Rates */
.offer-rates {
	width: auto;
	border-spacing: 0;
	margin-bottom: 10px;
}

.offer-rates td {
	font-weight: bold;
	padding: 3px 5px;
}

.rates, .room-rates {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 10px;
}

.rates td {
	padding: 3px 5px;
	text-align: center;
	border-bottom: 1px solid #d3a007;
}

.rates th {
	padding: 3px 5px;
	text-align: left;
	font-weight: normal;
	width: 36%;
	border-bottom: 1px solid #d3a007;
}

.rates .row1 td, .rates .row2 td, .rates .row3 td {
	width: 8%;
}

.rates .cell, .room-rates .cell {
	background-color: #e8ebd0;
}

.rates .row1 td, .room-rates .row1 td {
	color: #cc2a1c;
}

.rates .row2 td, .room-rates .row2 td {
	color: #000;
}

.room-rates td {
	font-size: 11px;
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #d3a007;
}

.room-rates th {
	font-size: 10px;
	vertical-align: bottom;
	padding: 3px;
	border-bottom: 1px solid #d3a007;
}

.room-rates .until {
	line-height: 5px;
}

/* Different */
.legal-tbl {
	width: 100%;
	border-spacing: 1px;
	margin-bottom: 10px;
}

.legal-tbl td, .legal-tbl th {
	line-height: 18px;
	vertical-align: top;
}

.legal-tbl th {
	text-align: left;
	padding-right: 25px;
	width: 1%;
}

.standard-tbl {
	width: 100%;
	border-spacing: 1px;
	margin-bottom: 10px;
}

.standard-tbl td, .standard-tbl th {
	padding: 5px;
	vertical-align: top;
}

.standard-tbl th {
	text-align: left;
	background-color: #eee8e7;
}

.csc-textpic-imagewrap img {
	border-right: 2px solid #1b5c91;
	border-bottom: 3px solid #1b5c91;
}

/* WEATHER */
.weather-link {
	font-size: 10px;
	line-height: 20px;
}

.weather-link img {
	width: 20px;
	vertical-align: middle;
}

.weather-links {
	margin-bottom: 10px;
}

.weather-links a, .weather-link a {
	color: #1b5c91;
	text-decoration: none;
}

.weather-links a:hover {
	text-decoration: underline;
}

.weather-links td {
	font-size: 11px;
	padding-right: 50px;
}

.weather-date {
	font-size: 11px;
	font-weight: normal;
}

.WeatherBox {
	position: absolute;
	width: 51px;
	font-size: 10px;
}

.WeatherBox .WeatherDegreesmaxBox {
	position: relative;
	float: left;
	width: 20px;
	padding-left: 3px;
	background-color: #fff;
	color: #992e2c;
}

.WeatherBox .WeatherDegreesminBox {
	position: relative;
	float: left;
	color: #4c76ad;
	width: 22px;
	background-color: #fff;
	border-right: 1px solid #f4e8d6;
	padding-right: 3px;
	text-align: right;
}

.WeatherBox .WeatherIconBox {
	width: 27px;
	margin: 2px auto;
}

.WeatherBox .WeatherIconBox img {
	width: 25px;
	border: 1px solid #eee8e7;
}

#WeatherMap {
	position: relative;
	width: 344px;
	height: 252px;
	margin: 10px auto;
	background-repeat: no-repeat;
}

#WeatherBox-Bozen {
	margin: 87px 0 0 144px;
}

#WeatherBox-Brixen {
	margin: 33px 0 0 184px;
}

#WeatherBox-Bruneck {
	margin: 22px 0 0 246px;
}

#WeatherBox-Meran {
	margin: 56px 0 0 93px;
}

#WeatherBox-Schlanders {
	margin: 61px 0 0 30px;
}

#WeatherBox-Sterzing {
	margin: 1px 0 0 136px;
}

#ZeroDegreesBorderBox table {
	margin: 0;
}

#ZeroDegreesBorderBox table img {
	float: none;
	margin: 0;
}

.csc-textpic-text {
	padding-top: 15px;
}

.tx-akpackagesv2-pi1 .dates {
	padding-bottom: 10px;
}

.tx-akpackagesv2-pi1 .detail-img {
	float: right;
	width: 200px;
	margin: 0 0 10px 10px;
}

.tx-akpackagesv2-pi1 .image {
	float: left;
	width: 200px;
	margin: 0 10px 10px 0;
}

.tx-akpackagesv2-pi1 .itm {
	clear: left;
}

/* Images */
.csc-textpic-imagerow div {
	float: left;
	padding: 5px;
}
