/* normalize */
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
li{list-style:none inside none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
legend{color:#000}



/* general */
body {
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #1a1a1a;
	text-align: center;
	background-color:#fff;
	background: url('../img/pattern.png') repeat center top;
}

#wrapper, #header, #footer {
	width: 801px;
	margin: 0 auto;
	display: block;
}

.clear {
	clear: both;
}

.brown {
	color: #603813;
}

.spacer {
	padding-top: 20px;
}

a, a:hover, a:active, a:visited {
	color: #603813;
	text-decoration: none;
}

strong {
	font-weight: 700;
}


/* header */
#language {
	display: block;
	font-size: 0.8em;
	text-align: right;
}

#logo {
	margin-top: 20px;
	margin-bottom: 15px;
}

.headerimgwinter {
	height: 347px;
	background: url("../de/winter/img/header.jpg") no-repeat;
	background-repeat: no;
	background-position: top center;
	z-index: 1;
}

.headerimgsummer {
	height: 347px;
	background: url("../de/sommer/img/header.jpg") no-repeat;
	background-repeat: no;
	background-position: top center;
	z-index: 1;
}

#season {
	position: relative;
	width: 120px;
	top: -20px;
	left: 660px;
	z-index: 2;
}



/* nav */
#navhidden {
	display: none;
}

.nav-open {
	display: none;
}

#nav ul li {
	display: inline-block;
	padding-top: 36px;
	padding-bottom: 30px;
	padding-left: 22px;
	padding-right: 22px;
	
}

#nav ul li.first {
	padding-left: 0px;
	padding-right: 22px;
	
}

#nav ul li.last {
	padding-left: 22px;
	padding-right: 0px;
	
}

#nav ul li.close {
	display: none;
}

#nav ul li a {
	font-size: 14px;
}



/* content */
h1 {
	font-family: 'Mr Bedfort', sans-serif;
	color: #603813;
	font-size: 1.6em;
	text-align: left;
	padding-top: 14px;
	padding-bottom: 10px;
}

p.normal {
	text-align: left;
	padding-bottom: 40px;
}

p.right {
	text-align: right;
	padding-bottom: 20px;
}

img.right {
	float: right;
	padding-bottom: 20px;
}

.columns ul li {
	display: inline-block;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-right: 22px;
	padding-left: 0px;
}

.columns ul li.last {
	padding-right: 0px;
}

.badgewrapper {
	display: inline-block;
	position: relative;
	line-height: 0;
	z-index: 1;
}

.badge {
	position: absolute;
	top: -22px;
	left: -22px;
}

.hosts {
	float: left;
	padding-bottom: 2em;
}

h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #603813;
	padding-bottom: 0.8em;
}

p.preiseleft {
	text-align: left;
	line-height: 1.8em;
	padding-bottom: 4em;
	float: left;
}

p.preiseright {
	text-align: left;
	line-height: 1.8em;
	padding-bottom: 4em;
	float: right;
}

.button {
	margin-top: -2em;
	margin-bottom: 2em;
}

#map-canvas {
	height: 450px;
}

.contact {
	text-align: left;
}

.legend {
	font-size: 0.8em;
	margin-bottom: 1.6em;
}

input, textarea {
	border: 1px solid #603813;
	width: 100%;
}
	
input {
	height: 1.6em;
	margin-bottom: 1.6em;
}
	
	
textarea {
	height: 90px;
}

.contact .normalbtn, .normalbtn a, .normalbtn a:visited, .normalbtn a:link, .normalbtn {
	color: #fff;
	font-size: 1em;
	background-color: #603813;
	padding-left: 2em;
	padding-right: 2em;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	height: 2em;
	line-height: 2em;
	width: auto;
	border: 1px solid #fff;
}

.normalbtn:hover {
	background-color: #fff;
	color: #603813;
	border: 1px solid #603813;
}

.pano {
	width: 100%;
	height: 340px;
	border: 0;
}


/* ======
Hier beginnt der Stylesheet-Bereich fuer die Belegungstabelle
====== */

/* Hauptabelle */
table.bel_main {
margin:0px;
padding:0px;
background: #fff url('../img/pattern.png') repeat center top;
color:#1a1a1a;
font-family:'Arial';
font-size:8pt;
text-align:center;
width: 100%;
}
/* Zellen der Hauptabelle */
td.bel_main {
margin:0px;
padding:0px;
vertical-align:top;
}
/* rechte und linke Untertabellen */
table.bel_sub, table.bel_sub_right {
border-collapse:collapse;
margin-left:10px;
margin-bottom:10px;
}
/* rechte Untertabelle */
table.bel_sub_right {
margin-right:10px;
}
/* Kopf der Untertabellen (Monat/Jahr) */
td.bel_kopf {
border:1px solid #603813;
padding:3px;
font-weight:bold;
text-align:left;
background-color:#603813;
color:#fff;
}
/* Wochentage- und Kalenderwochen-Zellen der Untertabellen */
td.bel_wochentag, td.bel_kw {
border:1px solid #603813;
font-weight:normal;
color:#FFF;
padding:1px 3px;
font-size:8pt;
text-align:center;
background-color:#603813;
}
/* gemeinsame Eigenschaften der Zellen der Untertabellen */
td.bel_f, td.bel_b, td.bel_a, td.bel_n {
border:1px solid #603813;
padding:1px 3px;
text-align:center;
font-weight:normal;
}
/* Zelle "frei" */
td.bel_f {
background-color:#ffffff;
}
/* Zelle "belegt" */
td.bel_b {
background-color:#FF7575;
}
/* Zelle "An-/Abreise" */
td.bel_a {
background-color:#FFE9AB;
}
/* Zelle "nicht verfgbarer Zeitraum" */
td.bel_n {
background-color:#B3B3B3;
}
/* Bereich der Schalter */
div.bel_head_button {
margin:10px;
}
/* Eigenschaften der Schalter */
.bel_button {
background-color:#603813;
font-size:8pt;
color:#fff;
font-weight:bold;
border:1px solid #603813;
width:130px;
}
/* Bereich der Legende */
div.bel_legende {
padding-left:6px;
}
/* Elemente der Legende */
div.bel_legende_element {
width:85px;
text-align:center;
}
/* Fu§zeile (letzte €nderung) */
div.bel_foot {
padding-top:10px;
padding-right: 10px;
vertical-align:bottom;
font-size:8pt;
color:#8A8A8A;
}

/* ======
Ende des Stylesheet-Bereichs fuer die Belegungstabelle
====== */


/* footer */
#footer {
	color: #fff;
	font-size: 0.8em;
	padding-top: 2em;
	padding-bottom: 1em;
	background-color: #754c24;
}

a.footer {
	color: #fff;
	font-size: 0.8em;
	text-decoration: underline;
}

a.footeremail {
	color: #fff;
	font-size: 1em;
	text-decoration: underline;
}

.claim {
	font-size: 1.6em;
	padding-bottom: 1em;
}

.upper {
	text-transform: uppercase;
}



/* 1 column */
@media only screen and (min-width: 280px) and (max-width: 639px) {
	#nav {
		position: fixed;
		top: 0;
		left: 0;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	#navhidden {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 2;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	#nav {
		top: -300%;
	}
	
	#navhidden {
		top: -300%;
	}
	
	#navhidden {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	#navhidden:target {
		top: 0;
	}

	.nav-open {
		position: fixed;
		top: 0;
		left: 0;
		background: #754c24;
		font-family: 'Open Sans', sans-serif;
		display: block;
		width: 100%;
		z-index: 2;
	}

	.nav-open a {
		padding: 10px 15px;
		display: block;
		color: #fff;
		text-align: right;
		text-decoration: none;
	}
	
	.menubtn {
		display: inline-block;
	}
	
	.nav-open span, #navhidden span {
		background: none repeat scroll 0 0 #fff;
		border-radius: 2px;
		display: block;
		height: 3px;
		width: 20px;
		margin: 3px 1px;
	}

	#navhidden ul a li {
		display: block;
		float: none;
		text-align: center;
		height: 2.6em;
		line-height: 2.6em;
		font-size: 1em;
		background-color: #754c24;
		border-bottom: 1px solid #fff;
	}
	
	#navhidden ul a li {
		color: #fff;
	}
	
	#navhidden ul a li.close {
		text-align: right;
		padding: 0px 15px;
	}
	
	#wrapper {
		width: 96%;
		margin: 0 auto;
		display: block;
	}
	
	#header, #footer {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	
	#language {
		display: none;
	}
	
	#logo {
		width: 45%;
		margin-top: 56px;
		margin-bottom: 8px;
	}
	
	.headerimgwinter, .headerimgsummer {
		height: 10em;
	}
	
	#season {
		display: none;
	}
	
	.columns ul li, .columns ul li.last {
		padding: 5px;
	}
	
	.preiseleft, .preiseright {
		font-size: 0.7em;
	}
}


/* 2 columns */
@media only screen and (min-width: 640px) and (max-width: 800px) {
	#nav {
		position: fixed;
		top: 0;
		left: 0;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	#navhidden {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 2;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	#nav {
		top: -300%;
	}
	
	#navhidden {
		top: -300%;
	}
	
	#navhidden {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	#navhidden:target {
		top: 0;
	}

	.nav-open {
		position: fixed;
		top: 0;
		left: 0;
		background: #754c24;
		font-family: 'Open Sans', sans-serif;
		display: block;
		width: 100%;
		z-index: 2;
	}

	.nav-open a {
		padding: 10px 15px;
		display: block;
		color: #fff;
		text-align: right;
		text-decoration: none;
	}
	
	.menubtn {
		display: inline-block;
	}
	
	.nav-open span, #navhidden span {
		background: none repeat scroll 0 0 #fff;
		border-radius: 2px;
		display: block;
		height: 3px;
		width: 20px;
		margin: 3px 1px;
	}

	#navhidden ul a li {
		display: block;
		float: none;
		text-align: center;
		height: 2.6em;
		line-height: 2.6em;
		font-size: 1em;
		background-color: #754c24;
		border-bottom: 1px solid #fff;
	}
	
	#navhidden ul a li {
		color: #fff;
	}
	
	#navhidden ul a li.close {
		text-align: right;
		padding: 0px 15px;
	}
	
	#wrapper {
		width: 96%;
		margin: 0 auto;
		display: block;
	}
	
	#header, #footer {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	
	#language {
		display: none;
	}
	
	#logo {
		width: 40%;
		margin-top: 56px;
		margin-bottom: 8px;
	}
	
	.headerimgwinter, .headerimgsummer {
		height: 10em;
	}
	
	#season {
		display: none;
	}
	
	.columns ul li, .columns ul li.last {
		padding: 5px;
	}
}


/* 3 columns */
@media only screen and (min-width: 800px) {

}