.gallery-box .gallery-selection-box {
					border-bottom: 1px solid #dfdfdf;
					border-top: 1px solid #dfdfdf;
					margin: 10px 0;
					overflow: hidden;
					padding: 10px 0;
					position: relative;
					width: 500px;
				}

				.gallery-box .jcarousel {
					position: relative;
					overflow: hidden;
					width: 439px;
					height: 78px;
					float: left;
				}

				.gallery-box .jcarousel ul {
					width: 20000em;
					position: relative;
					list-style: none;
					margin: 0;
					padding: 0;
				}

				.gallery-box .jcarousel ul li {
					float: left;
					height: 78px;
					margin-right: 10px;
					margin-left: 0;
					width: 118px;
				}

				.gallery-box #gallery-selection img {
					height: 78px;
					width: 118px;
				}

				.gallery-carousel .left, .gallery-carousel .right {
					background: no-repeat center top;
					float: left;
					height: 78px;
					width: 25px;
				}
				
				.gallery-carousel .right {
					width: 26px;
				}
				
				.gallery-carousel .left {
					margin-right: 10px;
					background-image: url("/statimages/gallery-carousel-left.png");
				}

				.gallery-carousel .right {
					background-image: url("/statimages/gallery-carousel-right.png");
				}

				.gallery-carousel .left:hover {
					background-image: url("/statimages/gallery-carousel-left-over.png");
				}

				.gallery-carousel .right:hover {
					background-image: url("/statimages/gallery-carousel-right-over.png");
				}

.container{
			width: 100%;
			margin: 0 auto;
			margin-top: 15px;
		}

.tabs-panes { border: 2px solid #99211D; min-height: 550px;
}
		
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #ffffff;
}
ul.tabs li{
	background: none;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}
ul.tabs li.current{
//	background: #ededed;
	color: white;
	font-weight: bold;
}
.tab-content{
	display: none;
//	background: #ededed;
	padding: 15px;

}
.tab-content.current{
	display: inherit;
}

.tab-link {
	border-radius: 4px 4px 0 0;
    border: 1px solid #99211D;
    color: #999;
    border-bottom: none;
    font-weight: 600;
    font-size: 14px;
    background: #9D9796;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #fff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #fff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #fff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%,#f2f2f2 100%);
	
}

.tab-link:hover, .tab-link.current {
	    background-color: #99211D;
    color: #FFF;
    border-left: 1px solid #99211D;
    text-decoration: none !important;
}

div#KSWarten {
	display: none;
}
div#KSInfo {
	display: none;
}

.RBUeberschrift{
	width:100%;
	float: none;
	text-align:center;
	margin-bottom: 20px;
}
.RBBildcontainer{
	width:47.387%;
	float:left;
	margin-right:4%;
}
.RBBild{
		max-width:100%;
		height: auto;
		margin-top: 10px;
	}
.RBBild span{
	font-size:.6em;
}

h1{
	font-size:2.0em;
	font-weight: bold;
	line-height: 1em;
}
h2{
	font-size:1.5em;
	font-weight: bold;
	line-height:1em;
}

@media (max-width: 699px){
	.RBUeberschrift,.RBBildcontainer{
		width:100%;
		float: none;
	}
}
.RBBeschreibung {
	font-size:1.0em;
}

.RBLeistung{
	clear:both;
	margin-top:20px;
	font-size:1.0em;
	margin-bottom:20px;
}

.RBLeistung span{
	color:#000000 !important;
}

.buchung-tabelle-rahmen table{
	width:100%;
}
.kalender-seite-monat{
	width:33%;
}

@media (max-width: 499px){
	.RBUeberschrift{
		font-size:.7em;
	}
	.RBBeschreibung,.RBLeistung{
		font-size:1em;
	}
}

div#Bild2 {
	margin-top: 10px;
}
div#Bild3 {
	margin-top: 10px;
}

