@CHARSET "ISO-8859-1";

body,
html {
	min-height: 101%;
	/*Scrollbar immer anzeigen*/
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a,
img {
	text-decoration: none;
	border: none;
}

#logo {
	width: 210px;
	height: 55px;
	float: right;
	border: none;
	margin-right: 20px;
	margin-bottom: 10px;
}

#outer-frame {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

#menu {
	height: 17px;
	background-color: #787878;
	padding-top: 2px;
	padding-left: 10px;
	text-align: left;
	clear: both;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 17px;
}

#menu ul li {
	float: left;
	margin-right: 17px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline;
	height: 17px;
}

.menu {
	color: #FFFFFF;
}

.menu:hover,
.menu-on {
	color: #FFDD44;
}

#image-line {
	clear: both;
	height: 250px;
	background-color: #F5F5F0;
	margin: 0px;
	overflow: hidden;
}

#picture {
	float: left;
	width: 530px;
	height: 250px;
	overflow: hidden;
}

#news {
	float: left;
	width: 352px;
	text-align: left;
	height: 250px;
	overflow: hidden;
}

#news p {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 2px;
	line-height: 17px;
}

.graysmall {
	font-size: 10px;
	color: #999999;
	line-height: 13px;
}

#news p a {
	color: #666666;
}

#content {
	line-height: 18px;
	text-align: justify;
	background-color: #F9F9F4;
	background-image: url(/img/content_back.png);
	background-repeat: repeat-y;
}

#content-left {
	margin-right: 10px;
	line-height: 18px;
	text-align: justify;
	width: 510px;
	float: left;
}

#content-left h3 {
	padding-top: 12px;
	padding-bottom: 6px;
	font-size: 13px;
	margin: 0px;
}

#content-left p {
	margin: 0px;
	margin-bottom: 16px;
}

#content-right {
	margin: 0px;
	padding: 0px;
	width: 370px;
	float: left;
	text-align: left;
}

#content-right h3 {
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 6px;
	margin: 0px;
}

#content-right a.intern {
	display: block;
	background-color: #D5D5D0;
	padding-left: 3px;
	margin-right: 20px;
	color: #333333;
}

#content-right a.logout {
	display: block;
	background-color: #EE0000;
	padding-left: 3px;
	margin-right: 20px;
	color: #FFFFFF;
}

.inner {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.clear {
	clear: both;
	height: 1px;
	background-color: #FFFFFF;
}

.flash-error {
	background-color: #DD0000;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.flash-correct {
	background-color: #33CC99;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.flash-warning {
	background-color: #FFCC00;
	color: #000000;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.error-message {
	color: #DD0000;
}

#bottom {
	color: #AAAAAA;
	margin-top: 8px;
	margin-left: 5px;
}

.banner {
	background-color: #F5F5F0;
	padding: 10px;
	height: 42px;
	text-align: center;
}

.banner a {
	width: 110px;
	height: 40px;
	margin-left: 8px;
	margin-right: 8px;
}

.banner a img {
	width: 110px;
	height: 40px;
}

/*
 * Schaufenster/Accordion
 */
div#accordion {
	margin: 0px;
	padding: 0px;
}

div#accordion div.collapse {
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

#accordion h4 {
	background-color: #F2F2F0;
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 8px;
	clear: both;
}

#accordion h4 a {
	display: block;
	color: #666666;
}

#accordion h4:hover {
	background-color: #D5D5D0;
}

div.simple,
div.simple,
div#accordion,
div#accordion2 {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.gallery-cont {
	text-align: left;
}

.gallery {
	margin: 3px;
	border: none;
	width: 90px;
	height: 90px;
}

p.impuls {
	margin: 0px;
	padding-left: 7px;
	font-weight: bold;
	padding-top: 18px;
}

img.toggler-img {
	margin-top: 7px;
	margin-left: 7px;
	width: 110px;
	height: 40px;
	border: none;
	padding: 0px;
}

a.window {
	background-color: #F2F2F0;
	font-size: 12px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 8px;
	display: block;
	font-weight: bold;
}

a.window:hover {
	background-color: #D5D5D0;
}

/***********************************************************
* Intern 
************************************************************/
#login-form {
	margin-top: 0px;
	margin-bottom: 25px;
}

.login-input {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 13px;
	width: 200px;
	float: left;
	color: #999999;
}

.login-field {
	width: 180px;
	height: 15px;
	line-height: 13px;
	border: 1px solid #BBBBBB;
	padding-left: 2px;
	background-color: #F4F4F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.login-field:active,
.login-field:focus,
.login-field:hover {
	background-color: #FFFFFF;
}

.submitbutton {
	float: left;
	margin: 0px;
	margin-top: 14px;
}

/***********************************************************
* Kontakt Formular 
************************************************************/
form {
	margin: 0px;
}

.form-text {
	border: 1px solid #CCCCCC;
	width: 490px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

label {
	display: block;
	color: #888888;
	margin-top: 8px;
}

.form-textarea {
	border: 1px solid #CCCCCC;
	width: 490px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

div.text {
	margin-top: 8px;
}

div.submit {
	margin-top: 8px;
}

/***********************************************************
* Kontakt Formular 
************************************************************/
.calendar-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #EEEEEE;
	text-align: center;
	height: 30px;
	width: 14px;
}

.calendar-head-weekend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #D0D0DD;
	text-align: center;
	height: 30px;
	width: 14px;
}

.calendar-workplace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #EEEEEE;
	vertical-align: middle;
	padding: 2px;
}

.sel-day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	height: 18px;
	width: 50px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #CCCCCC;
}

.text-comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	width: 180px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #CCCCCC;
}

.reservation {
	background-color: #EFEFEF;
	padding: 2px;
}

.left-pic {
	float: left;
	margin-right: 8px;
	border: none;
}

/* 
 * ---------------------------------------------
 * Resultattabellen 
 * ---------------------------------------------
 */
#resultinfo {
	font-size: 11px;
	color: #666666;
}

#results,
.results2 {
	width: 100%;
	text-align: left;
}

#results th,
.results2 th {
	background-color: #D5D5D0;
	font-size: 11px;
	text-align: center;
}

#results tr,
.results2 tr {}

#results tr:hover {
	background-color: #EEEEEE;
}

#results td {
	font-size: 11px;
	padding: 2px;
	border-bottom: 1px dashed #666666;
	text-align: left;
}

#result-navigation {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	font-size: 11px;
}

#result-navigation a {
	width: 16px;
	height: 15px;
	border: 1px solid #CCCCCC;
	margin-left: 4px;
	display: block;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
}

#result-navigation a:hover {
	background-color: #F0F3F6;
}

#result-navigation span.current {
	width: 18px;
	height: 15px;
	border: 1px solid #CCCCCC;
	margin-left: 4px;
	display: block;
	float: left;
	text-align: center;
	background-color: #F0F3F6;
	font-weight: bold;
}

th.icon {
	width: 18px;
}

#editform input[type="text"] {
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	height: 18px;
	font-size: 12px;
	width: 480px;
	color: #444444;
}

#editform textarea {
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	height: 200px;
	font-size: 12px;
	width: 480px;
	color: #444444;
}

#slideshow-container {
	width: 520px;
	height: 250px;
	position: relative;
	overflow: hidden;
}

#slideshow-container img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 520px;
	height: 250px;
}


/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.0
*/
body.hidden-scroll {
	overflow: hidden
}

.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	display: none;
	z-index: 1035
}

.sl-wrapper {
	z-index: 1040;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed
}

.sl-wrapper * {
	box-sizing: border-box
}

.sl-wrapper button {
	border: 0 none;
	background: rgba(0, 0, 0, 0);
	font-size: 28px;
	padding: 0;
	cursor: pointer
}

.sl-wrapper button:hover {
	opacity: .7
}

.sl-wrapper .sl-close {
	display: none;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 10060;
	margin-top: -14px;
	margin-right: -14px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	font-family: Arial, Baskerville, monospace;
	color: #000;
	font-size: 3rem
}

.sl-wrapper .sl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 10060;
	color: #000;
	font-size: 1rem
}

.sl-wrapper .sl-download {
	display: none;
	position: fixed;
	bottom: 5px;
	width: 100%;
	text-align: center;
	z-index: 10060;
	color: #fff;
	font-size: 1rem
}

.sl-wrapper .sl-download a {
	color: #fff
}

.sl-wrapper .sl-navigation {
	width: 100%;
	display: none
}

.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -22px;
	height: 44px;
	width: 22px;
	line-height: 44px;
	text-align: center;
	display: block;
	z-index: 10060;
	font-family: Arial, Baskerville, monospace;
	color: #000
}

.sl-wrapper .sl-navigation button.sl-next {
	right: 5px;
	font-size: 2rem
}

.sl-wrapper .sl-navigation button.sl-prev {
	left: 5px;
	font-size: 2rem
}

@media(min-width: 35.5em) {
	.sl-wrapper .sl-navigation button {
		width: 44px
	}

	.sl-wrapper .sl-navigation button.sl-next {
		right: 10px;
		font-size: 3rem
	}

	.sl-wrapper .sl-navigation button.sl-prev {
		left: 10px;
		font-size: 3rem
	}
}

@media(min-width: 50em) {
	.sl-wrapper .sl-navigation button {
		width: 44px
	}

	.sl-wrapper .sl-navigation button.sl-next {
		right: 20px;
		font-size: 3rem
	}

	.sl-wrapper .sl-navigation button.sl-prev {
		left: 20px;
		font-size: 3rem
	}
}

.sl-wrapper.sl-dir-rtl .sl-navigation {
	direction: ltr
}

.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000
}

.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0 none;
	width: 100%;
	height: auto
}

@media(min-width: 35.5em) {
	.sl-wrapper .sl-image img {
		border: 0 none
	}
}

@media(min-width: 50em) {
	.sl-wrapper .sl-image img {
		border: 0 none
	}
}

.sl-wrapper .sl-image iframe {
	background: #000;
	border: 0 none
}

@media(min-width: 35.5em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none
	}
}

@media(min-width: 50em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none
	}
}

.sl-wrapper .sl-image .sl-caption {
	display: none;
	padding: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	font-size: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.sl-wrapper .sl-image .sl-caption.pos-top {
	bottom: auto;
	top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
	bottom: auto
}

.sl-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	-moz-animation: pulsate 1s ease-out infinite;
	-ms-animation: pulsate 1s ease-out infinite;
	-o-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

.sl-transition {
	transition: -moz-transform ease 200ms;
	transition: -ms-transform ease 200ms;
	transition: -o-transform ease 200ms;
	transition: -webkit-transform ease 200ms;
	transition: transform ease 200ms
}

div.sl-image div.img-captions{
	background-color: transparent !important;
	color: #444444 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important;
}

@-webkit-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@-moz-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@-o-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@-ms-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

div.sl-wrapper div.sl-counter{
font-family: Verdana, Arial, Helvetica, sans-serif;
}