/**
 * Stylesheet for BÜHLERHOF LANA
 *
 * Screen/Projection Stylesheet
 *
 * @author		Alexander Tumler
 * @link			http://www.buehlerhof-lana.it
 * @copyright	Copyright 2008, akanai web technologies
 */
 
/**
 * Global properties and bugfixes
 */

/* set global values */
* {
	padding: 0px;
	margin: 0px;
}

body, html {
	height: 100%;
}

body {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a5775;
}

/* Container */
#address {
	float: right;
	width: 145px;
}

#bottom {
	background: url('../img/bottom-bkg.gif') no-repeat left bottom;
}

#bottom-content {
	float: right;
	width: 573px;
	padding: 10px 0px;
	margin-right: 15px;
	border-top: 1px solid #4d6782;
}

#bottom-nav {
	float: left;
	width: 410px;
}

#content {
	background: url('../img/content-bkg.gif') repeat-y;
	padding-top: 249px;
}

#footer {
	background: url('../img/footer-bkg.gif') no-repeat;
	height: 22px;
	line-height: 22px;
}

#header {
	z-index: 2;
	position: absolute;
	width: 770px;
	height: 249px;
}

#image-left, #image-middle, #image-right {
	z-index: 1;
	position: absolute;
	margin-top: 79px;
	height: 161px;
}

#image-left {
	width: 334px;
}

#image-middle {
	width: 195px;
	margin-left: 334px;
}

#image-right {
	width: 241px;
	margin-left: 529px;
}

#inner-content {
	float: right;
	width: 573px;
	padding: 0px 15px 10px 0px;
	background: url('../img/inner-content-bkg.jpg') no-repeat 0px 153px;
}

#inner-nav {
	float: left;
	width: 167px;
	padding-bottom: 10px;
}

#language {
	z-index: 4;
	position: absolute;
	width: 70px;
	margin: 10px;
}

#logo {
	z-index: 3;
	position: absolute;
	width: 269px;
	height: 97px;
	margin: 5px 0px 0px 25px;
}

#outer {
	width: 770px;
	margin: 0px auto;
	padding-bottom: 15px;
}

/* Elements */
#bottom a, #inner-content a {
	color: #85a4c2;
	font-weight: bold;
	text-decoration: none;
}

#bottom a:hover, #inner-content a:hover {
	color: #152e46;
}

#footer {
	font-size: 10px;
	color: #a4bfdc;
}

#footer a {
	color: #c7d7e9;
	text-decoration: none;
}

#footer a:hover {
	color: #a4bfdc;
}

#footer div {
	height: 22px;
	line-height: 22px;
}

#footer div.left {
	float: left;
	width: 75%;
	margin-left: 20px;
}

#footer div.right {
	float: right;
	width: 15%;
	margin-right: 20px;
	text-align: right;
}

#inner-content h1 {
	font-size: 15px;
	color: #48678a;
	padding-top: 12px;
}

#inner-content h2 {
	font-size: 11px;
	padding-top: 12px;
	line-height: 15px;
}

#inner-content .image {
	border: 3px double #48678a;
	background: #fff;
}

#inner-content p {
	padding-top: 12px;
	line-height: 15px;
	text-align: justify;
}

#inner-content .content td {
	line-height: 15px;
	font-size: 11px;
}

#inner-content .content p {
	text-align: center !important;
	padding-top: 0 !important;
}

#language {
	font-size: 11px;
	font-weight: bold;
	color: #5989b7 !important;
	cursor: default;
}

#language a {
	color: #5989b7;
	text-decoration: none;
	text-transform: uppercase;
}

#language a:hover {
	color: #3a5775;
}

#logo img {
	border: none;
}

/* Navigation */
#inner-nav img {
	border: none;
}

#inner-nav h1 span {
	display: none;
}

#inner-nav h2 {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	padding-left: 20px;
}

#inner-nav h2 a {
	display: block;
	color: #567ba7;
	text-decoration: none;
}

#inner-nav h2 a.active {
	color: #283d51;
}

#inner-nav h2 a:hover {
	color: #283d51;
}

#inner-nav h2.last-item {
	margin-bottom: 15px;
}

#inner-nav h3 {
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	padding-left: 30px;
}

#inner-nav h3 a {
	display: block;
	color: #567ba7;
	text-decoration: none;
}

#inner-nav h3 a.active {
	color: #283d51;
}

#inner-nav h3 a:hover {
	color: #283d51;
}

#inner-nav h3.last-item {
	margin-bottom: 5px;
}

#inner-nav p {
	margin-top: 10px;
	text-align: center;
}

/* Scroller */
.tx-ccvscroller-pi1 {
	overflow: hidden;
	width: 270px;
	height: 116px;
}

.tx-ccvscroller-pi1-image {
	float: left;
	width: 122px;
}

.tx-ccvscroller-pi1-image img {
	border: 1px solid #fff;
}

.tx-ccvscroller-pi1-outer {
	float: left;
	margin-left: 10px;
	width: 270px;
	height: 116px;
}

/* Inquiry */
.inquiry {
	padding-top: 15px;
}

.inquiry input, .inquiry select, .ex-form input, .ex-form select, .button input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	vertical-align: middle;
}

.inquiry input[type=button], .inquiry input[type=reset], .inquiry input[type=submit], .button input {
	font-weight: bold;
	color: #3a5775;
	background: none;
	border: none;
	padding: 2px 3px;
	text-transform: uppercase;
}

.inquiry input[type=button]:hover, .inquiry input[type=reset]:hover, .inquiry input[type=submit]:hover, .button input:hover {
	color: #000;
	cursor: pointer;
}

.inquiry input[type=button].disabled, .inquiry input[type=reset].disabled, .inquiry input[type=submit].disabled {
	color: #a4bfdc !important;
}

.inquiry input[type=button].disabled:hover, .inquiry input[type=reset].disabled:hover, .inquiry input[type=submit].disabled:hover {
	color: #a4bfdc !important;
	cursor: default !important;
}

.inquiry input[type=text], .inquiry input[type=password], .inquiry select, .ex-form input[type=text], .ex-form select {
	background: url('../img/input-bkg.png') repeat-x;
}

.inquiry input[type=text], .inquiry input[type=password], .inquiry select, .inquiry textarea, .ex-form input[type=text], .ex-form select {
	border: 1px solid #ccc;
	padding: 2px 3px;
}

.inquiry input[type=text]:focus, .inquiry input[type=password]:focus, .inquiry select:focus, .inquiry textarea:focus, .ex-form input[type=text]:focus, .ex-form select:focus {
	border: 1px solid #666;
}

.inquiry textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: url('../img/textarea-bkg.png') repeat-x;
}

.inquiry .error {
	font-size: 11px;
}

.inquiry .left {
	clear: both;
	position: relative;
	float: left;
	width: 145px;
	line-height: 20px;
	text-align: right;
	padding-top: 4px;
}

.inquiry .privacy {
	position: relative;
	clear: both;
	font-size: 10px;
	line-height: 11px;
	white-space: normal;
	padding-top: 10px;
}

.inquiry .right {
	position: relative;
	float: right;
	width: 420px;
	line-height: 20px;
	padding-top: 4px;
}

.inquiry .title {
	position: relative;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #5989b7;
	padding: 15px 0 5px 0;
}

/* SEWA */
#zimmersuche {
	margin-top: 20px;
	text-align: center;
}

/* Express inquiry */
.express-form {
	padding: 20px 10px 0 5px;
}

.express-form h2 {
	font-size: 12px !important;
	font-weight: bold !important;
	line-height: 14px;
}

.ex-form {
	border-spacing: 0;
	margin-top: 10px;
}

.ex-form p {
	font-size: 11px;
	color: #567ba7;
	padding-top: 10px;
}

.ex-form td {
	font-size: 11px;
	padding: 0 5px 3px;
}

.ex-form th {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #567ba7;
	padding-bottom: 1px;
}

.ex-form .error {
	font-size: 10px;
	color: #c00;
	padding: 3px 0 0 10px;
}

.button {
	width: 150px;
	text-align: right;
}

.button input {
	font-size: 11px;
}

/* Holidaycheck */
#hc_badge_1486_trb {
	padding: 20px 0 10px 23px;
}

#hc_badge_1486_trb img {
	width: 120px;
}

/* Tripadvisor */
#TA_excellent354 img, #TA_excellent481 img, #TA_excellent330 img {
	width: 120px;
}

#CDSWIDEXC {
	width: 120px !important;
	margin-left: 22px !important;
}

#CDSWIDEXC .widEXCLINK {
	font-size: 10px !important;
}

#CDSWIDEXCLOGO {
	width: 100px !important;
}
