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


			* {
				margin:0;
				padding:0;
				}

			/* Styling */

			html, body {
	height:100%;
	text-align:left; /* horizontal zentrieren fuer IE5 */
	font: 100%/1.3 "Times New Roman", Times, serif;
				}
			h1 {
	color: #363;
	margin-top: 10px;
	margin-bottom: 5px;
}
			h2,h3,h4 {
	color: #363;
	margin-top: 10px;
	margin-bottom: 5px;
}
			h5 {
	color: #363;
	margin-bottom: 5px;
	font-size: 1em;
}
			address {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
			
input::-webkit-input-placeholder {
	
	font-style: italic;
	color: #36C;
}
input::-moz-placeholder {
	
	font-style: italic;
	color: #00C;
}
input:-moz-placeholder {   /* Older versions of Firefox */
	
	font-style: italic;
	color: #00C;
}
input:-ms-input-placeholder { 
	
	font-style: italic;
	color: #00C;
}
.test {
	
	font-style: italic;
	color: #00C;
}
			
#wrap {
	width:100%;
	min-height:100%;
	background-color:white;
	color:black;
	text-align:left;
	background-attachment: scroll;
	background-image: url(img/genuss-navigator.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* IE Win only \*/
			* html #wrap {
				height:100%;
				}
			/* */
			#header {
	color:#666666;
	padding-right: 5px;
	padding-bottom: 24px;
	padding-left: 280px;
	padding-top: 14px;
				}
	div.linieGorizont {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86A020;
	padding-bottom: 6px;
	padding-left: 40px;
}
			.linieGorizont a, .richt_rechts a {
	color: #454545;
	text-decoration: none;
	font-weight: bolder;
	margin-top: 0;
	margin-right: 4;
	margin-bottom: 10;
	margin-left: 0;
	background-image: url(img/pfail-navi.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
			.linieGorizont a:hover, .richt_rechts a:hover { 
	color: #E49705;
	text-decoration: underline;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #333333;
	max-width:1060px;
    }

			#farbeBlau {
	color: #003366;
				}
			#footer {
	height:2em;
	margin-top:-3em;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.875em;
	color:#666666;
	vertical-align: middle;
	text-align: left;
	padding-left: 90px;
	padding-top: 5px;
	border: 1px solid #CDE375;
	background-image: url(img/hg_footer.gif);
	clear: left;
				}
	#footer a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
				}
	#footer a:hover {
	color: #000;
	text-decoration: underline;
				}
	#sidebar1 {
	float: left; /* Dieses Element muss in der Quellenabfolge vor dem Element stehen, neben dem es platziert werden soll. */
	width: 180px; /*urspruglich 1% Durch die Auffüllung oben und unten entsteht in diesem div ein visueller Leerraum.  */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
    }
	#sidebar1 a{
	color: #7A921D;
	text-decoration: none;
	font-weight: bold;
}
	#sidebar1 a:hover{
	color: #86a020;
}
	#sidebar2 {
	float: right; /* Dieses Element muss in der Quellenabfolge vor dem Element stehen, neben dem es platziert werden soll. */
	width: 124px; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	background: #EBEBEB; /* Durch die Auffüllung oben und unten entsteht in diesem div ein visueller Leerraum. */
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0;
	text-align: right;
    }
/* INFO-Box*/
a:link, a:active, a:visited, a:hover, a:active, a:focus {outline: none;}
a.box
{
	color: #333333;
	padding: 3px;
	text-decoration: none
}
a.box:hover
{
	cursor: default;
	background-color: #fff;
	color: #333
}
a.box span
{
	position: absolute;
	visibility: hidden;
	margin-left: -20px;
	margin-top: 45px;
	padding: 4px;
	text-decoration: none
}
a.box:hover span
{
	visibility: visible;
	border: 1px solid #BBC7DF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	color: #003366;
	background-color: #EEF1F7;
	font-weight: bold;
}

/* Neues eintrag Links*/
a.eintrag_neu div {
	width: 155px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/hg_blau.jpg);
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	text-align: center;
	padding: 2px;
	text-decoration: none;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.136em;
}
a.eintrag_neu div:hover  {
	background-color: #F4F4F4;
	-webkit-box-shadow: 0px 0px 0px #FFF;
	-moz-box-shadow: 0px 0px 50px #FFF;
	box-shadow: 0px 0px 50px #FFF;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	color: #FFFFFF;
}
/* Formular*/
label {
	display: inline-block;
	width: 150px;
	height: 26px;
	vertical-align: middle;
	padding-top: 2px;
}
label.flatt {
	margin: 0px;
	padding: 0px;
	height: 18px;
}
label.fm {
	visibility: hidden;
}
.label50 {
	width: 50px;
	vertical-align: middle;
	margin-bottom: -0.75em;
}
.label600 {
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.labeBank {
	width: 110px;
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.lang_80{
	width: 80px;
}
.lang_70{
	width: 70px;
}
.lang_100{
	width: 100px;
}
.lang_120 {
	width: 120px;
}
.lang_200 {
	width: 200px;
}
.lang_300 {
	width: 300px;
}
.lang_450 {
	width: 450px;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
input,select,textarea {
	border: 1px solid #9A9A9A;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	background-color: #EBF1EB;
	padding: 2px;
	text-align: left;
	margin-right: 5px;
}
input:hover, textarea:hover{
	background-color: #FBFEC7;
}
input:focus, textarea:focus{
	background-color: #FFFFFF;
}
input.pflicht, .hg_weiss {
	background-color: #FFFFFF;
	padding-left: 2px;
}
input.pflicht {
	border: 1px solid #499425;
}
input.x140 {
	width: 140px;
}
select.x140 {
	width: 147px;
}
label.x140 {
	width: 140px;
	margin-right: 6px;
	padding-left: 5px;
	height: 16px;
}
textarea,input.x290 {
	width: 291px;
}
input.fehlt {
	border: 1px solid #FF0000;
}
input:required:valid {background-image:url(valid.png);
	background-position:right center;
	background-repeat:no-repeat;}
	input:required:invalid {background-image:url(invalid.png);
	background-position:right center;
	background-repeat:no-repeat;
	-moz-box-shadow:none;}
.abstandfett-20{
	font-weight: bold;
	margin-left: 20px;
}
.achtung{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF7D7D;
}
.ausgabe a {
	background-repeat:no-repeat;
	background-position: center bottom;
	width: 230px;
	height: 200px;
	border: 2px solid #BCBCBC;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	display: Inline-Block;
	vertical-align: middle;
	margin: 10px;
	float: left;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.ausgabe a:hover {
	background-color: #f4f8ff;
	border-color: #2563c8;
}
.ausgabe2 {
	margin-bottom: 5px;
	width: 800px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px;
	background-color: #FEFEFE;
	display: Inline-Block;
	vertical-align: middle;
}
.ausgabe3 {
	margin-bottom: 5px;
	max-width:800px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px;
	display: Inline-Block;
	vertical-align: middle;
	background-color: #FBFBFB;
}
.ausgabe_form {
	margin-bottom: 5px;
	width: 650px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 8px;
	display: Inline-Block;
	vertical-align: middle;
}
.ausgabeheader {
	margin-bottom: 5px;
	width: 710px;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 90px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}
.ausgabe-ueber {
	margin-bottom: 1em;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	font-weight: bold;
	color: #000000;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
	padding: 5px;
}
.ausgabe-600,.ausgabe-600t,.ausgabe-600tw {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px;
	display: Inline-Block;
	vertical-align: middle;
	margin-top: 5px;
}
.ausgabe-600 {
	width: 605px;
	background-color: #FDF4D9;
}
.ausgabe-600t {
	width: 605px;
	background-color: #FFF;
	padding-left: 15px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	font-family: Arial, Helvetica, sans-serif;
}
.ausgabe-600tw {
	width: 628px;
	background-color: #FFF;
}
.aus_kueche{
	float: left;
	width: 130px;
	text-align: left;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	}
	.aus_kueche2{
	text-align: left;
	background-color: #225abb;
	color: #FFF;
	padding-left: 2px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.142em;
	}
.aus_thumb1{
	float: left;
	width: 80px;
	text-align: left;
	margin: 2px;
	padding: 2px;
	}
.aus_thumb2{
	text-align: left;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	}
.aus_thumb3{
	float: left;
	width: 500px;
	text-align: left;
	margin-right: 20px;
	}
.aus_thumb4{
	float: left;
	width: 200px;
	text-align: left;
	margin: 2px;
	padding: 2px;
	}
.bereich {
	margin-top: 7px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.beschreibung {
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: left;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;
	padding: 3px;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.beschreibung2 {
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: left;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;
	background-color: #FBFBFB;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 19px;
	padding-left: 3px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
.blok_in_div,.blok_uebersicht {
	margin-bottom: 15px;
	display: Inline-Block;
	vertical-align: top;
	margin-top: 15px;
}
.blok_in_div a{
	float: left;
	width: 189px;
	height: 50px;
	text-align: left;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
	text-decoration: none;
	color: #333;
	background-color: #F9F9F9;
	margin-left: 1px;
	}
.blok_in_div a:hover{
	color: #000000;
	border: 1px solid #ff8300;
	background-color: #FFFFF2;
}
.blok_uebersicht a {
	float: left;
	text-align: left;
	padding: 4px;
	text-decoration: none;
	color: #009;
	font-weight: bold;
	display: block;
	margin-right: 15px;
}
.blok_uebersicht a:hover {
	color: #333;
}
.braun_10{
	color: #960;
	padding: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.braun{
	color: #960;
	padding: 4px;
	margin-top: 15px;
	margin-right: 10px;
}
.braun_linie{
	color: #960;
	width: 151px;
	padding: 4px;
	margin-top: 10px;
	border: 1px solid #E6AD39;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.braun_ueber{
	font-family: Arial, Helvetica, sans-serif;
	
	color: #960;
	font-weight: bold;
}
.button {
	color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: right center;
	transition-property: background-color;
	transition-duration: 0.5s;
	cursor: pointer; /* hand-shaped cursor */
	font-weight: bold;
	margin-top: 0px;
	text-decoration: none;
	background-color: #FFF;
}
.button_img {
	color: #333333;
	padding-top: 2px;
	padding-right: 17px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	background-attachment: fixed;
	background: transparent url(img/sf_pfeile.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer; /* hand-shaped cursor */
	font-weight: bold;
	margin-top: 3px;
	text-decoration: none;
	border: 1px solid #999;
}
.button a{
	text-decoration: none;
	color: #333;
	padding: 5px;
}
.button:hover, .button_img:hover {
background-color: #99CCFF;
}
.button:active, .button_img:active {
	background-color: #8CF3FF;
}
.button_down {
	color: #333333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	font-weight: bold;
	margin-top: 3px;
	border: 1px solid #E7B00C;
}
.button_down a {
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 22px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-attachment: fixed;
	background: transparent url(img/sf_download.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer; /* hand-shaped cursor */
}
.button_down:hover {
background-color: #99CCFF;
}
.button_down:active {
	background-color: #6699FF;
}
div.anzeige {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 7px;
	margin-bottom: 20px;
	color: #360;
	
	margin-top: 40px;
}
div.x400 {
	width: 340px;
	background-color: #D3F0AC;
	border: 1px solid #6C9C14;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 7px;
}
.x388 {
	float: left;
	width: 388px;
	text-align: left;
	margin: 2px;
	padding: 2px;
}
.x388_linie {
	float: left;
	width: 388px;
	text-align: left;
	margin: 2px;
	padding: 2px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCC;
}
div.x400x200 {
	background-color: #D3F0AC;
	border: 1px solid #6C9C14;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 2px;
	width: auto;
	display: inline-block;
	height: auto;
}
div.x340x140 {
	height: 140px;
	width: 340px;
	border: 2px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 7px;
	color: #333;
}
div.x155x250 {
	height: 270px;
	width: 155px;
	background-color: #D3F0AC;
	border: 1px solid #6C9C14;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 2px;
}
div.x155 {
	width: 155px;
	background-color: #D3F0AC;
	border: 1px solid #6C9C14;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 2px;
}
div.x480 {
	width: 460px;
	text-align: center;
}
div.x800 {
	max-width:1060px;
	text-align: center;
	margin-bottom: 4px;
}
/* Reservierungsformular */
#myContainer {
	width: 512px;
	display: inline-block;
	margin-top: 2%;
	border: 0px solid #999999;
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#myFormDiv{
	overflow: auto;
	float: right;
	background-color: #FFF;
	position: relative;
	z-index: auto;
	border: 1px solid #666;
	border-radius: 5px 0px 5px 5px;
	-moz-border-radius: 5px 0px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	box-shadow: 1px 1px 5px rgba(2,2,4,4.7);
	-moz-box-shadow: 1px 1px 5px rgba(2,2,4,4.7);
	-webkit-box-shadow: 1px 1px 5px rgba(2,2,4,4.7);
	width: 480px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* ENDE Reservierungsformular */
div.verbund {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	border: 1px solid #C9D7BB;
	background-color: #EDF5D8;
}
div.verbundRot {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	border: 1px solid #C9D7BB;
	background-color: #EDF5D8;
	color: #C03;
}
.blau_fett {
	font-weight: bold;
	color: #333399;
}
.erfolg {
	font-weight: bold;
	color: #336633;
	background-color: #E3FDD5;
	border: 1px solid #336633;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 5px;
	
}
.fett {
	font-weight: bold;
}
.font_14b {
	
	font-weight: bold;
}
.foter_unsicht {
	color: #FFF;
	text-decoration: none;
}
.foter_unsicht:hover{
	color: #FFF;
	text-decoration: none;
	cursor: auto;
}
.grau_fett {
	font-weight: bold;
	color: #333;
}
.gruen {
	color: #486A00;
}
.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.923em;
}
.meldung {
	color: #336633;
	font-weight: bold;
}
.meldung_fehler {
	color: #B00000;
	font-weight: normal;
	background-color: #FFF0F0;
	border: 1px solid #B00000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 5px;
}
.meldung a, meldung_fehler a {
	color: #003366;
	text-decoration: underline;
}
.menu{
	text-align: right;
	text-decoration: none;
}
.menu a{
	text-decoration: none;
}
.menu2{
	text-align: right;
	text-decoration: none;
	width: 240px;
	float: right;
}
.menu2 a{
	text-decoration: none;
}
.mitte {
	text-align: center;
}
.navi_inter {
	
	color: #666666;
	background-attachment: fixed;
	background: transparent url(img/zeiger_gruen.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 14px;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
	.navi_inter:hover{
	color: #000000;
	background-attachment: fixed;
	background: transparent url(img/zeiger2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	cursor: pointer;
	font-weight: bold;
}
ol{
	padding-left: 30px;
}
.orange,.orange_b {
	color: #ff8300;
	
}
.orange_b {
font-weight: bold;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	color: #234600;
	background-color: #D0E0AF;
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	border: 1px solid #336600;
	height: 90%;
	width: 90%;
	position: absolute;
	left: 1px;
	top: 1px;
	
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	vertical-align: middle;
}
.richt_rechts {
	text-align: right;
	font-size: 0.875em;
}
.rot{
	font-weight: bold;
	color: #DD0000;
}
.rot_lose {
	font-size: 0.875em;
	color: #F55;
	font-family: "Times New Roman", Times, serif;
}
.schild {
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: center;
	margin-right: 30px;
	background-color: #690;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sf_google {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	cursor:pointer;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	height: 26px;
	padding: 0px;
	margin: 0px;
}
.sf_google:hover {
	color: #333333;
	background-color: #EEEEEE;
}
.sf_google:active {
	color: #000000;
	background-color: #F0D82F;
}
.sf_akt {
	text-decoration: none;
	color: #000000;
	cursor:pointer;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border: 1px solid #666666;
	background-color: #CCCCCC;
	transition-property: background-color;
	transition-duration: 0.5s;
	height: 24px;
	padding: 3px;
}
.sf_akt:hover {
	color: #333333;
	background-color: #EEEEEE;
}
.sf_akt:active {
	color: #000000;
	background-color: #F0D82F;
}
.sf_unakt {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius3px;
	border: 1px solid #999999;
	background-image: url(img/hg_unakt.png);
	height: 24px;
	padding: 3px;
}
.uns {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#zusatz {
	min-height:100%;
	margin-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color: #333333;
	margin-right: 10px;
	background-color: #FFFFFF;
	text-align: left;
	width: 1000px;
	padding-right: 30px;
	padding-left: 40px;
	height: 100%;
}
/* IE Win only \*/
			* html #zusatz {
				height:100%;
				}
			/* */

/*galerie*/
.section{
	overflow: auto;
	width: 800px;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 3.2em;
	padding-left: 0;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius3px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
.first{ border-top: none; padding-top: 0; }
.bildover {
	border: 2px solid #CCC;
}
.bildover:hover {
	border: 2px solid #0F3;
}
.inner {
     width:100%; 
    display:table-cell; 
    vertical-align:middle; 
    position:relative; 
    text-align:center;
}
.thumbnail{
	background-color: #CCC;
	border: 1px solid #333333;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius3px;
	float: left;
	height: 104px;
	width: 104px;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	display: inline-table;
	}
.thumbnail_1{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 649px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 8px;
	}
	.thumbnail_2{
	float: left;
	margin-bottom: 10px;
	width: 115px;
	padding: 1px;
	vertical-align: middle;
	display: inline;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius3px;
	}
	.zur_uebersicht {
	color: #666666;
	font-size: 1em;
	font-weight: bold; 
	background-attachment: fixed;
	background: transparent url(img/vor.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
}
	.zur_uebersicht:hover{
	color: #000000;
	background-attachment: fixed;
	background: transparent url(img/vor_act.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	cursor: pointer;
	font-weight: bold;
}
.start_anzeige{
	background-image: url(img/usb.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*Termine */
.term_thumb{
	float: left;
	width: 80px;
	text-align: center;
	margin: 2px;
	padding: 2px;
	color: #333;
	vertical-align: middle;
	background-image: url(img/hg_footer.gif);
	border: 1px dotted #CCC;
	}
.term_thumb1{
	float: left;
	width: 80px;
	text-align: center;
	margin: 2px;
	padding: 2px;
	color: #000;
	background-color: #CCC;
	vertical-align: middle;
	border: 1px solid #999;
	}
.term_thumb2{
	float: left;
	max-width:700px;
	text-align: left;
	margin: 2px;
	padding: 2px;
	font-weight: normal;
	}
/* ENDE Termine */
/*AGB stil*/
#cont,#cont2{
	text-align: center;
	width: 100%;
	visibility: visible;
	position: fixed;
	height:100% !important; /* moderne Browser */
	height:100%; /* IE */
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(img/hg_transparent.png);
	background-repeat: repeat;
	overflow: auto;
}
#cont3{
	text-align: center;
	width: 100%;
	position: fixed;
	height:100% !important; /* moderne Browser */
	height:100%; /* IE */
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(img/hg_transparent.png);
	background-repeat: repeat;
	overflow: auto;
}
#agb{
	height: 65%;
	width: 70%;
	margin-right: 10%;
	margin-left: 10%;
	position: relative;
	z-index: auto;
	margin-top: 10%;
	padding: 5px;
}
#agb_text{
	overflow: auto;
	float: right;
	height: 90%;
	background-color: #FFF;
	position: relative;
	z-index: auto;
	padding: 10px;
	border: 1px solid #693;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	box-shadow: 1px 1px 5px rgba(2,2,4,4.7);
	-moz-box-shadow: 1px 1px 5px rgba(2,2,4,4.7);
	-webkit-box-shadow: 1px 1px 5px rgba(2,2,4,4.7);
	text-align: left;
}
#schließen{
	position: relative;
	z-index: auto;
	top: 1px;
	right: 1px;
	background-color: #CCC;
	float: right;
	cursor: pointer;
	font-family: "Arial Black", Gadget, sans-serif;
	
	font-weight: bold;
	color: #000;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	text-align: center;
	text-transform: capitalize;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #693;
}
#schließen:hover{
	background-color: #F33;
}
.sichtbar {
	color: #000;
	white-space: nowrap;
	background-color: #F9F9F9;
	cursor: pointer;
	border: 1px solid #CCC;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.5);
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
}
.newsletter {
	color: #333;
	background-color: #D3F0AC;
	border: 1px solid #CDE375;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.sichtbar:hover {
	background-color: #D1F0A8;
}
/*ENDE AGB*/
.padding0{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.reserv_button {
	cursor: pointer;
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	background-image: -moz-linear-gradient(top left, #fff 20%, #ccc 85%);
	background-image: -webkit-linear-gradient(top left, #fff 20%, #ccc 85%);
	background-image: -ms-linear-gradient(top left, #fff 20%, #ccc 85%);
	background-image: -o-linear-gradient(top left, #fff 20%, #ccc 85%);
	text-align: center;
	vertical-align: middle;
	height:94px;
	display: inline-block;
	width: 94px;
	margin: 42px;
	margin-bottom: 0px;
	}
.reserv_button:hover {
background-image: -moz-linear-gradient(top left, #ebfddf 20%, #98cd31 85%);
background-image: -webkit-linear-gradient(top left, #ebfddf 20%, #98cd31 85%);
background-image: -ms-linear-gradient(top left, #ebfddf 20%, #98cd31 85%);
background-image: -o-linear-gradient(top left, #ebfddf 20%, #98cd31  85%);
}
.reserv_button:active {
	background-color: #B6F200;
}
.over_gruen {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}
.over_gruen:hover {
	background-color: #BBDC8D;
}
div.hinweis {
	clear: left;
}
.lang_155, .lang_155vb {
	width: auto;
	padding: 2px;
	margin-bottom: 5px;
	float: left;
	display: inline-block;
}
.lang_155vb {
	padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	border: 1px solid #A7D674;
	background-color: #F2FFD5;
	margin-right: 5px;
}
 @media only screen and (max-width: 1024px) {
#sidebar1 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin: 0px;
	float: none;
	width: auto;
    }
#wrap {
	width:100%;
	min-height:100%;
	background-color:transparent;
	color:black;
	text-align:left;
	background-attachment: scroll;
	background-image: url(img/genuss-navigator-mobil.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
				}
#header {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 0px;
				}
div.linieGorizont {
	padding-left: 0px;
	text-align: center;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linieGorizont a {
	color: #333333;
	background-image: none;
	text-decoration: none;
	font-weight: bolder;
	white-space: nowrap;
	margin-top: 0;
	margin-right: 2;
	margin-bottom: 10;
	margin-left: 2;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
.linieGorizont a:hover, .linieGorizont a:active {
	color: #000000;
	text-decoration: none;
	background-color: #CDFF64;
}
#mainContent {
	margin-right: 5;
	margin-left: 5px;
}
div.x155x250 {
	background-color: #D3F0AC;
	border: 1px solid #6C9C14;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 2px;
	overflow: auto;
	width: auto;
	margin-right: auto;
	display: inline-block;
	height: auto;
}
#footer {
	height:3em;
	margin-top:1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.875em;
	vertical-align: middle;
	text-align: left;
	padding-top: 5px;
	padding-left: 1em;
	padding-top: 0.5em;
	margin-top: auto;
	clear: left;
				}
#footer a {
	white-space: nowrap;
				}
.ausgabe-600 {
	width: 97%;
}
.aus_thumb3{
	width: 77%;
	margin-right: 10px;
	position: relative;
	}
.section{
	width:auto;
	}
.button {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	margin-top: -0.063em;
}
.richt_rechts {
	text-align: right;
	font-size: 0.875em;
	margin-bottom: 6em;
}
.richt_rechts a {
	color: #333333;
	background-image: none;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	border: 1px solid #999999;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 3px;
}
.richt_rechts a:hover, .richt_rechts a:active {
	color: #000000;
	text-decoration: none;
	background-color: #CDFF64;
	border: 1px solid #669900;
}
.thumbnail_1{
	width: 74%;
	}
.ausgabe2 {
	margin-bottom: 5px;
	width: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px;
	display: block;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.x388_linie, .x388 {
	float: left;
	width: 330px;
	text-align: left;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FEFEFE;
	margin: 2px;
}
 }
 
 
  @media only screen and (max-width: 480px) {
#header {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 0px;
	}
div.linieGorizont {
	line-height: 2em;
	padding-left: 0px;
	text-align: center;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 3em;
	clear: right;
}
.linieGorizont a {
	clear: right;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
#sidebar1 {
	margin-top: 10px;
	float: left;
}
#mainContent {
	margin-top: 40px;

}
#footer {
	height:4em;				}
	 }
img {
  max-width: 100%;
  height: auto;
}