html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* STYLESHEET */
body{
	margin:0;
	padding:0;
	background-color:#f1dea7;
}
body, textarea, input, select{
	color:#555;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#555;
}

img{
	margin:0;
	border:0;
}
h1{
	width:540px;
	margin:0;
	margin-bottom:28px;
	padding:0;
	color:#a6be3d;
	font-size:26px;
	height:30px;
	font-weight:normal;
}
h2{
	color:#a6be3d;
	font-size:14px;
	margin-bottom:5px;
}
a{
	color:#555;
	text-decoration:underline;
}
a:hover{
	color:#a6be3d;
}
p{
	margin:0;
	padding:0;
}
input[type=text], textarea, select{
	border:1px solid #ddd;*/
}
.hrule{
	width:auto;
	margin:0px 0;
	height:25px;
	background:url('/bilder/design/hr.gif') no-repeat center;
}
/* COMMON CLASSES */
.clear{
	visibility:hidden;
	clear:both;
}
.fat{
	font-weight:bold;
}
.error{
	color:#a6143d;
}
a.arrowed, span.arrowed{
	text-decoration:none;
	padding-left:12px;
	background-image:url('/bilder/design/list_arrow_sprite.gif');
	background-repeat:no-repeat;
	background-position:left -8px;
}
a.arrowed:hover{
	color:#555 !important;
	background-position:left 5px;
}
ul.arrowed{
	padding:0;
	padding-left:15px;
	list-style-type:none;
}
ul.arrowed li{
	padding-left:12px;
	background-image:url('/bilder/design/list_arrow_sprite.gif');
	background-repeat:no-repeat;
	background-position:left -6px;
}
ul.arrowed li:hover{
	background-position:left 7px;
}
ul.list li,ul.list li:hover{
	background-image:url('/bilder/design/bg_list.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	border-top:1px solid #dedede;
	min-height:20px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:30px;
	width:420px;
}
/*
ul.list li:before{
	content:url('/bilder/design/list_arrow.gif');
	margin-right:8px;
}*/
textarea.readonly{
	background-color:#eee;
}
.content a:hover{
	color:#a6be3d;
}
input.button, input.colorbutton{
	background-repeat:no-repeat;
	background-position:8px 8px;
	border:none;
	font-size:11px;
	overflow:visible;
	padding:0 3px 1px 10px;
	text-align:right;
	cursor:pointer;
}
input.button{
	background-color:#fff;
	background-image:url('bilder/design/button_arrow.gif');
	padding:1px 4px 1px 18px;
	color:#555;
	height:19px;
}
input.colorbutton{
	background-color:#a6be3d;
	background-image:url('bilder/design/button_arrow_white.gif');
	padding:1px 4px 4px 18px;
	color:#fff;
	height:20px;
}
a.colorbutton, a.colorbutton:hover{
	background-color:#a6be3d;
	background-image:url('bilder/design/button_arrow_white.gif');
	background-repeat:no-repeat;
	background-position:8px;
	color:#fff;
	padding:5px 15px 5px 23px;
	text-decoration:none;
}
/* LAYOUT */
#site{
	width:930px;
	height:925px;
	margin:auto;
	margin-top:25px;
}
#header{
	margin:0 5px;
}
#header{
	height:245px;
	background-repeat:no-repeat;
	background-position:right;
}
#header img{
	display:block;
	float:left;
}
/* SCHNELLBUCHUNG */
#quickbox *{
	color:#fff;
	font-family:Verdana;
}
#quickbox{
	height:72px;
	border:5px solid #f8f8f3;
	background-color:#a6be3d;
}
#quickbox #IMGb20{
	float:left;
}
#quickbox strong{
	display:block;
	margin:6px 0 2px 0;
}
#quickbox input{
	color:#555;
}
#quickbox .booking{
	height:36px;
	margin:0;
	padding:0;
	padding-right:24px;
	font-size:10px;
	float:left;
	position:relative;
}
#startDay, #startMonth, #startYear, #endDay, #endMonth, #endYear, #anf_startDay, #anf_startMonth, #anf_startYear, #anf_endDay, #anf_endMonth, #anf_endYear{
	width:16px;
	margin:0;
	margin-right:1px;
	border:0;
	border:2px solid #fff;
	float:left;
	background-color:#fff;
	text-align:center;
	line-height:normal;
	color:#555;
	font-size:11px;
}
#startYear, #endYear, #anf_startYear, #anf_endYear{
	width:30px;
}
/* CONTENT */
#content_container{
	margin-bottom:-40px;
	background-image:url('/bilder/design/bg_content.jpg');
	background-repeat:repeat-x;
	background-color:#f8f8f3;
	margin:0 5px;
	width:920px;
}
#toolbox{
	width:294px; /*291+1(gerade zahl)+2*1(border)*/
	float:right;
	position:relative;
	top:-41px;
	right:14px;
	z-index:2;
}
#toolbox .detaillink{
	position:relative;
	top:5px;
}
.menubox{
	border:1px solid #dedede;
	background-image:url('/bilder/design/bg_navigation.jpg');
	background-color:#f2f1ea;
}
.menubox + .menubox{
	margin-top:11px;
}
	#languages{
		display:none;
		margin:0;
		padding:0;
		list-style-type:none;
		list-style-image:none;
		font-size:10px;
		text-align:center;
		position:relative;
		float:right;
	}
	#languages li{
		width:21px;
		height:19px;
		margin:0;
		padding:0;
		padding-top:1px;
		background:#f0c844;
		float:left;
	}
	#languages li + li{
		margin-left:1px;
	}
	#languages a{
		color:#fff;
		text-decoration:none;
	}
	#languages a:hover{
		color:#fff;
	}
	#languages a.active{
		font-weight:bold;
	}
/* MENUBOX */
#menu{
	margin:0;
	margin-left:27px;
	margin-top:41px;
	padding:0;
}
#menu a:hover{
	color:#555;
}
#menu>li{
	margin:0;
	padding:0;
	background:none;
}
#menu *{
	text-decoration:none;
}
h3{
	margin:0;
	margin-bottom:10px;
	padding:0;
	font-size:18px;
	color:#a6be3d;
	clear:left;
	font-weight:normal;
}
#menu>li>ul{
	margin:0;
	padding:0;
	margin-bottom:20px;
	float:left;
}
#menu>li>ul>li{
	margin:0;
	display:block;
	width:110px;
	height:20px;
	float:left;
}
#menu>li>ul>li.active{
	font-weight:bold;
}
/* WETTER */
#weather{
	padding:24px 27px;
	position:relative;
}
	#weather img{
		position:absolute;
		top:35px;
		right:45px;
	}
	#weather .big{
		margin:3px 0 5px;
		font-size:17px;
	}
	#weatherlink{
		display:block
	}
/* GALLERYBOX */
#gallerybox{
	height:73px;
	padding:24px 27px;
	position:relative;
}
#gallerybox p{
	width:130px;
}
#gallerybox img{
	position:absolute;
	top:8px;
	right:50px;
}
/* OTHER BOXES */
#nowos{
	display:none;
	height:250px;
}
/* INHALT */
.content{
	padding:53px 330px 50px 44px;
}
ul.plusinfo{
	padding:0;
	padding-top:10px;
	padding-left:15px;
	list-style-type:none;
}
ul.plusinfo li{
	padding-left:12px;
	background-color:#f8f8f3;
	background-image:url('/bilder/design/list_arrow_sprite.gif');
	background-repeat:no-repeat;
	background-position:left -6px;
}
ul.plusinfo li a{
	text-decoration:none;
}
ul.plusinfo li:hover{
	background-position:left 7px;
}
ul.plusinfo li a:hover{
	color:#555;
}
#bottom_shadow{
	height:50px;
	margin:0 5px;
	background-image:url('/bilder/design/bg_content_swap.jpg');
	background-repeat:repeat-x;
	background-color:#f8f8f3;
}
#infobox{
	height:72px;
	border:5px solid #f8f8f3;
	background-color:#a6be3d;
}
#infobox img, #infobox div{
	float:left;
}
#infobox div{
	margin-top:12px;
	color:#fff;
}
#infobox strong, #infobox a{
	color:#fff;	
}
#infobox div#name{
	margin-left:24px;
	width:252px;
}
#infobox div#contact{
	width:216px;
}
#footer{
	text-align:center;
	margin-top:15px;
}
#footer img{
	margin:30px;
}
/* BILDER IN DEFAULT */
div.bilder{
	float:right;
	width:230px;
	position:relative;
	margin-left:20px;
	margin-bottom:10px;
}
div.bilder ul{
	margin:0;
	padding:0;
}
div.bilder .grossansicht{
	position:absolute;
	z-index:2;
	top:7px;
	right:5px;
}
div.bilder li{
	margin-top:170px;
	margin-right:2px;
	padding:2px 8px 2px 8px;
	background:none;
	background-color:#edece3;
	display:block;
	float:left;
	color:#404040;
	text-decoration:none;
	cursor:pointer;
}
div.bilder li div{
	cursor:default;
}
div.bilder li:hover, div.bilder li.active{
	color:#f0c844;
}
div.bilder li div{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}
div.bilder li div{
	visibility:hidden;
}
div.bilder li:hover div, div.bilder li.active div{
	visibility:visible;
}
div.bilder li:hover div{
	z-index:2;
}
/* ANGEBOTE */
#specials{
	margin-left:45px;
	padding-top:24px;
	width:549px;	/* 546+3(margin) */
	height:77px;
}
#specials div.container{
	margin:auto;
}
#specials div.angebot{
	float:left;
	width:269px;
	height:75px;
	margin-right:3px;
	border:1px solid #dedede;
	background-image:url('/bilder/design/bg_specials.jpg');
	position:relative;
	overflow:hidden;
}
#specials img{
	float:left;
	margin-right:9px;
	position:relative;
	z-index:1;
}
#specials .overlink{
	background:#fff;
	display:block;
	width:269px;
	height:75px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
}
#specials h4{
	margin:5px 9px 0 9px;
	padding:0;
	color:#a6be3d;
}
#specials p{
	margin:0;
	margin:0 9px;
	padding:0;
}
/* GÄSTEBUCH */
#tpl_gaestebuch table td{
	vertical-align:top;
}
td.captcha img{
	margin-left:5px;
}
td.title{
	width:150px;
}
div.eintrag{
	width:477px;
	margin:25px 0;
}
p.date{
	float:right;
	font-weight:bold;
}
p.mail{
	width:25px;
	float:right;
}
p.mail img{
	margin-top:3px;
}
p.name{
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
p.msg{
	padding:2px 15px;
}
/* ANFRAGE */
#tpl_anfrage table {
	width:100%;
}
#tpl_anfrage table th{
	text-align:left;
	width:15%;
}
#tpl_anfrage table td{
	vertical-align:top;
	text-align:left;
	width:50%;
}
#tpl_anfrage table#infodata th{
	width:10%;
}
#tpl_anfrage div.rahmen{
	margin-bottom:15px;
	padding:10px;
	border:1px solid #ddd;
}
#tpl_anfrage #angebot_select{
	font-size:100%;
}
#tpl_anfrage td.dpicker input{
	background:#fff;
	border:1px solid #eee;
	padding:3px;
}
#tpl_anfrage td.dpicker img{
	border:1px solid #eee;
}
#tpl_anfrage #anfrage_zeitraum{
	margin-bottom:10px;
}
#tpl_anfrage #anfrage_zeitraum th{
	padding-bottom:8px;
}
#tpl_anfrage  table.persons{
	float:left;
	width:50%;
}
#tpl_anfrage  table.persons th{
	font-weight:normal;
	padding-top:5px;
	vertical-align:top;
	width:25%;
}
#tpl_anfrage .kinder{
	float:left;
	width:50%;
}
#tpl_anfrage .kinder p{
	margin:2px 0;
}
#tpl_anfrage .kinder input{
	vertical-align:middle;
}
#tpl_anfrage strong{
	display:block;
	margin-bottom:5px;
}
/* PREISE */
#diagramm{
	height:50px;
	margin-bottom:50px;
	width:auto;
	position:relative;
}
* html #diagramm{
	width:540px;
}
#monthline{
	position:relative;
}
.month{
	height:50px;
	text-align:center;
	float:left;
}
#timeline{
	position:absolute;
	top:20px;
	left:0px;
	width:100%;
}
.cell, .opfer{
	height:20px;
	float:left;
}
.cell{
	border-bottom:1px solid #bbb;
}
.opfer{
	background:transparent;
}
/* Preistabelle */
.one{background-color:#eee}
.two{background-color:#ddd}
.NS{	/* Nebensaison */
	background-color:#f7e690;
}
.ZS{	/* Zwischensaison */
	background-color:#f5cf47;
}
.HS{	/* Hauptsaison */
	background-color:#f4aa00;
}
.quader{
	width:15px;
	height:15px;
}
#tpl_preise table{
	width:400px;
	margin:auto;
	margin-bottom:50px;
}
#tpl_preise th, #tpl_preise td{
	width:33%;
	padding:5px;
	text-align:center;
}
#requestlink{
	margin-bottom:50px;
	text-align:center;
}
td#legende{
	text-align:left;
}
#legende div{
	margin-right:5px;
	float:left;
}
.menuvorschlag{
	margin:20px 0;
	text-align:center;
	font-weight:bold;
}
/* ANREISE */
#tpl_anreise form#route_planner{
	margin:15px 0;
}
	#saddr{
		height:16px;
	}
#map{
	height:280px;
	overflow:hidden;
	width:auto;
}
#route_planner, #route_print{
	display:none;
}
/* ANGEBOTE */
#monate a{
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(/bilder/design/button_arrow.gif);
	margin-right:15px;
	padding-left:12px;
	text-decoration:none;
}
.monat{
	color:#a6be3d;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:25px 0 15px 0;
	padding-bottom:2px;
	width:auto;
}
#tpl_angebote .objekt{
	background-image:url('/bilder/design/bg_angebote.jpg');
	background-repeat:repeat-x;
	border-top:1px solid #ccc;
	padding:10px 16px 14px 13px;
	position:relative;
	width:auto;
}
	#tpl_angebote td{
		vertical-align:top;
	}
	#tpl_angebote img{
		margin:10px 20px 14px 14px;
	}
	#tpl_angebote .obj_content{
		margin:14px 16px 44px 0;
	}
	#tpl_angebote h4{
		color:#a6be3d;
		font-weight:bold;
	}
	#tpl_angebote .period{
		margin-bottom:5px;
	}
	#tpl_angebote .details{
		display:none;
		float:right;
		position:relative;
		z-index:2;
	}
	#tpl_angebote  .text{
		
	}
	#tpl_angebote .short{
		display:none;
	}
	#tpl_angebote .buttons{
		margin-top:25px;
		text-align:right;
	}
	#tpl_angebote .preise{
		margin-top:25px;
	}
	#tpl_angebote .show_preise{
		display:none;
	}
/* BILDERGALERIE */
.gallery{
	width:auto;
}
#tpl_gallery #kategoriewahl, #tpl_gallery .text{
	margin-bottom:30px;
}
#tpl_gallery #kategoriewahl select{
	font-size:11px;
	vertical-align:middle;
}
.gallery .col1, .gallery .col2, .gallery .col3{
	padding-right:5px;
}
.gallery .col4{
	padding-right:0;
}
.gallery td{
	height:130px;
	text-align:center;
	padding-bottom:5px;
	vertical-align:middle;
}
.gallery td img{
	margin:0;
}
#pagination{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
#pagination a{
	text-decoration:none;
	padding:2px 5px;
	border:1px solid #f0c844;
	margin:0 5px;
}
#pagination a.aktiv{
	background-color:#f0c844;
	color:#fff;
}










