html,body,#bg,#bg table,#bg td,#content {
width:100%;
height:100%;
font-family:Helvetica, sans-serif;
}

body {	background: url("Layout/hintergrund.jpg") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		min-height:100%;
		font-size:100%;
		margin:0;
		padding:0;
		font-family:Helvetica, sans-serif;
		font-weight:lighter;
		height:100%;
		text-align:center;
		color:black;
	 }	



#content {
position:absolute;
top:0;
left:0;
z-index:70;
overflow-y:auto;
overflow-x:hidden;
}

#text{
	
width:80%;
margin:10%;
text-align:left;	}


#inhalt {
background-image:url(Layout/entwurf.png);
background-repeat:no-repeat;
position:absolute;
left:50%;
overflow:auto;
width:1068px;
height:702;
margin-top:50px;
margin-left:-534px;
min-height:100%;
z-index:71;
}

a.rundgang    { display:block;
             background-image:url(Layout/rundgang1.png);
             width:126px; 
             height:15px;
             position:absolute;
			margin-top:414px;
			margin-left:97px;

             }
a.rundgang:hover { background-image:url(Layout/rundgang2.png); }


a.flyer    { display:block;
             background-image:url(Layout/flyer.png);
             width:204px; 
             height:21px;
             position:absolute;
			margin-top:273px;
			margin-left:714px;

            }
a.flyer:hover { background-image:url(Layout/flyer2.png); }

a.rund2    { display:block;
             background-image:url(Layout/zimrund.png);
             width:209px; 
             height:21px;
             position:absolute;
			margin-top:305px;
			margin-left:714px;

             }
a.rund2:hover { background-image:url(Layout/zimrund2.png); }

a.szb    { display:block;
             background-image:url(Layout/szb.png);
             width:225px; 
             height:21px;
             position:absolute;
			margin-top:337px;
			margin-left:714px;

             }
a.szb:hover { background-image:url(Layout/szb2.png); }


#footer-sign{
	position:fixed;
	background-color:#584434;
	box-shadow: 0px 0px 5px grey;
	width:80%;
	height:auto;
	color:white;
	border:0px solid black;
	text-align:left; 
	padding:1% 10% 1% 10%;
	bottom:0px;
	}
	
#footer-linie{
	width:100%;
	height:30px;
	margin-bottom:0px;
	}
	

#footer-sign a:link {color:white;text-decoration:none;font-weight:bold;}
#footer-sign a:visited {color:white;}
#footer-sign a:active {color:white;}
#footer-sign a:hover {color:#b4bec0;}
#footer-sign a:focused {color:#8d5897;}


.cc_container .cc_btn {
background-color: #ac8165 !important; /* Farbe des Buttons */
color: #fcf8e6 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #f5efc7 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #655240 !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #ac8165 !important; /* Textlink-Farbe "Mehr Infos" */
}