@charset "utf-8";
a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body{
	font-family: "Trebuchet MS", Verdana, Arial;
	background-image: url(../hintergrund/hg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
/*Hauptdiv*/
#apDiv1 {
	position:relative;
	top:30px;
	width:1000px;
	z-index:1;
	margin: auto;
	left: 0px;
	background-image: url(../hintergrund/hg.png);
	background-repeat: repeat;	
	box-shadow:4px 4px 12px #292929; /* Schatten CSS3 */
}

/*Logo oben Beginn*/
#head{
	position: relative;
	height: 216px;
	width: 100%;
	z-index: 2;
}
/*Logo oben Ende*/

/*Hauptbereich Beginn*/
#haupt {
	position: relative;
	float: none;
	width: 1000px;
}
/*Hauptbereich Ende*/

/*Login Rechts Beginn*/
#person {
	position: relative;
	width: 400px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: right top;
	padding: 5px;
	z-index: 100;
	float: left;
	margin-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 500px;
	overflow: auto;
	background-color: #CCCCCC;
}
#person h1 {
	font-size: 24px;
	font-weight: normal;
	color: #E3001B;
}
#person p {
	padding-left: 5px;
}
/*Login Rechts Ende*/
#bahnOben {
	position: relative;
	width: 100%;
	background-image: url(../hintergrund/linie.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 100;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 50px;
	text-align: center;
}
#bahnOben img.rechts {
	float: right;
}
#bahnOben img.links {
	float: left;
}
#bahn {
	position: relative;
	width: 300px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: right top;
	padding: 5px;
	z-index: 100;
	float: left;
	margin-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bahn h1 {
	font-size: 24px;
	font-weight: normal;
	color: #E3001B;
}
.sg14 {font-size: 14}
/*Hauptbereich Ende*/

/*Termine Beginn*/
#termine {
	position: absolute;
	width: 200px;
	left: 800px;
	top: 216px;
	background-image: url(../hintergrund/hgblau.png);
	background-repeat: repeat;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 100;
	box-shadow:4px 4px 12px #292929; /* Schatten CSS3 */
}
#termine h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000099;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: 2px 2px 2px #0066FF;
}
#termine h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	text-shadow: 2px 2px 2px #666666;
}
#termine p {
	margin: 0px;
}
/*Termine Ende*/


/*Beginn Footer*/

#footer {
	background-image: url(../hintergrund/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 50px;
	width: 100%;
	font-size: 12px;
	text-align: center;
	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;
	vertical-align: bottom;
	position: relative;
	margin-top: 20px;
	line-height: 35px;
}

.grauHintergrund{
	background-color: #CCCCCC;
	color: #FF0000;
}

/*Footer Ende*/
#haupt p {
	padding-left: 2%;
}
.hellgrau {
	color: #999999;
}
.hggrau {
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.heute 
{
	background-color: #00CC33;
}
/*Popup  Beginn*/
#popup{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #CCCCCC;
  	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;
	height: 100%;
  	width: 100%;
}
#popupDaten {
	position:relative;
	top:80px;
	width:350px;
	z-index:10000;
	margin: auto;
	left: 0px;
	background-color: #FFFFFF;
	padding: 15px;
}
#popupZu {
	position:absolute;
	top:30px;
	width:50px;
	z-index:10000;
	margin: auto;
	height: 30px;
	right: 30px;
}
#popupZu a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: auto;
	right: auto;
}
#lightboxAlt {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:5;
	background-color: #999999;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;
	visibility: visible;
	overflow: hidden;
}
#spacedetail {
	width:1px;
	height:50%;
	margin-bottom:-300px; /* die Hälfte der Inhals's Höhe */
	float:left;
	}
#inhaltdetail {
	width: 470px;
	top: 0px;
	max-height:80%;
	background-color: #ffffff;
	border: 1px solid #564b47;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	position: relative; /* hebt den inhalt vor den space  */
	clear:left; /* hebt das float vom space auf  */
	z-index: 52;
	visibility: visible;
	overflow: auto;
	}
#inhaltdetailGastbuch {
	width: 470px;
	height:600px;
	background-color: #ffffff;
	border: 1px solid #564b47;
	position:relative; /* hebt den inhalt vor den space  */
	clear:left; /* hebt das float vom space auf  */
	z-index: 51;
	visibility: visible;
	overflow: auto;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
.bild {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}