@charset "utf-8";

html, body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#fff;
}

.breaker {
	clear:both;
}

a {
	color:#fff;
}

h2 {
	font-size:16px;
	color:#774f14;
	font-weight:bold;
}

h3 {
	font-size:12px;
	color:#774f14;
	font-weight:bold;
}

ul {
	list-style-image:url(../images/dot_b.gif);
	margin-left:0.7em;
	padding-left:0.7em;
	margin-top:0px;
}

/* vertical ***************************************** */

#adressPrint {
	margin-top:0px;
	width:600px;
	text-align:center;
}

#verticalWrapper {
}

#vertical {
}

#nonFooter {
}

* html #nonFooter {
}


/* sky ***************************************** */

#sky {
	display:none;
}

/* earth ***************************************/

#earth {
}

#earthFog {
	display:none;
}

#colA {
	float:left;
	width:1px;
	height:1px;
}

#contentALeft {
	float:left;
	width:434px;
	text-align:justify;
}

#contentBLeft h3 {
	margin-top:25px;
	margin-bottom:5px;
}

#contentBLeft p {
	margin-top:5px;
}

#colB {
	float:left;
	width:1px;
	height:1px;
}

#contentARight {
	float:left;
	width:431px;
}

#colAa {
	float:left;
	width:1px;
	height:1px;
}

#special {
	float:left;
	width:680px;
}

#contentBLeft {
	float:left;
	width:434px;
	text-align:justify;
}

#contentBRight {
	float:left;
	width:431px;
}

#contentComplete {
	float:left;
	width:680px;
}

.tableSpecials {
	width:680px;
	border-collapse:collapse;
}

.tableSpecials tr td {
	vertical-align:top;
	border:1px solid #aaa;
}

.tableSpecials tr td p,h3 {
	margin-top:0px;
}

.tableSpecials tr td strong {
	color:#774f14;
}


/* footer ***************************************** */

#footer {
	display:none;
}

#footerText {
}


/* room ******************************************* */

.room {
	position:relative;
	width:960px;
	height:198px;
	border-top:1px solid #fff;
}

.roomPicture {
	position:absolute;
	width:480px;
	height:198px;
	border-right:1px solid #fff;
}

.roomName {
	position:absolute;
	left:528px;
	top:15px;
}

.roomName h3 {
	font-size:12px;
	font-weight:bold;
	color:#774f14;
}

.roomDescription {
	position:absolute;
	left:528px;
	top:36px;
	color:#fff;
}

.priceBox {
	position:absolute;
	left:528px;
	top:120px;
	width:189px;
	height:57px;
	border:1px solid #fff;
}

.vsBox {
	position:absolute;
	width:63px;
	height:57px;
	background-color:#dfc8a8;
}

.hsBox {
	position:absolute;
	left:63px;
	width:63px;
	height:57px;
	background-color:#d7ba92;
}

.nsBox {
	position:absolute;
	left:126px;
	width:63px;
	height:57px;
	background-color:#cfab7b;
}

.roomSeason {
	position:absolute;
	top:5px;
	width:63px;
	text-align:center;
	font-weight:bold;
	color:#774f14;
}

.roomPrice {
	position:absolute;
	top:31px;
	width:63px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}

.roomLastLine {
	position:relative;
	width:960px;
	height:1px;
	background-color:#fff;
}

.question {
	position:absolute;
	left:740px;
	top:160px;
}

.question a {
	color:#774f14;
	font-size:12px;
	font-weight:bold;
}


/* Anfrage **************************************** */

#anfrage {
	margin-left:44px;
	width:533px;
}

fieldset {
	margin-top:25px;
	border:1px solid #aa8c5e;
	background-color:#d5b076;
}

legend {
	font-size:12px;
	color:#774f14;
	font-weight:bold;
}

.inputArt1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #bc9b68;
	width:150px;
	height:16px;
	padding-left:2px;
	background-color:#e9e9e9;
}

.inputArt1:focus {
	background-color:#fff;
}

.inputArt2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #bc9b68;
	width:500px;
	height:120px;
	padding-left:2px;
	margin-left:5px;
	background-color:#e9e9e9;
}

.inputArt2:focus {
	background-color:#fff;
}

.inputArt3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #bc9b68;
	width:300px;
	height:16px;
	padding-left:2px;
	background-color:#e9e9e9;
}

.inputArt3:focus {
	background-color:#fff;
}

.error {
	color:#f00;
	font-weight:bold;
}

.inputText2 {
	display:none;
}


