* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(img/Hochwald.jpg);
	background-size: cover;
	background-attachment: fixed;
	overflow-y: scroll;
	min-height: 100%;
	margin-bottom: 1px;
}

#wrapper{
	position: fixed;
	left: 50%;
	margin-left: -500px;
	width: 80%;
	height: 100%;
	max-width: 1000px;
	min-width: 700px;
	min-height: 1000px;
	background-color: #f7f5f0;
	-webkit-box-shadow: 3px 6px 6px 3px rgba(0,0,0,0.32);
	-moz-box-shadow: 3px 6px 6px 3px rgba(0,0,0,0.32);
	box-shadow: 3px 6px 6px 3px rgba(0,0,0,0.32);
	opacity: 0.95;
	z-index: 1;
}

#wrapper2{
	position: relative;
	width: 89%;
	max-width: 1120px;
	min-width: 784px;
	margin: 0 auto;
}

#wrapper3{
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 80%;
	/*height: 100%;*/
	max-width: 1000px;
	min-width: 700px;
	/*min-height: 1000px;*/
	opacity: 0.95;
	z-index: 8;
}
#wrapperText{
	position: relative;
	width: 80%;
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto;

	
}
#head {
	position: fixed;
	top: 0;
	width: 80%;
	max-width: 1000px;
	min-width: 700px;
	background-image: url(img/Kopf.png);
	 background-size: contain;
	 background-repeat: no-repeat;
	 opacity: 1;
	 z-index: 4;
} 




#header img {
	position: fixed;
	top: 1.5em;
	margin-left: 5%;
	width: 20%;
	max-width: 230px;
	min-width: 161px;
	z-index: 9; 
}

#palmblatt{
	position: fixed;
	top: 0.9em;
	width: 89%;
	max-width: 1120px;
	min-width: 784px;
	margin: 0 auto;
	z-index: 10;
}
#leftpart {
	position: fixed;
	top: 0;
	width: 160px;
	height: 1000px;
	background-color: #336600;
	/*background-image: url(img/Menühintergrund2.png);
	background-repeat:repeat-x;*/
	-webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.32);
	box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.32);
	opacity: 0.4;
	z-index: 2;
}
#mainpart{
	position: relative;
	top: 0px;
	float: left;
	max-width: 1000px;
	/*min-width: 700px;*/
	/*border: solid #ddaa00;	*/
	z-index: 7;
}

#content{
	position: relative;
	margin-left: 205px;
	margin-right: 45px;
	margin-top: 200px;
	margin-bottom: 70px;
	overflow: auto;
	float: left;
	z-index: 3
	
}

#hw{
	margin-left: 20px;
}

#hfh{
	width: 50%;
	float: right;
	margin-left: 20px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: 7px;
	border: solid;
	border-width: 1px;
	border-top-color: #ffffee;
	border-left-color: #ddeedd;
	border-right-color: #88aa77;
	border-bottom-color: #446644;
	
	border-left-width: 1px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}

#map{
	width: 50%;
	float: right;
	margin-left: 20px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: 7px;
}
#footer {
	position: fixed;
	left: 50%;
	margin-left: -500px;
	width: 80%;
	max-width: 1000px;
	min-width: 700px;
	bottom: 0;
	border-top: solid;
	border-top-color: #ccddbb;
	border-top-width: 1px;
	background-image: url(img/footer.png);
	padding: 8px 0px 8px 0px;
	background-size: cover;
	-webkit-box-shadow: 3px 1px 6px 1px rgba(0,0,0,0.40);
	-moz-box-shadow: 3px 1px 6px 1px rgba(0,0,0,0.40);
	box-shadow: 3px 1px 6px 1px rgba(0,0,0,0.40);
	z-index: 6;
	/*background-color: #336600;
	opacity: 0.3;*/
}

#footer p{
	text-align: center;
	color: #113300;
}

#footer a{
	text-decoration: none;
	color: #113300;
}
.faq-list {
   width: 100%;
   margin: 0;
   padding: 0;
   list-style: none;
}
.faq-list li {
   display: block;
   position: relative;
   margin: 0;
   padding: 15px 20px;
}
.faq-list li:first-child {
   border-top: 1px #ddd solid;
}
.faq-list .faq-q {
   background: #f7f7f7;
   font-weight: bold;
   font-size: 16px;
   border-bottom: 1px #ddd solid;
   cursor: pointer;
}
.faq-list .faq-q.faq-o {
   background: #719f41;
   color: #fff;
}
.faq-list .faq-q span {
   position: absolute;
   top: 14px; right: 25px;
   color: #777;
}
.faq-list .faq-q.faq-o span {
   color: #fff;
}
.faq-list .faq-a {
   display: none;
   border-bottom: 1px #ddd solid;
   background: #fff;
   color: #333;
}

