/*** RESET ***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img,abbr,acronym { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }

/***** Basics *****/
body {
	background-color: #CCC;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	overflow: scroll;
}
html, body {
	height: 100%;
}

/* EASY CLEARING */
.wrap:after {
    clear: both;    
    content: ".";
    display: block;
    height: 0;    
    visibility: hidden;
}

/**** Colors ****/
/* dark grey */	
#nav a,
#body #cnt-head a,
#body #cnt-tabs a,
#body #cnt-footer a,
#home-teaser .box a {
	color: #333;
}

/* red 931031 */
#body h1,
#body #content h2,
#body #content a:hover,
#body #cnt-footer a.online-buchen,
#home-teaser .box a:hover,
#nav ul a:hover,
#nav #nav-onl-buchen,
#nav #nav-unv-anfrage:hover {
	color: #931031;
}

/***** Wrapper - min width *****/
#wrapper {
	background: url(../img/png_trans_Mondschein.png) repeat-y;
	position: absolute; top: 0px; z-index: 10;
	min-height: 100%;	
	min-width: 920px;	
	width: 100%;
}

/***** Navigation *****/
#nav {
	float: left;
	width: 242px;
}
/* nav: logo */
#nav #logo {
	border-bottom: 1px solid #333;	
	margin: 21px 10px 11px;
	padding-bottom: 13px;			
}
#nav #logo a {	
	margin-left: 16px;
}
/* nav: menu level 1 */
#nav ul li {
	padding-bottom: 3px;
}
#nav ul a {
	cursor: pointer;
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	overflow: visible;
	padding: 2px 10px;
	text-decoration: none;
	text-transform: uppercase;	
}
#nav ul a span {
	display: block;
	padding: 3px 7px 0;
}
#nav ul li.current_page_parent a {
	margin-bottom: 2px;	
}
#nav li.current_page_parent a span {
	background: url(../img/nav_current_page_parent_bg.png) no-repeat;
	height: 24px;
	width: 207px;
}
/* nav: menu level 2 */
#nav ul ul {
	padding-bottom: 8px;
}
#nav ul ul li {
	margin-bottom: 7px;
	padding-bottom: 0px;
}
#nav ul ul a {	
	letter-spacing: 0px;	
	margin: 0 15px 0 30px;
	padding: 0;
	text-transform: none;	
}
#nav ul ul a span {	
	background-image: none;
	display: inline;
	line-height: 1.5em;
	padding: 0px;
}
#nav ul li.current_page_parent ul a span {
	background-image: none;
}
#nav ul ul a:hover span,
#nav ul ul li.current_page_item a span {
	background-image: none;
	border-bottom: 2px solid #931031;	
}
/* nav: booking */
#nav-booking {
	margin-left: 17px;
}
#nav #nav-onl-buchen {
	line-height: 3em;	
	text-decoration: none;
	text-transform: uppercase;
}
#nav #nav-onl-buchen:hover {
	text-decoration: underline;
}
/* nav: search */
#nav #search {	
	background: #FFF url(../img/search_bg.png) 0 0 no-repeat;	
	height: 22px;
	margin: 22px 0 0 7px;
	padding-left: 4px;
	position: relative;
	width: 219px;
}
#nav #search input#search-text {
	background-color: transparent;
	border: 0;	
	font-size: 12px;
	height: 17px;		
	padding: 2px 0px 0 4px;
	width: 166px;
}
#nav #search input#search-submit {
	background: url(../img/search_bg.png) -200px 0 no-repeat;		
	border: 0;
	cursor: pointer;
	display: block;
	height: 22px;
	text-indent: -5000px;		
	overflow: hidden;
	position: absolute; right: 0; top: 0;		
	width: 23px;	
	/* for IE6 */
	color: transparent;	
	text-transform: capitalize;
}
/* nav: logos */
#nav #nav-logos {
	padding: 25px 0 50px 18px;	
}
#nav #nav-logos a {
	text-decoration: none;
}

/***** Automatic center and image skaling *****/
#bgimage {
	position: fixed;
	top:0px;
	left:0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#hcenter {
	position: absolute;
	overflow: hidden;
	height: 100%;
	left: -50%;
	width: 200%;
}
img.bgimg {
	padding:0;
	border:0;
	overflow: hidden;
	min-width:50%;
	min-height: 100%;
	display:block;
	margin: 0 auto;
	-ms-interpolation-mode:bicubic;
}

/** home teaser **/
#home-teaser {
	position: fixed; right: 10px; bottom: 91px;
	width: 307px;
}
#home-teaser h2 {
	background: url(../img/newsticker/nt_bg_closed-fs8.png) no-repeat;
	cursor: pointer;
	font-size: 13px;
	height: 23px;
	padding: 9px 0 1px 18px;
	text-transform: uppercase;
}
#home-teaser h2.open {
	background-image: url(../img/newsticker/nt_bg_open-fs8.png);
}
#home-teaser > ul li:first-child h2 {
	background-image: url(../img/newsticker/nt_bg_closed_first.png);
}
#home-teaser > ul li:first-child h2.open {
	background-image: url(../img/newsticker/nt_bg_open_first.png);
}
#home-teaser .hr {
	background: url(../img/newsticker/red_line-fs8.png) no-repeat;	
	height: 2px;
	font-size: 0; /* IE 6 */
}
#home-teaser .box {
	font-size: 11px;
}
#home-teaser .box ul {
	background: url(../img/newsticker/cnt_bg-fs8.png) repeat-y;
	padding: 8px 18px 5px ;
}
#home-teaser .box li {
	margin-bottom: 4px;
}
#home-teaser .box a {
	text-decoration: none;
}
#home-teaser .bottom {
	background: url(../img/newsticker/bottom_shadow-fs8.png) no-repeat;	
	height: 8px;
}

/***** Content *****/
#body {
	float: right;
	opacity: 0.9;	
	padding: 12px 0 30px 16px;
	width: 420px;
	z-index: 12;		
}
#body.bigsize {
	width: 647px;
}
#body #content {
	position: relative;
	z-index: 20;
}

/*** content-background with shadows ***/
#body #cnt-bg-top {
	background: url(../img/cnt/big_top-fs8.png);
	height: 105px;
}
#body #cnt-bg-middle {
	background: url(../img/cnt/big_middle-fs8.png);
	position: relative;
	zoom: 1;
}
#body #cnt-bg-bottom {
	background: url(../img/cnt/big_bottom-fs8.png);
	height: 10px;
	font-size: 0;
}

/*** Content header & footer ***/
#body #cnt-head {
	border-bottom: 1px solid #333;	
	height: 104px;
	margin: 0 7px 0 1px;
	position: relative;
}
#body #headlines {
	padding: 24px 15px 0 15px;
}
#body #headlines h1 {
	font-size: 15px;	
	text-transform: uppercase;
}
#body #cnt-head a {
	text-decoration: none;
	font-size: 10px;
}
/* booking button */
#body #cnt-head #booking-button {
	position: absolute; left: 359px; top: -30px;
}
/* cnt toggle */
#body #cnt-toggle {
	background: url(../img/arrow_up.png) right 3px no-repeat; 
	display: block;
	height: 17px;
	padding-right: 20px;
	position: absolute; bottom: 0px; left: 15px;
}
#body #cnt-toggle.cnt-closed {
	background: url(../img/arrow_down.png) 90px 4px no-repeat; 
}
#body #cnt-toggle:hover {
	text-decoration: underline;
}
#body #cnt-toggle .cnt-toggle-label-open { display: none; }
#body #cnt-toggle.cnt-closed .cnt-toggle-label-open { display: inline; }
#body #cnt-toggle.cnt-closed .cnt-toggle-label-close { display: none; }
/* cnt img nav */
#body #img-nav {	
	border-left: 1px solid #333;	
	height: 104px;
	position: absolute; right: 0px;
	width: 121px;
}
#body #img-nav a {
	background: url(../img/arrow_left.png) 102px 4px no-repeat; 
	display: block;
	height: 19px;
	padding: 2px 0 0 10px;
	width: 110px;
}
#body #img-nav a:hover {
	text-decoration: underline;
}
/* cnt tabs */
#body #cnt-tabs {
	border-bottom: 1px solid #333;	
	clear: both;
	margin: 0 7px 0 1px;
}
#body #cnt-tabs li {
	float: left;
}
#body #cnt-tabs a {
	display: block;
	font-size: 11px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#body #cnt-tabs a:hover,
#body #cnt-tabs a.active-tab {
	background-color: #e1e1e1;
}
/* cnt footer */
#body #cnt-footer {
	border-top: 1px solid #333;		
	height: 23px;
	margin: 0 7px 0 1px;
}
#body #cnt-footer .addthis_container {
	float: left;
	padding: 5px 0 0 10px;
}
#body #cnt-footer ul {
	float: right;
}
#body #cnt-footer li {
	float: left;
	padding: 4px 12px;
}
#body #cnt-footer li a {
	font-size: 10px;
	text-transform: uppercase;
}
#body #cnt-footer li a:hover {
	text-decoration: none;
}

/*** real content ***/
#body #content {
	clear: both;
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
	padding: 15px;
}
#body #content h2 {
	font-size: 13px;
	padding-bottom: 12px;
}
#body #content p {
	padding-bottom: 12px;
}
#body #content ul {
	padding: 0 0 22px 10px;
}
#body #content ul li {
	background: url(../img/red_bulletpoint.png) 0 0.5em no-repeat;
	padding-left: 15px;
}
#body #content a {
	color: #333;
}
#body #content a:hover {
	text-decoration: none;
}
#body #content .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
#body #content .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
#body #content .wp-caption-text {
	text-align: center;
}
#body #content img {
	border: 1px solid #999;
	border-width: 1px;
	padding: 3px;
}

/**** DMC Table ****/
#body table.dmc-table {
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 10px;
	width: 400px !important;
}
#body.bigsize table.dmc-table {
	width: 612px !important;
}
#body table.dmc-table tr.dmc-table-headline td {
	background-color: #931031;
	color: #FFF;	
}
#body table.dmc-table td {
	background-color: #f7f7f7;
	padding: 2px 10px;
}
#body table.dmc-table tr.dmc-table-color2 td {
	background-color: #EEE;
}
#body table.dmc-table td.dmc-table-subheadline {
	background-color: #e1e1e1;
	text-transform: uppercase;
}
/* adapted table (collapsable) */
#body table.dmc-table-adapted tr.dmc-table-headline td {
	background-image: url(../img/sprite_table.png);
	background-repeat: no-repeat;	
	cursor: pointer;
}
#body table.dmc-table-adapted tr.dmc-table-headline.table-open td {	background-position: 583px 8px;	}
#body table.dmc-table-adapted tr.dmc-table-headline.table-open td .label-close { display: none; }
#body table.dmc-table-adapted tr.dmc-table-headline.table-close td { background-position: 583px -36px; }
#body table.dmc-table-adapted tr.dmc-table-headline.table-close td .label-open { display: none; }
#body table.dmc-table-adapted tr.dmc-table-headline td span {	
	float: right;
	margin-right: 25px;
}

/**** Loading Animation ****/
#body #loading {
	display: block;
	padding: 50px 0;
	text-align: center;
	width: 100%;
}
#body #loading img {
	border: none;
}

/***** Formular *****/
.form {
	background: transparent url(../img/form_bg.png); /* fallback for IE */
	background: rgba(51,51,51,0.9);
	color: #E1E1E1;
	padding: 9px;
	position: fixed; right: 0; bottom: 40px; z-index: 2;	
}
.form p {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 7px;
}
.form > p:first-child {
	margin-bottom: 14px;
}
.form label {
	display: block;
	margin-bottom: 2px;
}
.form input,
.form textarea {
	border: none;	
	padding: 3px;
}
.form .info {
	float: left;
	font-size: 10px;
}
.form .submit {	
	background-color: #FFF;
	border: 2px solid #666;
	color: #931031;	
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 2.2em;
	letter-spacing: .1em;
	margin-top: 5px;
	padding: 0;
	text-transform: uppercase;
	width: 97px;
}
.wpcf7-not-valid-tip-no-ajax,
.wpcf7-response-output {	
	color: #FFF;
	display: block;
	font-weight: bold;
	margin-top: 2px;
}
.wpcf7-response-output {
	clear: both;
	padding: 5px 0;
}
/* contact form 7 */
#contact-form-7 {
	width: 356px;
}
/* newsletter form */
#newsletter-form {	
	width: 287px;
}

/***** Footer *****/
#footer {
	background-color: #333;
	display: block;
	font-size: 10px;
	height: 21px;
	padding-top: 8px;
	position: fixed; bottom: 0px;
	width: 100%;
	z-index: 100;
}
#footer a {
	color: #e1e1e1;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* language switcher */
#language-switcher {
	float: left;
	margin-left: 16px;
}
#language-switcher a {
	background-image: url(../img/sprite_flags.png);
	background-repeat: no-repeat;
}
#language-switcher .en {
	padding-left: 39px;
}
#language-switcher .de {
	background-position: 0 -21px;
	padding-left: 50px;
}
/* meta nav */
#meta-nav {
	float: right;	
	margin-right: 16px;
}
#meta-nav li {
	border-left: 1px solid #e1e1e1;
	float: left;
	padding: 0 8px;
}
#meta-nav li:first-child {
	border-left: none;
}

/** Gewinnspiel **/
#gewinnspiel {
	margin: 0 auto;
	margin-top: -2000px;
	padding-bottom: 50px;
	position: relative;
	width: 477px;
	z-index: 100;
	zoom: 1;
}
#gewinnspiel-close {
	color: white;
	font-size: 10px;
	position: absolute; top: 20px; left: 395px;
	text-decoration: none;
}
#gewinnspiel-close:hover {
	text-decoration: underline;
}
#gewinnspiel-text {
	background: url(../img/gewinnspiel/top-fs8.png) no-repeat;
	color: white;
	margin-top: 150px;
	position: relative;
	width: 477px;
}
#gewinnspiel-text h2 {
	font-size: 20px;
	font-family: Verdana;
	font-style: italic;
	padding: 35px 20px 20px;
}
#gewinnspiel-text p {
	font-size: 13px;
	line-height: 17px;
	padding: 0 55px 20px 20px;
	position: relative;
}
#gewinnspiel-formular.form {
	background: url(../img/gewinnspiel/middle-fs8.png) repeat-y;
	padding: 0 55px 10px 20px;
	position: static;	
}
#gewinnspiel-formular.form .submit {
	margin-top: -1px;
	position: absolute; left: 310px;
	width: 115px;
}
#gewinnspiel-bottom {
	background: url(../img/gewinnspiel/bottom-fs8.png) no-repeat;
	height: 38px;
	width: 477px;
}