/* neu */
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#686868;
}

html, body{
	width:100%;
	margin:0;
	background-image:url('/bilder/design/bg.png');
}

table{
	empty-cells:show;
}

img{
	border:0px;
}

ul{
	margin:0;
	padding:0;
}

p{
	margin:0;
	padding:0;
}

pre{
	margin:0;
	padding:0;
}

form{
	margin:0;
	padding:0;
}

input, textarea{
	line-height:normal;
}

h1{
	margin:0 0 15px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	color:#281E75;
}

h2{
	margin:0 0 10px 0;
	padding:0;
	font-size:14px;
	line-height:20px;
	color:#281E75;
}

h3{
	margin:0;
	padding:0;
	font-size:11px;
	line-height:16px;
	color:#281E75;
}

a,a:link,a:visited{
	color:#281E75;
	text-decoration:none;
}

a:active,a:hover{
	text-decoration:underline;
}

.button{
	border:none;
	background-color:transparent;
	background-image:url(/bilder/design/button.gif);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
	color:#FFF;
	padding:2px 19px 3px 0;
	width:97px;
	height:15px;
	line-height:17px;
}

input.button{
	padding:0px 19px 3px 0;
	height:17px;
}

#site_container{
	margin-top:53px;
	width:962px;
	height:430px;
}

#top_container{
	position:relative;
}

#headerbild_container{
	width:960px;
	height:390px;
	background-color:#fff;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #c1c1c1;
}

#headerbild{
	border:1px solid #c1c1c1;
	margin:4px;
}

#languages_container, #languages_container a{
	color:#281e75;
	text-decoration:none;
}

#languages_container a.active_language{
	font-weight:bold;
}

#languages_container{
	text-align:right;
	padding:0 18px 3px 0;
}

#logo_container{
	position:absolute;
	left:50%;
	top:12px;
	z-index:2;
        margin-left:-151px;
}

#logo{
	width:302px;
	height:124px;
	border:1px solid #c1c1c1;
}

#schnellanfrage_bg, #dependance_bg{
	background-color:#fff;
	position:absolute;
	z-index:20;
	width:359px;
	height:130px;
	top:260px;
	filter:alpha(opacity=90);
	opacity:0.90;
}

#schnellanfrage, #dependance{
	position:absolute;
	z-index:21;
	width:337px;
	height:118px;
	border:1px solid #6b6d6d;
	top:260px;
	background-color:transparent;
	padding:10px 10px 0 10px;
	text-align:left;
}

#schnellanfrage, #schnellanfrage_bg{
	left:21px;
}

#schnellanfrage form{
	width:171px;
	border-right:1px solid #281e75;
	height:70px;
	margin-top:5px;
	padding:10px 15px 0 0;
	text-align:right;
}

#schnellanfrage label{
	display:block;
	height:24px;
	text-align:left;
}

#schnellanfrage label span{
	width:69px;
	float:left;
	line-height:20px;
}

#schnellanfrage label img{
	margin:0;
	float:left;
}

#startDay, #startMonth, #startYear, #endDay, #endMonth, #endYear, #anf_startDay, #anf_startMonth, #anf_startYear, #anf_endDay, #anf_endMonth, #anf_endYear{
	width:20px;
	border:0;
	float:left;
	background-color:#dadcdf;
	margin-right:1px;
	text-align:center;
	line-height:normal;
	border-top:2px solid #dadcdf;
	border-bottom:3px solid #dadcdf;
}

#startYear, #endYear, #anf_startYear, #anf_endYear{
	width:36px;
}

#schnellanfrage input.button{
	margin:3px 0 0 0;
	cursor:pointer;
}

#schnellanfrage ul{
	float:right;
	width:130px;
	margin-top:12px;
}

#schnellanfrage ul li{
	list-style:none;
	padding-left:10px;
	background-image:url(/bilder/design/pfeil_lila.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	height:20px;
}

#schnellanfrage ul li a{
	text-decoration:none;
	color:#686868;
}

#dependance, #dependance_bg{
	left:582px;
}

#dependance a img{
	border:1px solid #c9c9c9;	
}

#dependance #IMG10{
	float:right;
}

#dependance ul{
	margin-top:5px;
}

#dependance ul li{
	list-style:none;
	padding-left:10px;
	background-image:url(/bilder/design/pfeil_orange.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	float:left;
	height:18px;
	margin-right:20px;
}

#dependance ul li a{
	text-decoration:none;
	color:#686868;
}

#menu_container{
	margin-top:5px;
	height:32px;
	border:1px solid #c1c1c1;
	background-image:url(/bilder/design/bg_menu.png)
}

#menu{
	position:relative;
	z-index:2;
	padding:0;
	padding-top:8px;
}

#menu a{
	color:#281e75;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#menu li{
	list-style:none;
	float:left;
	padding-left:25px;
	position:relative;
}

#menu li a{
	display:block;
	padding-bottom:4px;
}

#menu a:hover{
}

#menu ul{
	position:absolute;
	z-index:10;
	display:none;
	padding:10px 15px;
}

#menu li:hover ul{
	display:block;
	background-image:url(/bilder/design/bg_submenu.png);
	background-repeat:repeat;
	min-width:80%;
	width:auto;
}

#menu ul li{
	float:none;
	padding:0;
	margin:0;
	text-align:left;
}

#menu ul li a{
	font-size:12px;
	font-weight:normal;
	line-height:19px;
	color:#fff;
	white-space:nowrap;
}

#menu ul li a:hover{
	text-decoration:underline;
}

#content_container{
	margin:5px 0;
	text-align:left;
}

.box{
	border:1px solid #c1c1c1;
	background-color:#FFF;
	margin-bottom:5px;
	padding:4px;
}

.inner_box{
	border:1px solid #c1c1c1;
	padding:16px 25px;
	background-image:url(/bilder/design/bg_box.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:189px;
	height:auto;
}

* html .inner_box{
	height:189px;
}

#content_container #boxes{
	float:right;
	width:380px;
}

#box_gallery .gallery{
	width:318px;
	margin:5px 0 10px 0;
}

#box_gallery .gallery td.col1, #box_gallery .gallery td.col2, #box_gallery .gallery td.col3{
	width:96px;
}

#box_gallery .gallery td img{
	border:1px solid #c1c1c1;
}

#box_gallery a{
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:center;
	width:78px;
}

#box_quicklinks h2, #box_gallery h2{
	margin:0;
}

#box_quicklinks ul{
	margin:20px 0 0 0;
	padding:0;
}

#box_quicklinks ul.list1{
	float:left;
	width:47%;
	height:149px;
}

#box_quicklinks ul.list2{
	margin-left:47%;
}

#box_quicklinks ul li{
	list-style:none;
	padding-left:10px;
	background-image:url(/bilder/design/pfeil_lila.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	height:20px;
}

#box_quicklinks ul li a{
	text-decoration:none;
	color:#686868;
}

div.content{
	border:1px solid #c1c1c1;
	width:575px;
	background-color:#FFF;
}

div.inner_content{
	border:1px solid #c1c1c1;
	margin:4px;
	padding:27px 18px;
	min-height:405px;
	min-height:605px;
	height:auto;
}

* html div.inner_content{
	height:405px;
}

div.content ul.liste_mit_pfeil{
	padding-left:5px;
}

div.content ul.liste_mit_pfeil li{
	list-style:none;
	padding-left:10px;
	background-image:url(/bilder/design/pfeil_lila.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	height:20px;
}

div.bilder{
	position:relative;
	z-index:1;
	width:402px;
	height:211px;
	background-image:url(/bilder/design/bg_bilder.gif);
	background-repeat:repeat-x;
	padding:10px;
	border:1px solid #c1c1c1;
	margin:30px 0 0 50px;
}

div.bilder .grossansicht{
	position:absolute;
	z-index:2;
	top:16px;
	left:387px;
	border:none;
}

div.bilder ul{
	position:absolute;
	z-index:2;
	top:177px;
	left:50%;
	margin-left:-175px;
	width:352px;
}

div.bilder li{
	display:block;
	float:left;
	cursor:pointer;
	margin:0 2px 0 1px;
}

div.bilder img{
	border:1px solid #c1c1c1;
}

div.bilder li .grossansicht{
	display:none;
}

#box_last_minute div.bild{
	position:relative;
	float:left;
	margin:3px 20px 20px 0;
	border:1px solid #c1c1c1;
}

#box_last_minute div.bild img{
	display:block;
}

#box_last_minute div.bild .grossansicht{
	position:absolute;
	z-index:2;
	top:7px;
	left:101px;
	border:none;	
}

#box_last_minute div.text{
	clear:both;
	margin-bottom:20px;
}

#box_last_minute a.button{
	line-height:18px;
	margin:0 20px 0 0;
	width:78px;
	text-decoration:none;
	display:block;
	text-align:center;
	cursor:pointer;
	color:#fff;
}
/*
#box_holidaycheck .box_content{
	text-align:center;
	position:relative;
}

	#box_holidaycheck a{
		background:transparent;
		background:blue;
		display:block;
		filter:alpha(opacity=0);
		height:100%;
		opacity:0;
		position:absolute;
		width:100%;
	}

	#box_holidaycheck iframe{
		background:transparent !important;
		border:none;
		height:187px;
		height:auto;
		margin:10px auto;		
		padding:0;
		width:270px;
	}
*/
#tpl_veranstaltungen div.bild, #tpl_sehenswuerdigkeiten div.bild, #tpl_wege div.bild{
	position:relative;
	float:right;
	margin-left:20px;
	border:1px solid #c1c1c1;
}

#tpl_veranstaltungen div.bild img, #tpl_sehenswuerdigkeiten div.bild img, #tpl_wege div.bild img{
	display:block;
}

#tpl_veranstaltungen div.bild .grossansicht, #tpl_sehenswuerdigkeiten div.bild .grossansicht, #tpl_wege div.bild .grossansicht{
	position:absolute;
	z-index:2;
	top:7px;
	left:186px;
	border:none;
}

.sehenswuerdigkeit, .veranstaltung, .weg{
	border-top:1px solid #c1c1c1;
	padding:20px 0 25px 0;
}

.sehenswuerdigkeit.first, .veranstaltung.first, .weg.first{
	border-top:none;
	padding-top:0;
}

#tpl_anfrage div.rahmen{
	margin:10px 0 20px 0;
	padding:10px 15px 10px 15px;
	border:1px solid #c1c1c1;
}

#tpl_anfrage div.rahmen td img{
	margin:0;
	float:left;
}

#tpl_anfrage textarea{
	width:490px;
	height:80px;
}

#tpl_anfrage tr.abstand td, #tpl_anfrage tr.abstand th{
	padding-top:15px;
}

#tpl_anfrage th{
	font-weight:normal;
	text-align:left;
	padding-right:10px;
}

#tpl_anfrage label span{
	position:absolute;
	margin-top:1px;
}

#tpl_anfrage label{
	display:block;
}

.radio, .checkbox{
	text-indent:0;
	border:none;
}

#tpl_anfrage table table{
	margin-top:5px;
}

#tpl_anfrage table table label{
	margin-top:2px;
}

#tpl_anfrage table{
/*	width:100%;*/
}

#anfrage_zeitraum{
	margin-bottom:5px;
}

#tpl_anfrage .zimmerwahl label{
	margin-top:2px;
}

#tpl_anfrage .zimmerwahl label span a{
	display:block;
	white-space:nowrap;
	margin-left:4px;
	cursor:help;
}

#tpl_anfrage .zimmerwahl span.haus{
	display:block;
	margin:10px 0 0 25px;
	font-weight:bold;
}

.error{
	color:red;
}

#route_print, #route_planner{
	display:none;
}

#route_print{
	margin-bottom:50px;
}

#anfrage .button, #gaestebuch .button, #route_planner .button{
	width:140px;
	background-image:url(/bilder/design/button_long.gif);
}

#tpl_wetter table{
	width:100%;
	margin-bottom:20px;
}

#tpl_wetter table table{
	width:auto;
}

#tpl_gaestebuch #gb_eintraege{
	margin-top:50px;
}

#tpl_gaestebuch #gb_eintraege table tr th{
	border-bottom:1px solid #c1c1c1;
}

#tpl_gallery #kategoriewahl{
	margin-bottom:15px;
}

#tpl_gallery .gallery{
	width:100%;
}

#tpl_gallery .gallery .col1, #tpl_gallery .gallery .col2, #tpl_gallery .gallery .col3{
	width:160px;
	background-color:#ededed;
}

#tpl_gallery .gallery td{
	text-align:center;
	vertical-align:middle;
	height:160px;
	border-bottom:10px solid #FFF;
}

#tpl_gallery .gallery td img{
	margin:0;
}

#pagination{
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}

#pagination a{
	text-decoration:none;
	padding:2px 5px;
	border:1px solid #281E75;
	margin:0 5px;
}

#pagination a.aktiv{
	color:#281E75;
}

#map{
	width:100%;
	overflow:hidden;
	height:390px;
}

#route{
	width:100%;
	margin:10px 0 20px -5px;
	padding:0;
}

div.zimmerbilder{
	width:211px;
	position:relative;
	margin-left:20px;
	margin-bottom:10px;
}

div.zimmerbilder .grossansicht{
	position:absolute;
	z-index:2;
	top:7px;
	left:186px;
	border:none;
}

div.zimmerbilder li{
	float:left;
	list-style:none;
	background-color:#f4f4f4;
	padding:2px 8px 2px 8px;
	text-decoration:none;
	margin-right:2px;
	cursor:pointer;
	margin-top:143px;
}

div.zimmerbilder li div{
	cursor:default;
}

div.zimmerbilder li:hover, div.zimmerbilder li.active{
	color:#f58220;
}

div.zimmerbilder li div{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}

div.zimmerbilder li div{
	visibility:hidden;
}

div.zimmerbilder li:hover div, div.zimmerbilder li.active div{
	visibility:visible;
}

div.zimmerbilder li:hover div{
	z-index:2;
}

#tpl_zimmer h2, #tpl_preisliste h2{
	margin:40px 0 20px 0;
}

#tpl_zimmer div.zimmer, .popup div.zimmer{
	min-height:161px;
	height:auto;
	margin-bottom:27px;
}

* html #tpl_zimmer div.zimmer, * html .popup div.zimmer{
	height:161px;
}

div.zimmerbilder, .popup div.zimmer div.bilder{
	float:left;
	margin:0;
}

#tpl_zimmer div.zimmer div.text, .popup div.zimmer div.text{
	margin-left:210px;
	padding:10px 0 0 0;
	width:auto;
	min-height:125px;
	height:auto;
	background-color:#ededed;
}

.popup div.zimmer div.bilder li{
	margin-top:117px;
}

.popup div.zimmer div.text{
	width:auto;
}

.popup div.bilder .grossansicht{
	left:173px;
	border:none;
}

* html #tpl_zimmer div.zimmer div.text, * html .popup div.zimmer div.text{
	height:125px;
}

#tpl_zimmer div.zimmer div.text div.beschreibung, .popup div.zimmer div.text div.beschreibung{
	padding:0 20px 10px 20px;
}

#tpl_zimmer div.zimmer div.text span.titel, .popup div.zimmer div.text span.titel{
	display:block;
	color:#281E75;
	font-size:12px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:10px;
}

#tpl_zimmer div.zimmer div.buttons{
	margin-top:20px;
	height:20px;
}

#tpl_zimmer div.zimmer a.button{
	line-height:18px;
	margin:0 20px 0 0;
	width:78px;
	text-decoration:none;
	display:block;
	float:left;
	text-align:center;
	cursor:pointer;
	color:#fff;
}

#tpl_zimmer div.zimmer div.preise{
	position:relative;
	width:278px;
	margin-left:-1px;
	padding:25px 0 10px 20px;
}

#tpl_zimmer div.zimmer div.preise table{
	margin-top:12px;
	width:100%;
}

#tpl_zimmer div.zimmer div.preise th{
	font-weight:normal;
	background-color:#281E75;
	color:#FFF;
}

#tpl_zimmer div.zimmer div.preise th.first{
	border-left:none;
}

a.zimmername{
	font-weight:bold;
	text-decoration:none;
	color:#686868;
	white-space:nowrap;
}

#tpl_zimmer div.zimmer div.preise td.zeitraum{
	white-space:nowrap;
}

#tpl_zimmer div.zimmer div.preise td.zeitraum *{
	color:#FFF;
}

#tpl_zimmer div.zimmer div.preise th, #tpl_zimmer div.zimmer div.preise td{
	line-height:20px;
	padding-left:5px;
}

#tpl_preisliste div.text{
	margin-bottom:20px;
}

#tpl_preisliste table{
	width:100%;
}

#tpl_preisliste th{
	font-weight:normal;
	background-color:#281E75;
	color:#FFF;
}

#tpl_preisliste th.first{
	border-left:none;
}

#tpl_preisliste td, #tpl_preisliste th{
	padding:5px 10px;
	vertical-align:top;
}

#tpl_preisliste tr.even td{
	background-color:#ededed;
}

#footer_container{
	border:1px solid #c1c1c1;
	background-image:url(/bilder/design/bg_footer.gif);
	background-repeat:repeat-x;
	text-align:left;
	clear:both;
	height:122px;
}

#adresse{
	padding:0 15px;
	margin:15px 0;
	width:330px;
	float:left;
	height:92px;
}

#wetter{
	padding:0 15px;
	margin:15px 0;
	width:218px;
	height:92px;
	border-left:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
	float:left;
}

#wetter img{
	float:right;
	background-color:#fff;
	border:1px solid #c1c1c1;
}

#wetter p{
	font-size:14px;
	color:#281E75;	
	font-weight:bold;
	padding:5px 0;
}

#wetter a{
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:center;
	width:78px;
}

#allg_infos{
	padding:0 15px;
	margin:12px 0;
	float:right;
	width:320px;
}

#allg_infos h3, #wetter h3{
	margin-bottom:3px;
}

#allg_infos a{
	display:block;
	color:#686868;
	text-decoration:none;
	background-image:url(/bilder/design/pfeil_lila.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left:10px;
}

#allg_infos span{
	float:right;
	margin-top:68px;
}

#allg_infos span a{
	background-image:none;
	padding:0;
}

#logos{
	text-align:center;
	margin:40px 0 0 0;
}

#logos a{
	margin:0 10px;
}

#footer_links{
	text-align:right;
	padding:3px 18px 0 0;
}

#footer_links a{
	text-decoration:none;
	margin-left:10px;
}