ol,ul
{
	margin-left: 20px;
}

ul li
{
	list-style-type: circle;
}
ol li
{
	list-style-type: decimal;
}

.level_1 li
{
	list-style-type: none;
}



body
{
	font-size: 14px;
}

a:hover,
a:focus
{
	text-decoration: underline;
}


#wrapper
{
	width: 960px;
	margin: auto auto;
}

#header
{
	background: #EFEFEF;
	background: rgba(255,255,255,0.3);
	padding: 0 10px 10px 10px;
	margin: 0;
	overflow: visible;
}
#header .inside
{
	height: 180px;
	overflow: visible;
}



#main,#right
{
	background-color: #EFEFEF;
	background-color: rgba(255,255,255,0.3);
	padding: 0 10px 10px 10px;
	margin: 0;
}

#main .inside,#right .inside
{
	background: #ffffff;
	background: rgba(255,255,255,0.9);
	border: 10px #cc0000;
	padding: 10px;
	overflow: visible;
}
#right .inside
{
	padding: 0 10px;
}
#main
{
	width: 620px;
}
#right
{
	float: left;
}

.title
{
	margin-top: 0;
}

.haftungsaussschluss
{
	font-size: 8px;
}

/*////////// Footer //////////*/
#footer
{
	margin: 0 0 20px 0;
	padding: 10px;
	font-size: 12px;
}
#footer .inside
{
	padding: 0;
}
#footer a
{
	color: #000;
}

/*////////// Belegung /////////*/
.mod_bookingcal
{
	font-size: 11px;
}
.mod_bookingcal td.month
{
    text-align: left;
    padding: 2px 3px;
   
}
.mod_bookingcal table
{
    border-spacing: 1px;
    border-collapse: separate;
}

.mod_bookingcal .day
{
    padding: 2px 3px;
    width: 10px;
    text-align: center;

}

.bookingcal_year .free,
.legend .free
{
	background: #6DE326;
}
.bookingcal_year .full,
.legend .full
{
	background: #FF2C2C;

}
.bookingcal_year .change,
.legend .change
{
	background: #FFB900;
}
.legend .change
{
	background: #FFB900;
}

/* Belegung */
.legend
{
	width: 100%;
	position: relative;
	clear: both;
	margin-bottom: 20px;
	display: block;
	overflow: auto;
}
.legend span
{
	width: 32%;
	display: block;
	float: left;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #7E5E3F;
}

.legend .free
{

}

/*///////// Nav ////////////*/
.mainNav
{
	left: 330px;
	position: absolute;
}
.mainNav ul li
{
	float: left;
}
.mainNav ul li a,
.mainNav ul li span
{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 0 1px;
	background: #ffffff;
	background: rgba(255,255,255,0.8);
}
.mainNav ul li a:hover,
.mainNav ul li a:focus
{
	padding-top: 7px;
}
.mainNav ul li a:active
{
	padding-top: 8px;
}
.mainNav ul li span
{
	padding-top: 17px;
}

/*///////// Gallery Bilder ////////*/
.ce_gallery
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.ce_gallery a
{
	display: block;
	margin: 5px;
}
.ce_gallery a img,
.ce_gallery a:focus img,
.ce_gallery #slide-left,
.ce_gallery #slide-right
{
	opacity: 0.8;
	z-index: 30;
}
.ce_gallery a:hover img,
.ce_gallery a:focus img,
.ce_gallery #slide-left:hover,
.ce_gallery #slide-right:hover
{
	opacity: 1;
}

.ce_gallery .slideritems
{
	width: 280px;
	height: 240px;
	overflow: auto;
	overflow: hidden;
	margin: 0 auto;
}
.ce_gallery #slider-list
{
	width:20000px;
	margin:0;
	padding:0;
}
.ce_gallery #slider-list .block
{
	list-style:none;
	margin:0;
	float:left;
	width:280px;
	height:240px;
	display:block;
	position: relative;
	z-index: 10;
}
.ce_gallery .block_nr
{
	display: none;
	width: 280px;
	position: absolute;
	font-size: 240px;
	line-height: 240px;
	text-align: center;
	z-index: 20;
	color: #AFAFAF;
}

.ce_gallery .slider-arrows-box
{
	position: relative;
	clear: both;
	overflow: auto;
}
.ce_gallery .slider-arrows
{
	display:block;
	cursor:pointer;
	float: left;
	margin: 0;
}
.ce_gallery #slide-left,
.ce_gallery #slide-right
{
	padding: 8px 5px;
	width: 120px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	font-weight: bold;
}
.ce_gallery #slide-left
{
	margin-right: 10px;
	background-image: url(images/arrow_left.png);
	text-align: right;
	margin-left: 5px;
}
.ce_gallery #slide-right
{
	background-image: url(images/arrow_right.png);
	background-position: right;
	margin-right: 5px;
}
.ce_gallery #slide-left:hover,
.ce_gallery #slide-right:hover
{
	text-decoration: none;
}
.ce_gallery .image_container
{
	display: inline;
	position: relative;
	float: left;
	z-index: 30;
}

/*///////// Sitemap ////////*/
.mod_sitemap ul li
{
	list-style-type: circle;
	margin-left: 30px;
	padding: 5px;
}
.mod_sitemap ul li a
{
	padding: 5px;
}

/*//////// Anfrage Button / Partnerlinks ///////*/
#anfrage_res
{
	overflow: visible;
}
#anfrage_res ul
{
	margin: 0;
}
#anfrage_res li a,
#anfrage_res li span,
.partnerlinks a
{
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 15px 10px 60px;
	margin: 0 -10px;
	opacity: 0.8;
	background:  url(images/calendar.png) no-repeat 20px;
}

#anfrage_res li a:hover,
#anfrage_res li a:focus,
.partnerlinks a:hover,
.partnerlinks a:focus
{
	text-decoration: none;
	opacity: 1;
}
#anfrage_res li a:active
{
	opacity: 0.8;
}
#anfrage_res li span
{
	background:  url(images/arrow_left.png) no-repeat 20px
}

.partnerlinks a
{
	background: none;
	margin: 1px 0 0 0;
	padding: 10px 15px;
}
.partnerlinks
{
	padding: 0 0 10px 0;
	margin: 0;
}

/*/////// Anfrage Formular ///////*/
#reservierung-anfrage form
{
	padding: 0 10px;
	width: 470px;
	margin-left: 40px;
	position: relative;
}
#reservierung-anfrage fieldset
{
	margin: 20px 0;
	position: relative;
}
#reservierung-anfrage fieldset:last-of-type
{
	margin: 0;
	border: 0;
}
#reservierung-anfrage fieldset legend
{
	font-size: 18px;
	color: #000;
	margin-left: -10px;
	margin-bottom: 4px;
	display: block;
	position: relative;
}
#reservierung-anfrage label
{
	width: 200px;
	float: left;
	padding: 3px 0;
}
#reservierung-anfrage label.mandatory,
#reservierung-anfrage .captcha_text
{
	font-weight: bold;
}

#reservierung-anfrage input,
#reservierung-anfrage textarea
{
	padding: 3px 5px;
	width: 220px;
	border-top: 1px #464646 solid;
	border-left: 1px #464646 solid;
	border-right: 1px #d0d0d0 solid;
	border-bottom: 1px #d0d0d0 solid;
	background: transparent;
}
#reservierung-anfrage input:hover,
#reservierung-anfrage input:focus,
#reservierung-anfrage textarea:hover,
#reservierung-anfrage textarea:focus
{
	background: #fff;
}
#reservierung-anfrage textarea
{
	width: 420px;
}
#reservierung-anfrage .row
{
	padding: 10px 3px;
	margin: 3px 0 3px 10px;
	border-width: 0 1px 1px 0;
	border-color: #d0d0d0;
	border-style: solid;
	position: relative;
	overflow: auto;
}
#reservierung-anfrage .explanation p
{
	background: url(images/info.png) no-repeat left;
	margin-left: 10px;
	font-size: 12px;
	padding: 4px 0;
	padding-left: 20px;
}
#reservierung-anfrage p.error
{
	background: url(images/error.png) no-repeat left;
	margin: 3px 0 0 0;
	padding: 4px 0;
	padding-left: 20px;
	float: left;
	color: #cc0000;
	display: block;	
}
#reservierung-anfrage .captcha
{
	width: 50px;
}

#reservierung-anfrage .submit
{
	border-bottom: 1px #464646 solid;
	border-right: 1px #464646 solid;
	border-left: 1px #d0d0d0 solid;
	border-top: 1px #d0d0d0 solid;
}
#reservierung-anfrage .submit:active
{
	border-top: 1px #464646 solid;
	border-left: 1px #464646 solid;
	border-right: 1px #d0d0d0 solid;
	border-bottom: 1px #d0d0d0 solid;
}

/*///////// mb, Mediabox ///////*/
#mbNextLink
{
	background: url(images/mb_next.gif);
	width: 50px;
}
#mbPrevLink
{
	background: url(images/mb_prev.gif);
	width: 50px;
}

#mbCloseLink
{
	background: url(images/mb_close.gif);
	width: 70px;
}

/*/////////// Zimmerliste ///////////*/
.zimmerliste ul li
{
	list-style-type: circle;
	margin: 0 0 0 20px;
}



