@charset "utf-8";
    body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #EAEAEA;
	background-image: url(img/hg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
    }
	#topGanz {
	width: 100%;
	height: 170px;
	position: fixed;
	z-index: 2;
	top: 0px;
	text-align: center;
	background-image: url(img/hgfooter.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}
	 #containerTop {
	position: relative;
	top: 0px;
	margin: auto;
	width: 80%;
	z-index: 2;
	text-align: center;
	overflow: visible;
	min-width: 960px;
    }
	#containerTop #header p {
	color: #FFFFFF;
	text-shadow: 2px 2px 4px #000000;
	text-align: center;
	font-size: large;
}
    #container {
	position: relative;
	margin: auto;
	width: 80%;
	z-index: 1;
	text-align: left;
	overflow: visible;
	padding-top: 180px;
	min-width: 960px;
    }
#header {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	border-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 0px;
	-moz-box-shadow: 0px 10px 10px #666633;
	-webkit-box-shadow: 0px 10px 10px #666633;
	box-shadow: 0px 10px 10px #666633;
	text-align: center;
	min-width: 360px;
	font-size: large;
	height: 180px;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666633;
	font-size: 54px;
}
h2 {
	color: #666633;
}
h4 {
	color: #666633;
	text-shadow: 3px 3px 9px #FFFFFF;
	font-size: 24px;
	background-image: url(img/hgTransparent.png);
}
h5 {
	color: #666633;
	text-shadow: 3px 3px 9px #FFFFFF;
	font-size: 18px;
	background-image: url(img/hgTransparent.png);
}
#top {
	float: right;
	width: 25%;
	position: relative;
	text-align: right;
	margin-top: 20px;
	height: 55px;
}
.logoOben {
	float: left;
	position: relative;
	text-align: right;
	box-shadow: 4px 4px 12px #292929;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
}
.navioben {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: 1px 1px 8px #000000;
	font-weight: bold;
}
.naviobenaktiv {
	box-shadow: 4px 4px 12px #FFCC33;
}

#navioben {
	float: left;
	width: 80px;
	position: relative;
	text-align: right;
	height: 80px;
	box-shadow: 4px 4px 12px #292929;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/hgStart.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: baseline;
	background-color: #FFFFFF;
}
#navioben:hover {
	background-image: url(img/hgStart.gif);
	box-shadow:4px 4px 12px #FFCC33;
}
#naviobenaktiv {
	float: left;
	width: 80px;
	position: relative;
	text-align: right;
	height: 80px;
	box-shadow:4px 4px 12px #FFCC33;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	-moz-border-radius:3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius:3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius:3px 15px 5px 30px; /* Konqueror */
	border-radius:3px 15px 5px 30px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
	font-weight: bold;
	color: #FFCC33;
	background-image: url(img/hgStart.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align:baseline;
	background-color: #FFFFFF;
}
#navioben01 {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	box-shadow: 4px 4px 12px #292929;
	margin-right: 5px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/hgArbeit01.gif);
	background-position: center 0%;
	background-size: cover;
	
}
#navioben01aktiv {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	background-image: url(img/hgArbeit01.gif);
	box-shadow: 4px 4px 12px #FFCC33;
	margin-right: 5px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/hgArbeit01.gif);
	background-position: center 0%;
	background-size: cover;
}
#navioben01:hover {
	background-image: url(img/hgArbeit01.gif);
	box-shadow: 4px 4px 12px #FFCC33;
	background-position: center center;
	background-size: cover;
}
#navioben02 {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	box-shadow: 4px 4px 12px #292929;
	margin-right: 25px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/hgIch01.gif);
	background-position: center 0%;
	background-size: cover;
	margin-left: 25px;
	margin-bottom: 16px;
}
#navioben02aktiv {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	background-image: url(img/hgIch01.gif);
	box-shadow: 4px 4px 12px #FFCC33;
	margin-right: 5px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-position: center 0%;
	background-size: cover;
}
#navioben02:hover {
	box-shadow: 4px 4px 12px #FFCC33;
	background-image: url(img/hgIch01.gif);
}
#navioben03 {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	box-shadow: 4px 4px 12px #292929;
	margin-right: 25px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/bowtechNav01.jpg);
	background-position: center 0%;
	background-size: cover;
}
#navioben03aktiv {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	background-image: url(img/bowtechNav01.jpg);
	box-shadow: 4px 4px 12px #FFCC33;
	margin-right: 5px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-position: center 0%;
	background-size: cover;
}
#navioben03:hover {
	box-shadow: 4px 4px 12px #FFCC33;
	background-image: url(img/bowtechNav01.jpg);
}
#navioben04 {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	box-shadow: 4px 4px 12px #292929;
	margin-right: 25px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/nahrin01.jpg);
	background-position: center 0%;
	background-size: cover;
}
#navioben04aktiv {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	background-image: url(img/nahrin01.jpg);
	box-shadow: 4px 4px 12px #FFCC33;
	margin-right: 5px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-position: center 0%;
	background-size: cover;
}
#navioben04:hover {
	box-shadow: 4px 4px 12px #FFCC33;
	background-image: url(img/nahrin01.jpg);
}
#navioben05 {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	box-shadow: 4px 4px 12px #292929;
	margin-right: 25px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/schmauen01.jpg);
	background-position: center 0%;
	background-size: cover;
}
#navioben05aktiv {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	background-image: url(img/schmauen01.jpg);
	box-shadow: 4px 4px 12px #FFCC33;
	margin-right: 5px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-position: center 0%;
	background-size: cover;
}
#navioben05:hover {
	box-shadow: 4px 4px 12px #FFCC33;
	background-image: url(img/schmauen01.jpg);
}
#navioben06 {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	box-shadow: 4px 4px 12px #292929;
	margin-right: 5px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/logoNav.jpg);
	background-position: center 0%;
	background-size: cover;
}
#navioben06aktiv {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	background-image: url(img/logoNav.jpg);
	box-shadow: 4px 4px 12px #FFCC33;
	margin-right: 5px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-position: center 0%;
	background-size: cover;
}
#navioben06:hover {
	box-shadow: 4px 4px 12px #FFCC33;
	background-image: url(img/logoNav01.jpg);
}
#navioben07 {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	box-shadow: 4px 4px 12px #292929;
	margin-right: 5px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/termin01.jpg);
	background-position: center 0%;
	background-size: cover;
}
#navioben07aktiv {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	background-image: url(img/termin01.jpg);
	box-shadow: 4px 4px 12px #FFCC33;
	margin-right: 5px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-position: center 0%;
	background-size: cover;
}
#navioben07:hover {
	box-shadow: 4px 4px 12px #FFCC33;
	background-image: url(img/termin01.jpg);
}
#navioben08 {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	box-shadow: 4px 4px 12px #292929;
	margin-right: 5px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/gast01.jpg);
	background-position: center center;
	background-size: cover;
}
#navioben08aktiv {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	height: 80px;
	background-image: url(img/gast01.jpg);
	box-shadow: 4px 4px 12px #FFCC33;
	margin-right: 5px;
	margin-top: 16px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	background-position: center 0%;
	background-size: cover;
}
#navioben08:hover {
	box-shadow: 4px 4px 12px #FFCC33;
	background-image: url(img/gast01.jpg);
}
#naviobenKlein {
	float: left;
	width: 120px;
	position: relative;
	text-align: right;
	height: 75px;
	box-shadow:4px 4px 12px #292929;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	-moz-border-radius:3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius:3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius:3px 15px 5px 30px; /* Konqueror */
	border-radius:3px 15px 5px 30px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/hgGast.gif);
}
#naviobenKleinAktiv {
	float: left;
	width: 120px;
	position: relative;
	text-align: right;
	height: 75px;
	box-shadow:4px 4px 12px #FFCC33;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	-moz-border-radius:3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius:3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius:3px 15px 5px 30px; /* Konqueror */
	border-radius:3px 15px 5px 30px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/hgGast01.gif);
}
#naviobenKlein:hover {
	background-image: url(img/hgGast01.gif);
	box-shadow:4px 4px 12px #FFCC33;
}
#naviobenKlein01 {
	float: left;
	width: 120px;
	position: relative;
	text-align: right;
	height: 75px;
	box-shadow:4px 4px 12px #292929;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	-moz-border-radius:3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius:3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius:3px 15px 5px 30px; /* Konqueror */
	border-radius:3px 15px 5px 30px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
	background-image: url(img/hgKontakt.gif);
}
#naviobenKlein01aktiv {
	float: left;
	width: 120px;
	position: relative;
	background-image: url(img/hgKontakt01.gif);
	box-shadow:4px 4px 12px #FFCC33;
	text-align: right;
	height: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	-moz-border-radius:3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius:3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius:3px 15px 5px 30px; /* Konqueror */
	border-radius:3px 15px 5px 30px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
}
#naviobenKlein01:hover {
	background-image: url(img/hgKontakt01.gif);
	box-shadow:4px 4px 12px #FFCC33;
}

#container #naviobenaktiv h2 {
	margin-bottom: 5px;
}
#infobereich {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	behavior: url(border-radius.htc);
	margin-left: 0px;
	background-color: #FFFFFF;
	clear: right;
	min-width: 350px;
	text-align: center;
}
#infobereich p {
	padding: 5;
	text-align: center;
}
#infobereichRechts {
	float: right;
	width: 45%;
	position: relative;
	text-align: center;
	margin-top: 0px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	padding: 10px;
	behavior: url(border-radius.htc);
	margin-left: 0px;
	background-color: #FFFFFF;
	clear: right;
	min-width: 310px;
	margin-right: 0px;
}
#infobereichDetail {
	float: right;
	width: 60%;
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	padding: 10px;
	behavior: url(border-radius.htc);
	margin-left: 0px;
	background-color: #FFFFFF;
	clear: right;
	min-width: 410px;
}
#infobereichDetailRechts {
	float: left;
	width: 33%;
	position: relative;
	text-align: center;
	margin-top: 0px;
	-moz-border-radius: 3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
	border-radius: 3px 15px 5px 30px; /* CSS3 */
	padding: 10px;
	behavior: url(border-radius.htc);
	margin-left: 0px;
	background-color: #FFFFFF;
	clear: none;
	margin-right: 0px;
	min-width: 240px;
}


#infobereichTermine {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: 4px 4px 12px #FFCC33;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    -moz-border-radius: 3px 15px 5px 30px; /* Firefox */
    -webkit-border-radius: 3px 15px 5px 30px; /* Chrome, Safari */
    -khtml-border-radius: 3px 15px 5px 30px; /* Konqueror */
    border-radius: 3px 15px 5px 30px; /* CSS3 */
    behavior: url(border-radius.htc); /* Internet Explorer */
    clear: right;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url(img/hg2.jpg);
}
#infobereichGastbuch {
	float: left;
	width: 480px;
	position: relative;
	text-align: right;
	box-shadow:4px 4px 12px #FFCC33;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	-moz-border-radius:3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius:3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius:3px 15px 5px 30px; /* Konqueror */
	border-radius:3px 15px 5px 30px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
	padding-right: 10px;
	padding-left: 10px;
}
#container #infobereich img {
	-moz-border-radius: 3px 3px 5px 30px; /* Firefox */
	-webkit-border-radius: 3px 3px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius: 3px 3px 5px 30px; /* Konqueror */
	border-radius: 3px 3px 5px 30px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	box-shadow: 3px 3px 9px #292929;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#container  #infobereich  p  {
	clear: right;
	text-align: center;
	font-size: large;
}
#inforechts {
	float: right;
	width: 25%;
	position: relative;
	text-align: right;
	box-shadow: 4px 4px 12px #292929;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	-moz-border-radius: 3px 5px 5px 15px; /* Firefox */
	-webkit-border-radius: 3px 5px 5px 15px; /* Chrome, Safari */
	-khtml-border-radius: 3px 5px 5px 15px; /* Konqueror */
	border-radius: 3px 5px 5px 15px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	clear: right;
	min-width: 240px;
}
#inforechtsGastbuch {
	float: right;
	width: 400px;
	position: relative;
	text-align: right;
	box-shadow:4px 4px 12px #292929;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	-moz-border-radius:3px 5px 5px 15px; /* Firefox */
	-webkit-border-radius:3px 5px 5px 15px; /* Chrome, Safari */
	-khtml-border-radius:3px 5px 5px 15px; /* Konqueror */
	border-radius:3px 5px 5px 15px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
	right: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#inforechtsSchmauen {
	float: right;
	width: 22%;
	position: relative;
	text-align: right;
	box-shadow: 4px 4px 12px #292929;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	-moz-border-radius: 3px 5px 5px 15px; /* Firefox */
	-webkit-border-radius: 3px 5px 5px 15px; /* Chrome, Safari */
	-khtml-border-radius: 3px 5px 5px 15px; /* Konqueror */
	border-radius: 3px 5px 5px 15px; /* CSS3 */
	behavior: url(border-radius.htc); /* Internet Explorer */
	right: 0px;
	background-image: url(img/hgschmauen.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-width: 240px;
}
#inforechtsSchmauen:hover {
	background-image: url(img/hgschmauen01.jpg);
}
#container #inforechtsSchmauen p {
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	text-shadow: 2px 2px 6px #FFFFFF;
	font-weight: bold;
	color: #000000;
}

#footerClear {
	position: relative;
	height: 80px;
	width: 500px;
	float: left;
	clear: both;
}
#footer {
	position: relative;
	height: 56px;
	width: 100%;
	-moz-box-shadow: 0px 0px 10px #666633;
	-webkit-box-shadow: 0px 0px 10px #666633;
	box-shadow: 0px 0px 10px #666633;
	background-image: url(img/hgfooter.jpg);
	background-repeat: repeat-y;
	background-position: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	line-height: 55px;
	float: left;
	z-index: 3;
	clear: both;
}
#container a {
	padding: 15px;
	text-decoration: none;
}
#footer a {
	color: #000000;
	text-decoration: none;
	position: relative;
}
.grauHintergrund{
	background-color: #CCCCCC;
	color: #FF0000;
}
.hggrau {
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.heute 
{
	background-color: #00CC33;
}.tabelleLinieOben {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF9900;
}
