@charset "utf-8";
/* CSS Document */

/* Reset */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* needed for loading screen */
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#loadbackground {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	background: rgba(0, 0, 0, .8);
	width: 100%;
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
	position: absolute;
	z-index: 50;
	display: none;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ### Site ### */

/* Background */
#passepartout {
	height: 100%;
	position: relative;
	display: block;
}

#supersize {
	top: 0px;
	left: 0;
	position: fixed;
	z-index: -1;
}

#supersize img,#supersize a {
	width: 100%;
	height: 100%;
	display: none;
}

#supersize .activeslide,#supersize .activeslide img {
	display: inline;
}
/* Gobal content */
body {
	font-family: 'Alike';
}

h3 {
	font-family: 'Alike';
	font-variant: small-caps;
	color: #fc6;
	font-size: 20px;
	display: inline;
	padding: 0 36px;
	background: url(../img/left.png) no-repeat right center scroll,
		url(../img/right.png) no-repeat left center scroll;
	line-height: 40px;
}

h4 {
	color: #fc6;
	font-size: 14px;
}

h5 {
	color: #fc6;
	font-size: 16px;
	font-family: 'Alike';
	font-variant: small-caps;
}

h8 {

	color: #fc6;
	font-size: 18px;
	font-family: 'Alike';
	font-variant: small-caps;
}

a,a:link {
	text-decoration: none;
	color: #fc6;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

#wrapper {
	margin: 5px auto;
	width: 980px;
}
/* Navigation */
#first_nav {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	width: 100%;
	top: 0;
	left: 0;
	overflow: visible;
	font-family: 'Alike';
	font-variant: small-caps;
	font-size: 18px;
	-o-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background: rgba(0, 0, 0, .8);
	padding: 6px;
	margin: 0 0 60px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.active {
	color: #FFF;
}

#first_nav ul.level_1 {
	list-style: none;
	margin: 0 auto;
	width: 980px;
	height: auto;
	overflow: auto;
}

#first_nav ul.level_1 li {
	float: left;
}

#first_nav ul.level_1 li span,#first_nav ul.level_1 li a {
	position: relative;
	display: block;
	height: 30px;
	padding: 3px 5px 0;
	margin: 5px 10px 0;
	color: #fc6;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	z-index: 2000;
}

#first_nav ul.level_1 li:hover span,#first_nav ul.level_1 li:hover a,#first_nav ul.level_1 li.active span
	{
	color: #FFF;
}

#first_nav ul.level_1 li ul.level_2 {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	list-style: none;
	margin: 0 0 0 -490px;
	padding: 10px 0 0 0;
	display: none;
	position: absolute;
	left: 50%;
	top: 45px;
	width: 990px;
	background: rgba(0, 0, 0, .9);
	z-index: 1000;
	border: 1px solid #333;
	-o-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
}

#first_nav ul.level_1 li:hover ul.level_2 {
	display: block;
}

#first_nav ul.level_1 li ul.level_2 li {
	float: left;
}

#first_nav ul.level_1 li ul.level_2 li.submenu {

}

#first_nav ul.level_1 li ul.level_2 li span,#first_nav ul.level_1 li ul.level_2 li a
	{
	font-size: 16px;
	color: #fc6;
	border: 0;
	padding: 0 20px 4px;
	background: transparent;
}

#first_nav ul.level_1 li ul.level_2 li.active span,#first_nav ul.level_1 li ul.level_2 li span:hover,#first_nav ul.level_1 li ul.level_2 li a:hover
	{
	color: #fff;
	border: 0;
}

#first_nav ul.level_1 li ul.level_2 li ul.level_3 {
	margin: 0 0 10px;
	width: 160px;
	height: auto;
	display: block;
	overflow: auto;
	z-index: 1000;
	position: static;
	float: none;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);
}

#first_nav ul.level_1 li ul.level_2 li ul.level_3 li {
	float: none;
}

#first_nav ul.level_1 li ul.level_2 li ul.level_3 li span,#first_nav ul.level_1 li ul.level_2 li ul.level_3 li a
	{
	font-size: 14px;
	color: #fc6;
	float: none;
}

#first_nav ul.level_1 li ul.level_2 li ul.level_3 li.active span,#first_nav ul.level_1 li ul.level_2 li ul.level_3 li span:hover,#first_nav ul.level_1 li ul.level_2 li ul.level_3 li a:hover
	{
	color: #fff;
}
/* Navigationspfad */
#bc_navi {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	background: rgba(0, 0, 0, .9);
	color: #fc6;
	overflow: auto;
	margin: 0 0 2px;
	line-height: 30px;
	font-family: 'Alike';
	font-variant: small-caps;
	font-size: 12px;
	width: 660px;
	-o-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#bc_navi a {
	padding: 0 10px;
	color: #fc6;
}

#bc_navi .active {
	padding: 0 10px;
}

#bc_navi a:hover {

}

text mandatory .mod_navigation {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	margin: 0 0 2px;
	padding: 10px 0;
	background: rgba(0, 0, 0, .8);
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-o-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
}

#right .mod_navigation {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	background: rgba(0, 0, 0, .9);
	-o-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 10px 0px;
	margin-bottom: 20px;
}

#right .mod_navigation:hover {

}

#right .mod_navigation ul.level_1 {
	list-style: none;
	margin: 0;
}

#right .mod_navigation ul.level_1 li {

}

#right .mod_navigation ul.level_1 li.submenu {

}

#right .mod_navigation ul.level_1 li a,#right .mod_navigation ul.level_1 li span
	{
	display: block;
	padding: 0 0 0 20px;
	height: 30px;
	line-height: 30px;
	color: #fc6;
	font-size: 16px;
}

#right .mod_navigation ul.level_1 li.active span,#right .mod_navigation ul.level_1 li span:hover
	{
	color: #FFF;
	border-top: 1px dotted #fc6;;
	border-bottom: 1px dotted #fc6;;
	background: black;
}

#right .mod_navigation ul.level_1 li a:hover {
	color: #FFF;
}

#right .mod_navigation ul.level_1 li ul.level_2 {

}

#right .mod_navigation ul.level_1 li ul.level_2 li {

}

#right .mod_navigation ul.level_1 li ul.level_2 li a,#right .mod_navigation ul.level_1 li ul.level_2 li span
	{
	display: block;
	padding: 0 0 0 30px;
	font-size: 15px;
}

#right .mod_navigation ul.level_1 li ul.level_2 li.active span,#right .mod_navigation ul.level_1 li ul.level_2 li a:hover,#right .mod_navigation ul.level_1 li ul.level_2 li span:hover
	{

}
/* Artikel */
#right .mod_article {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	margin-top: 20px;
	color: #fff !important;
	font: 14px Alike, Serif;
	bottom: 5px;
	-moz-box-shadow: 0 0 20px black;
	-o-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background: rgba(0, 0, 0, .9);
	padding: 10px;
	width: 230px;
	border: none;
	text-decoration: none;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-bottom: 20px;
}

#footer .mod_article {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	color: #fff !important;
	font: 14px Alike, Serif;
	bottom: 5px;
	-moz-box-shadow: 0 0 20px black;
	-o-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background: rgba(0, 0, 0, .8);
	padding: 10px;
	width: 960px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

.mod_article {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	color: #fff !important;
	font: 14px Alike, Serif;
	bottom: 5px;
	-moz-box-shadow: 0 0 20px black;
	-o-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background: rgba(0, 0, 0, .8);
	padding: 10px;
	width: 640px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

.ce_text {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #fc6;
	font-family: Verdana, Geneva, sans-serif !important;
}

.image_container img {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #333333;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 10px #000;
	display: inline-block;
	padding: 3px;
	text-align: center;
}
/* Rechte Seite */
#logo {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	background: rgba(0, 0, 0, .85);
	-o-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	width: 250px;
	height: auto;
	margin-bottom: 20px;
	padding: 15px 0px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#logo img {
	padding-left: 16px;
}

#right .date {
	color: #fff;
	font-size: 14px;
}

#ctrl_email_36 {
	margin: 10px 0px;
	width: 200px;
}

#right .submit {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	PADDING: 5px;
	color: #fc6;
	border-style: double;
	border-color: #a5b9c7;
	border-width: medium;
	background: rgba(0, 0, 0, .9);
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#right .submit:hover {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	PADDING: 5px;
	color: #fc6;
	border-style: double;
	border-color: #a5b9c7;
	border-width: medium;
	background: rgba(0, 0, 0, .9);
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-o-box-shadow: 0 0 5px #fc6;
	-moz-box-shadow: 0 0 5px #fc6;
	-webkit-box-shadow: 0 0 5px #fc6;
	box-shadow: 0 0 5px #fc6;
}

.error {
	font-size: 12px;
	color: #C00;
	padding: 5px;
}

/* Footer */
#footer img {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #333333;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 10px #000;
	display: inline-block;
	padding: 3px;
	text-align: center;
}

.ce_noobSlide_container {
	margin-top: 15px;
}

#footer {
	float: left;
	margin-top: 60px;
}

.fbox,.box1,.box2 {
	float: left;
	margin-left: 35px;
	margin-right: 35px;
}

#social {
	margin: 15px 0px;
}

.facebook {
	margin-right: 15 px;
}

/* Event Home */
.name {
	color: #fc6;
	text-decoration: underline;
	margin-bottom: 2px;
}

.date {
	float: left;
	margin-right: 10px;
}

.book {
	float: none;
	margin-bottom: 10px;
	font-size: 14px;
}

.floatreset {
	float: none !important;
}
/* Kalender */
#calendarTable {
	color: #0000 !important;
}
/* Buchungsfader */
#loading {
	position: absolute;
	width: 300px;
	left: 50%;
	top: 250px;
	margin-left: -150px;
	height: 200px;
	background-color: #ffffff;
	border: 5px solid #d1d1d1;
	z-index: 91;
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	/* IE8 */
	filter: alpha(Opacity = 90); /*IE7 und kleiner*/
	opacity: .8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}

div.loadtext p {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	margin: 5px;
	text-align: left;
	background: rgba(0, 0, 0, .5);
	padding: 10px;
}

table.calendar {
	float: left;
	background-color: #ffffff;
}

td.highlighted {
	background-color: #ff0000;
}

#calendar {
	margin-bottom: 10px;
}

#calendarTable,#calendarTable2 {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	color: #cccccc;
	background: rgba(0, 0, 0, .5);
	border: 1px dotted #fc6;
	margin: 5px;
}

.dayHead {
	color: #fc6;
	padding: 5px;
}

.day {
	padding: 0px 5px;
}

/* Arragement Right */
#arrangementen-right li {
	font-family: Verdana;
	font-size: 12px;
	padding-top: 10px;
}

#arrangementen-right ul {
	list-style-type: disc;
}

.col_0,.col_1,.col_2,.col_3,.col_4,.col_5,.head_0 {
	padding-right: 20px;
	padding-bottom: 8px;
}

.head_0,.head_1,.head_2,.head_3,.head_4,.head_5,.head_6 {
	color: #fc6;
}
/* Online reseveren */
#onlineB {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-o-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background: rgba(0, 0, 0, .9);
	margin-bottom: 20px;
	padding: 20px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.koffer {
	margin-right: 10px;
	vertical-align: middle;
}
/* Online Busreiszen */
.onlineL {
	font-variant: small-caps;
	font-size: 16px;
}

#onlineR {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-o-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background: rgba(0, 0, 0, .9);
	margin-bottom: 20px;
	padding: 18px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#onlineC {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-o-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background: rgba(0, 0, 0, .9);
	margin-bottom: 20px;
	padding: 18px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.bus {
	margin-right: 10px;
	vertical-align: middle;
}

#onlineP {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-o-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background: rgba(0, 0, 0, .9);
	margin-bottom: 20px;
	padding: 18px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.pros {
	margin-right: 10px;
	vertical-align: middle;
}

.calc {
	margin-right: 14px;
	margin-left: 6px;
	vertical-align: middle;
}
/* Events */
.events {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-o-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background: rgba(0, 0, 0, .9);
	margin-bottom: 20px;
	padding: 20px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
/* Newsletter AN */
#newsan {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-o-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background: rgba(0, 0, 0, .9);
	margin-bottom: 20px;
	padding: 20px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

td {
	vertical-align: middle;
}

#ctrl_120 span,#ctrl_119 span,#ctrl_115 span {
	display: block;
}

.red {
	padding: 10px;
	color: #F00000;
	font-size: 14px;
	font-family: Verdana;
	border: #900 solid 1px;
}

#ctrl_83,.submit,.inputbutton,#open1,#open2,#open3,#open4,#next,#inclusive,#packages,#selectbutton,button {
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	PADDING: 5px;
	color: #fc6;
	border-style: double;
	border-color: #a5b9c7;
	border-width: medium;
	background: rgba(0, 0, 0, .9);
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#ctrl_83:hover,.submit:hover,.inputbutton:hover,#open1:hover,#open2:hover,#open3:hover,#open4:hover,#next:hover,#inclusive:hover,#packages:hover,#selectbutton:hover,button
	{
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	PADDING: 5px;
	color: #fc6;
	border-style: double;
	border-color: #a5b9c7;
	border-width: medium;
	background: rgba(0, 0, 0, .9);
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-o-box-shadow: 0 0 5px #fc6;
	-moz-box-shadow: 0 0 5px #fc6;
	-webkit-box-shadow: 0 0 5px #fc6;
	box-shadow: 0 0 5px #fc6;
}

td {
	padding: 5px;
}

#arrangementSelect,#yearSelect,#monthSelect,.agblink,#agb {
	margin-bottom: 10px;
}

#tl_guestbook,#ctrl_gbmessage {
	width: 580px;
}

#tl_guestbook .gb-widget {
	padding: 10px;
}

#tl_guestbook label {
	width: 100px;
	float: left;
}

#gastenboek-main .author_gravatar {
	white-space: nowrap;
}

.gb-entry {
	padding: 10px;
	border: 1px #fc6 dotted;
	margin: 10px 0px;
	width: 608px;
}

#tl_guestbook fieldset {
	border: 1px #fc6 dotted;
}

fieldset {
	border: 1px dotted #fc6;
}

.room1 {
	width: 500px;
}

.tenner {
	border-bottom: 1px dotted #fc6;
}

table.foo {
	padding: 5px;
	border-spacing: 5px;
}

table.foo td {
	width: 45%;
	padding: 7px;
	vertical-align: top;
	font-size: 0.9em;
}

table.foo td div {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.foo td p {

}

table.foo td h3 {
	font-weight: bold;
}

table.foo div.price {
	font-weight: bold;
	float: left;
}

table.foo div.avail {
	font-weight: bold;
	float: left;
}

table.foo div.button_inc {
	float: left;
}

table.foo div.button_sel {
	float: left;
}

/**
 * added by jean
 */
.slides_container {
	width: 460px;
	display: none;
	height: 300px;
}

.slides_container div {
	width: 460px;
	height: 300px;
	display: block;
}

.slides_container div img {
	width: 430px;
	height: 270px;
	magrin:5px;

	background: none repeat scroll 0 0 transparent;
	border: 1px solid #333333;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 10px #000;
	display: inline-block;
	padding: 3px;
	text-align: center;

}

.imagepre img {
	width: 100px;
}

#payment td {
	vertical-align: top;
	padding: 3px;
}

#payment td.col1 {
	width: 160px;
	text-align: right;
}

#payment td.col2 {

}

#payment td.col2 .four {
	width: 45px;
	margin-right: 4px;
}

#payment td.col2 input,#payment td.col2 textarea,#payment td.col2 select
	{
	width: 203px;
}

#payment label {
	font-size: 0.9em;
	padding: 3px;
}

.hideable {
	display: none;
}
.roomfloat{
	float: left;
	width: 455px;
	padding:5px;
}

.loadingdialog{
	margin: 0 auto;
	text-align: center;
	width: 300px;
}

.marginslide{
	height:5px;
	}

.roomsep{
	width: 100%;
	height: 60px;
	border-top:1px  dotted #fc6;

	}
td.highlighted{
	background-color: #096;
}
#roomlist ul li{
	list-style-type: square;
	margin-left: 20px;
	padding: 3px;
}
#roomlist p{
	margin-top: 5px;
	margin-bottom: 5px;
}
.log {
	margin-left:35px;
	margin-top: 10px;
}
#ctrl_gbcaptcha {
	width:20px;
	margin-left:20px;
	}

.b_availFormInner {
	background-color: #000000 !important;
	margin:20px !important;
}

#b_availSubmit {
	background-color: rgb(0, 0, 0) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" !important;
	PADDING: 5px !important;
	color: #fc6 !important;
	border-style: double !important;
	border-color: #a5b9c7 !important;
	border-width: medium !important;
	background: rgba(0, 0, 0, .9) !important;
	font-size: 12px !important;
	font-weight: bold !important;
	-webkit-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
}

ui-widget-header {
    height: 50px !important;
}

/** appartementen-main **/
#main .mod_article {
    background: none transparent !important;
    border: 0 none !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    font: 14px Alike, Serif;
    padding: 0 !important;
    text-decoration: none;
    width: auto !important;
}

/** appartementen-main **/
#main .mod_article .ce_text {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    /*box-shadow: none !important;*/
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

#main .mod_article .ce_table {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    /*box-shadow: none !important;*/
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

#f11 fieldset {
    border: 0 none !important;
}
#f11 select{
    width: 204px !important;
}

#main .mod_article .mod_guestbookform {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    /*box-shadow: none !important;*/
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

#main .mod_article .mod_routenplaner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    /*box-shadow: none !important;*/
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

#main .mod_article .mod_dlh_googlemaps {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    /*box-shadow: none !important;*/
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

#main .mod_article .mod_gallerylist {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    /*box-shadow: none !important;*/
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

#main .mod_article .mod_gallerylist   .layout_default {
    float: left;
}

#main .mod_article .mod_galleryviewer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    /*box-shadow: none !important;*/
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

#main .mod_article #browser {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    /*box-shadow: none !important;*/
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

#main .mod_article #form {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    /*box-shadow: none !important;*/
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

#paymentform {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    /*box-shadow: none !important;*/
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

#main .mod_article .mod_galleryviewer   .layout_default {
    float: left;
}

#main .mod_article .ce_text p {
}

/** appartementen-main **/
#main .mod_article .ce_gallery {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

#main .mod_article  .ce_videobox {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

#main .mod_article  .ce_form {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

#main .mod_article  .ce_image {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

#main .mod_article #webcam {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}
 #main #reservieren {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

  #main #reservieren .ce_text {
      width: 98% !important;
  }

#main .mod_article .ce_form select, input, textarea {
    background: #ffffff;
    color: #000000;
}

#main .mod_article {
    width: auto !important;
}

#main .block {
    overflow: visible !important;
}

#main .ce_text {
    overflow: hidden !important;
}

#main .gb-entry{
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

#main .ce_download{
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

#main .ce_downloads{
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}


    #main .ce_user{
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}
#wbe-payment{
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}
#api-test-login{
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

/*#kunden form{*/
  /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;*/
    /*border: 1px solid #333333 !important;*/
    /*box-shadow: 0 0 10px black;*/
    /*color: #FFFFFF !important;*/
    /*font: 14px Alike, Serif !important;*/
    /*padding: 10px !important;*/
    /*text-decoration: none !important;*/
    /*width: 640px !important;*/
    /*margin-bottom: 25px !important;*/
    /*margin-top: 25px !important;*/
    /*-webkit-border-radius: 7px;*/
    /*-moz-border-radius: 7px;*/
    /*border-radius: 7px;*/
    /*overflow: hidden;*/
/*}*/

.wb{
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    width: 640px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.mod_subscribe {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #333333 !important;
    box-shadow: 0 0 10px black;
    color: #FFFFFF !important;
    font: 14px Alike, Serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}
.hide{
    display: none;
}
#gaeste_ueber_uns{
    height: 140px;
}
.height_auto{
    height: auto !important;
}