/* CSS Document */

/* reset paddings and margins */
	* {
		margin: 0;
		padding: 0;
	}

/* html element needs this setting, to center wrapping div */
	html {
		width: 100%;
		height: 100%;
	}

	body {
		position: relative;
		width: 100%;
		height: 100%;
background:#f9f5f5; 
text-align:center;
	}
	
	
	.index-bg{
	background:url(../img/common/index-bg.gif) repeat-x;
	}
	#index-logo{
	text-align:left;
	width:460px;
	height:113px;
	padding-left:245px;
	padding-top:80px;
	}
	#index-pics{
	width:705px;
	height:360px;
	}
	#index-address{
	width:705px;
	height:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:7px;
	}
	#index-links{
	width:705px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
	}
	
	
/* common clearing div */
	div.clear {
		clear: both;
		font-size: 0px;
		height: 0px;
		line-height: 0px;
	}

/* center wrapping div */
	body.startpage div#wrap,
	body.layout_willkommen{
	background-image:url(../img/willkommen/bg.jpg); background-repeat:repeat-x;
	} 
	body.layout_ambiente{
	background-image:url(../img/ambiente/bg.jpg); background-repeat:repeat-x;
	} 
	body.layout_gaumenfreude{
	background-image:url(../img/gaumenfreude/bg.jpg); background-repeat:repeat-x;
	} 
	body.layout_wellness{
	background-image:url(../img/wellness/bg.jpg); background-repeat:repeat-x;
	} 
	body.layout_wohnen{
	background-image:url(../img/wohnen/bg.jpg); background-repeat:repeat-x;
	} 
	body.layout_preise-angebote_s{
	background-image:url(../img/preise-angebote/bg_s.jpg); background-repeat:repeat-x;
	} 
	body.layout_preise-angebote_w{
	background-image:url(../img/preise-angebote/bg_w.jpg); background-repeat:repeat-x;
	} 
	body.layout_familienfreundlich{
	background-image:url(../img/familienfreundlich/bg.jpg); background-repeat:repeat-x;
	} 
	body.layout_360-bildgalerie{
	background-image:url(../img/360-bildgalerie/bg.jpg); background-repeat:repeat-x;
	}
	body.layout_lage-anfahrt{
	background-image:url(../img/lage-anfahrt/bg.jpg); background-repeat:repeat-x;
	}
	body.layout_anfrage{
	background-image:url(../img/anfrage/bg.jpg); background-repeat:repeat-x;
	}
	body.layout_impressum{
	background-image:url(../img/impressum/bg.jpg); background-repeat:repeat-x;
	}
	div#wrap {
	width:998px;
	margin:0px auto;
	text-align:left;
	height:auto !important; 
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}

	div#wrap div#container_inner {
	width:100%;
	text-align:left;
	padding-left:36px;
}

/* main menu */

	body div#wrap div#content-menu ul#menu-main {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#505050;
		font-weight:bold;
		float:left;	
	}

	body div#wrap div#content-menu ul#menu-main li {
		line-height:1.3em;
	}

	body div#wrap div#content-menu ul#menu-main li a {
		padding-top:4px;
		padding-bottom:9px;
		padding-left:35px;
		display: block;
		width: 150px;
		color:#505050;
		text-decoration:none;
	}

	body div#wrap div#content-menu ul#menu-main li a:hover,
	body div#wrap div#content-menu ul#menu-main li.active a {
	background-image:url(../img/common/button-trans.png);
		color:#505050;
		text-decoration:none;
	}
	
	ul.no-style-type {
		list-style-type: none;
	}
	
/* impressum menu */
	body div#wrap  ul#impressum-menu {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#505050;
		font-weight:bold;
	}
	body div#wrap  ul#menu-main li a {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#505050;
		font-weight:bold;
	}


div#container_columns {
	width:100%;
	text-align:left;
	float:left;
}
.columns_background_willkommen{
	background-image:url(../img/willkommen/columns_bg.gif);
	background-repeat:repeat-y;
}
.columns_background_ambiente{
	background-image:url(../img/ambiente/columns_bg.gif);
	background-repeat:repeat-y;
}
.columns_background_gaumenfreude{
	background-image:url(../img/gaumenfreude/columns_bg.gif);
	background-repeat:repeat-y;
}
.columns_background_wellness{
	background-image:url(../img/wellness/columns_bg.gif);
	background-repeat:repeat-y;
}
.columns_background_wohnen{
	background-image:url(../img/wohnen/columns_bg.gif);
	background-repeat:repeat-y;
}
.columns_background_preise-angebote_s{
	background-image:url(../img/preise-angebote/columns_bg_s.gif);
	background-repeat:repeat-y;
}
.columns_background_preise-angebote_w{
	background-image:url(../img/preise-angebote/columns_bg_w.gif);
	background-repeat:repeat-y;
}
.columns_background_familienfreundlich{
	background-image:url(../img/familienfreundlich/columns_bg.gif);
	background-repeat:repeat-y;
}
.columns_background_360-bildgalerie{
	background-image:url(../img/360-bildgalerie/columns_bg.gif);
	background-repeat:repeat-y;
}
.columns_background_lage-anfahrt{
	background-image:url(../img/lage-anfahrt/columns_bg.gif);
	background-repeat:repeat-y;
}
.columns_background_anfrage{
	background-image:url(../img/anfrage/columns_bg.gif);
	background-repeat:repeat-y;
}
.columns_background_impressum{
	background-image:url(../img/impressum/columns_bg.gif);
	background-repeat:repeat-y;
}
#leftcolumn{
	width:192px;
	float:left;
}
div#leftcolumn_address{
	width:145px;
	padding-top:30px;
	padding-left:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#989792;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
div#leftcolumn_calendar{
	width:150px;
	padding-top:10px;
	padding-left:30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:left;
	padding-bottom:15px;
}
div#leftcolumn select{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
div#rightcolumn{
	width:770px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

div#rightcolumn_sommer_submenu{
	width:100%;
	height:30px;
	float:left;
	background:#e7f4cd;
}
div#rightcolumn_winter_submenu{
	width:100%;
	height:30px;
	float:left;
	background:#d9e6ea;
}
div#rightcolumn_text{
	padding-left:70px;
	width:550px;
	float:left;
	text-align:left;
}
div#rightcolumn_text.wide {
  width: 630px;
}

div#rightcolumn_text.wide .webcam-iframe {
  border: none;
  margin-top: 40px; 
}

div#rightcolumn_text div#catalogue-container {
  text-align:center;
  margin: 10px 0px;
  padding-left: 18px;
  width: 100%;
}

div#rightcolumn_text div#catalogue-container p {
  color: ##505050;
  font-size: 10pt;
}

div#rightcolumn_season{
margin-top:-30px; margin-left:550px; margin-bottom:15px
}
div#rightcolumn_text ul{
list-style-image:url(../img/common/arr.gif);
padding-left:15px;
}
div#rightcolumn_pics{
	padding-left:53px;
	padding-top:25px;
	padding-bottom:25px;
	width:650px;
	float:left;
}
div#rightcolumn_pics_wellness{
	padding-left:53px;
	padding-top:25px;
	padding-bottom:25px;
	width:438px;
	float:left;
}
div#rightcolumn_pics_sommerurlaub{
	padding-left:53px;
	padding-bottom:25px;
	width:680px;
	float:left;
	margin-top:-100px;
}
div#sommerurlaub_pics_spacer{
width:480px;
height:151px;
float:left;
}
div#rightcolumn_pics_winterurlaub{
	padding-left:53px;
	padding-bottom:25px;
	width:680px;
	float:left;
	margin-top:-240px;
}
div#winterurlaub_pics_spacer{
width:415px;
height:273px;
float:left;
}
div#winterurlaub_pics_spacer2{
width:410px;
height:51px;
float:left;
}
div#rightcolumn_pics_vertical_wellness{
float:left; margin-top:-120px;
}
div#rightcolumn #preice_table TD{
vertical-align:top;
padding:2px;
font-family:"Times New Roman", Times, serif;
font-size:12px;
}
div#rightcolumn .booking_table TD{
vertical-align:top;
padding:2px;
font-family:"Times New Roman", Times, serif;
font-size:12px;
}
div#rightcolumn .booking_radio{
width:110px;
height:25px;
float:left;
background:#6dbb75;
margin-left:5px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:3px;
}
.clear{
clear: both;
}
div#rightcolumn .pics360{
position: relative; float: left; width: 270px; height: 110px; padding-left:53px;
}

div#rightcolumn .underpics360{
width:600px;
float:left;
padding-left:53px;
padding-bottom:25px;
}
div#header{
	height:139px;
	width:100%;
}
div#header_left{
	width:192px;
	float:left;
	}
div#header div#lang-select{
	width:640px;
	padding-top:72px;
	float:left;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#989792;
	font-weight:bold;
	}
div#header div#lang-select.with-social-toolbar {
  padding-top: 71px;
}
  div#header #social-toolbar {
    float: left;
    margin-left: 71px;
    width: 289px;
  }
div#header div#lang-select a:link, div#header div#lang-select a:visited, div#header div#lang-select a:active {
	text-decoration:underline; font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#989792;
	font-weight:bold;		
	}
div#header div#lang-select a:hover,{
	text-decoration:none;
	}
div#header_right{
	width:130px;
	float:left;
	}

div#footer {
	width:100%;
	clear:both;
	float:left;
	text-align:left;
}
div#footer_impressum{
	padding-top:15px;
	padding-left:72px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#989792;
	font-weight:bold;
}
.footer_background_willkommen{
	background-image:url(../img/willkommen/footer_bg.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_ambiente{
	background-image:url(../img/ambiente/footer_bg.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_ambiente_en{
	background-image:url(../img/ambiente/footer_bg_en.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_ambiente_fr{
	background-image:url(../img/ambiente/footer_bg_fr.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_gaumenfreude{
	background-image:url(../img/gaumenfreude/footer_bg.gif);
	background-repeat:no-repeat;
	height:115px;
}
.footer_background_gaumenfreude_it{
	background-image:url(../img/gaumenfreude/footer_bg_it.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_gaumenfreude_en{
	background-image:url(../img/gaumenfreude/footer_bg_en.gif);
	background-repeat:no-repeat;
	height:115px;
}
.footer_background_gaumenfreude_fr{
	background-image:url(../img/gaumenfreude/footer_bg_fr.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_wellness{
	background-image:url(../img/wellness/footer_bg.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_wellness_it{
	background-image:url(../img/wellness/footer_bg_it.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_wellness_fr{
	background-image:url(../img/wellness/footer_bg_fr.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_wohnen{
	background-image:url(../img/wohnen/footer_bg.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_wohnen_it{
	background-image:url(../img/wohnen/footer_bg_it.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_wohnen_en{
	background-image:url(../img/wohnen/footer_bg_en.gif);
	background-repeat:no-repeat;
	height:115px;
}
.footer_background_wohnen_fr{
	background-image:url(../img/wohnen/footer_bg_fr.gif);
	background-repeat:no-repeat;
	height:125px;
}
.footer_background_preise-angebote{
	background-image:url(../img/preise-angebote/footer_bg_de.gif);
	background-repeat:no-repeat;
	height:120px;
}
.footer_background_preise-angebote_it{
	background-image:url(../img/preise-angebote/footer_bg_it.gif);
	background-repeat:no-repeat;
	height:125px;
}
.footer_background_preise-angebote_en{
	background-image:url(../img/preise-angebote/footer_bg_en.gif);
	background-repeat:no-repeat;
	height:125px;
}
.footer_background_preise-angebote_fr{
	background-image:url(../img/preise-angebote/footer_bg_fr.gif);
	background-repeat:no-repeat;
	height:125px;
}
.footer_background_preise-angebote_sp{
	background-image:url(../img/preise-angebote/footer_bg_sp.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_preise-angebote_sp_it{
	background-image:url(../img/preise-angebote/footer_bg_sp_it.gif);
	background-repeat:no-repeat;
	height:125px;
}
.footer_background_preise-angebote_sp_en{
	background-image:url(../img/preise-angebote/footer_bg_sp_en.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_preise-angebote_sp_fr{
	background-image:url(../img/preise-angebote/footer_bg_sp_fr.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_preise-angebote_sa{
	background-image:url(../img/preise-angebote/footer_bg_sa.gif);
	background-repeat:no-repeat;
	height:100px;
}
.footer_background_preise-angebote_sa_it{
	background-image:url(../img/preise-angebote/footer_bg_sa_it.gif);
	background-repeat:no-repeat;
	height:125px;
}
.footer_background_preise-angebote_sa_en{
	background-image:url(../img/preise-angebote/footer_bg_sa_en.gif);
	background-repeat:no-repeat;
	height:125px;
}
.footer_background_preise-angebote_sa_fr{
	background-image:url(../img/preise-angebote/footer_bg_sa_fr.gif);
	background-repeat:no-repeat;
	height:115px;
}
.footer_background_preise-angebote_wp{
	background-image:url(../img/preise-angebote/footer_bg_wp.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_preise-angebote_wa{
	background-image:url(../img/preise-angebote/footer_bg_wa.gif);
	background-repeat:no-repeat;
	height:105px;
}
.footer_background_preise-angebote_wp_it{
	background-image:url(../img/preise-angebote/footer_bg_wp_it.gif);
	background-repeat:no-repeat;
	height:125px;
}
.footer_background_preise-angebote_wp_fr{
	background-image:url(../img/preise-angebote/footer_bg_wp_fr.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_preise-angebote_wa_it{
	background-image:url(../img/preise-angebote/footer_bg_wa_it.gif);
	background-repeat:no-repeat;
	height:125px;
}
.footer_background_preise-angebote_wa_fr{
	background-image:url(../img/preise-angebote/footer_bg_wa_fr.gif);
	background-repeat:no-repeat;
	height:115px;
}
.footer_background_preise-angebote_wp_en{
	background-image:url(../img/preise-angebote/footer_bg_wp_en.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_preise-angebote_wa_en{
	background-image:url(../img/preise-angebote/footer_bg_wa_en.gif);
	background-repeat:no-repeat;
	height:125px;
}
.footer_background_familienfreundlich{
	background-image:url(../img/familienfreundlich/footer_bg.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_familienfreundlich_it{
	background-image:url(../img/familienfreundlich/footer_bg_it.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_familienfreundlich_en{
	background-image:url(../img/familienfreundlich/footer_bg_en.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_familienfreundlich_fr{
	background-image:url(../img/familienfreundlich/footer_bg_fr.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_sommerurlaub{
	background-image:url(../img/sommerurlaub/footer_bg.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_sommerurlaub_it{
	background-image:url(../img/sommerurlaub/footer_bg_it.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_sommerurlaub_en{
	background-image:url(../img/sommerurlaub/footer_bg_en.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_sommerurlaub_fr{
	background-image:url(../img/sommerurlaub/footer_bg_fr.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_winterurlaub{
	background-image:url(../img/winterurlaub/footer_bg.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_winterurlaub_it{
	background-image:url(../img/winterurlaub/footer_bg_it.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_winterurlaub_en{
	background-image:url(../img/winterurlaub/footer_bg_en.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_winterurlaub_fr{
	background-image:url(../img/winterurlaub/footer_bg_fr.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_360-bildgalerie{
	background-image:url(../img/360-bildgalerie/footer_bg.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_360-bildgalerie_it{
	background-image:url(../img/360-bildgalerie/footer_bg_it.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_360-bildgalerie_en{
	background-image:url(../img/360-bildgalerie/footer_bg_en.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_360-bildgalerie_fr{
	background-image:url(../img/360-bildgalerie/footer_bg_fr.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_lage-anfahrt{
	background-image:url(../img/lage-anfahrt/footer_bg.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_lage-anfahrt_it{
	background-image:url(../img/lage-anfahrt/footer_bg_it.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_lage-anfahrt_en{
	background-image:url(../img/lage-anfahrt/footer_bg_en.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_lage-anfahrt_fr{
	background-image:url(../img/lage-anfahrt/footer_bg_fr.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_anfrage{
	background-image:url(../img/anfrage/footer_bg.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_anfrage_it{
	background-image:url(../img/anfrage/footer_bg_it.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_anfrage_en{
	background-image:url(../img/anfrage/footer_bg_en.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_anfrage_fr{
	background-image:url(../img/anfrage/footer_bg_fr.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_impressum{
	background-image:url(../img/impressum/footer_bg.gif);
	background-repeat:no-repeat;
	height:110px;
}
.footer_background_impressum_en{
	background-image:url(../img/impressum/footer_bg_en.gif);
	background-repeat:no-repeat;
	height:95px;
}
.footer_background_anzahlung{
	background-image:url(../img/footer_bg-anzahlung.gif);
	background-repeat:no-repeat;
	height:95px;
}
.grey_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;}

/* LINKS*/

a:link {color:#000000;}
a:visited{color:#000000;}
a:active{color:#000000;}
a:hover{color:#000000;}

a.summersub:link, a.summersub:visited, a.summersub:active {color:#9eb473; padding-left:10px; padding-right:10px; text-decoration:none; font-family:Arial, Helvetica, sans-serif;
	font-size:14px; font-weight:bold; line-height:2.0em;}
a.summersub:hover{color:#6a803f; padding-left:10px; padding-right:10px; text-decoration:none; font-family:Arial, Helvetica, sans-serif;
	font-size:14px; font-weight:bold; line-height:2.0em;}
a.summersub_active:link, a.summersub_active:visited, a.summersub_active:active, a.summersub_active:hover{color:#6a803f; padding-left:10px; padding-right:10px; text-decoration:none; font-family:Arial, Helvetica, sans-serif;
	font-size:14px; font-weight:bold; line-height:2.0em;}
	
a.wintersub:link, a.wintersub:visited, a.wintersub:active {color:#77a7b5; padding-left:10px; padding-right:10px; text-decoration:none; font-family:Arial, Helvetica, sans-serif;
	font-size:14px; font-weight:bold; line-height:2.0em;}
a.wintersub:hover{color:#29788f; padding-left:10px; padding-right:10px; text-decoration:none; font-family:Arial, Helvetica, sans-serif;
	font-size:14px; font-weight:bold; line-height:2.0em;}
a.wintersub_active:link, a.wintersub_active:visited, a.wintersub_active:active, a.wintersub_active:hover{color:#29788f; padding-left:10px; padding-right:10px; text-decoration:none; font-family:Arial, Helvetica, sans-serif;
	font-size:14px; font-weight:bold; line-height:2.0em;}


	
a.grey:link {text-decoration:none; 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#989792;
	font-weight:bold;}
a.grey:visited {text-decoration:none;	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#989792;
	font-weight:bold;}
a.grey:active {text-decoration:none;	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#989792;
	font-weight:bold;}
a.grey:hover {text-decoration:underline;	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#989792;
	font-weight:bold;}
	
table#catalogue-overview {
  width:650px;
}

table#catalogue-overview tr td img {
  border:none;
  float:left;
}

table#catalogue-overview tr td a {
  font-size: 8pt;
  font-family:Arial;
}

table.styled td {
  padding: 10px;
}


li.smart-pay {
	position: relative;
}

li.smart-pay hr{
	position: absolute;
	left: 30px;
	width: 150px;
	margin-bottom: 9px;
}

li.smart-pay + .contact {
	margin-top: 9px;
}

li.iperbooking a {
	padding-bottom: 0 !important;
}