.nav-open {
	display: none;	
}

.nav-zu {
	display: none;	
}

#nav {
	position: fixed;
	float: left;
	top: -2px;
	width: 1200px;
	margin: 20px auto;
	background-color: hsla(156,100%,40%,0.5);
	border: 7px outset #FFFFFF;
	border-radius: 20px;
	/*background-color: hsla(105,70%,50%,0.7);*/
	/*background: #42ab25;*/
	font-family: Arial, sans-serif;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	/*-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;*/
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul li.close {
	display: none;
}

#nav ul li ul {
	display: block;
}

#nav ul li a {
	padding: 10px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	background: #dfac20;
	color: #fff;
}

			aside {
				position: fixed;
				background-color: hsla(156,100%,90%,0.7);
				color:#00f;
				/*background: #dfdfdf;*/
				border: 2px dotted #ff0000;
				left: 1em;
				float: left; 
				width: 7em;
				height:250px;
				overflow:auto;
				top: 2.5em;
			} 			

			main {
				display: block;
				/*background-color: hsla(156,100%,90%,0.5);*/
				background-color: #efefef;
				border: 7px outset #FFFFFF;
				border-radius: 20px;
				/*background: #c4ced3;*/
				/*border-color: #8a9da8;*/
				margin-top: 0.5em;
				margin-left: 0em;
				margin-right: 0em;
				font-family: Arial, sans-serif;
				min-width: 14em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
			}
			
			#text3 {
				/*background: #ffede0;*/
				/*background-image:url(images/Eckstedt1.jpg); background-position:center top; background-size:100%; background-repeat:no-repeat; -- Bei Anzeige Bannerbild diese Zeile aktivieren*/
				border-color: #df6c20;
				text-align:center;
				font-color:#ff0000;
				margin-right: 0em;
				width: 100%;
			}

#divText2 {
	top:100px;
	left:50px;
	font-size:12pt;
	z-index:100;
}
/*
#divText5 {
	position:absolute;
	top:160px;
	left:215px;
	font-size:14pt;
	z-index:100;
}
*/
	

			.nav-zu {
			position: relative fixed;
			top: 160px;
		}

			footer {
				position: fixed;
				height: 40px;
				padding: 0px;
				bottom:0;
				left: 0;
				right: 0;
				background-color: hsla(156,100%,40%,0.5);
				/*background: #c32e04;*/
				border-color: #8a9da8;
			}

			footer p {
				float: right; 
				margin: 0;
			}



@media screen and (max-width: 1080px) {
	
.nav-open {
	position: fixed;
	top: 15;
	left: 0;
	background-color: hsla(156,100%,40%,0.5);
	/*background: #009f00;*/
	font-family: Arial, sans-serif;
	display: block;
	width: 60%;
}

.nav-open a {
	padding: 10px 15px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;	
}

.nav-open a:hover {
	background: #dfac20;
	color: #fff;
}
	
#nav {
	position: relative fixed;
	top: -300%;
	left: 0;
	float: none;
	width: 80%;
	margin: 0;
	padding: 0;
	border: 1px outset #FFFFFF;
	/*border-radius: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;*/
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#nav:target {
	top: 0;
	display:block;
	position: relative;
}

#nav ul li {
	float: none;
	text-align: center;
	border: 7px outset #FFFFFF;
	border-radius: 20px;"
	/*border-bottom: 1px solid #555;*/
}

#nav ul li.close {
	display: block;
}

#nav ul li:last-child {
	border-bottom: none;
}

.nav-zu {
	position: fixed;
	top: 8px;
	right: 0;
	background-color: hsla(105,90%,50%,0.7);
	/*background: #009f00;*/
	font-family: Arial, sans-serif;
	display: block;
	width: 40%;
}

.nav-zu a {
	padding: 10px 15px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;	
}

.nav-zu a:hover {
	background: #dfac20;
	color: #fff;
}

			main {
				display: block;
				/*background-color: hsla(156,100%,90%,0.5);*/
				background-color: #efefef;
				border: 7px outset #FFFFFF;
				border-radius: 20px;
				/*background: #c4ced3;*/
				/*border-color: #8a9da8;*/
				margin-top: 0.5em;
				margin-left: 0em;
				margin-right: 0em;
				min-width: 14em;

aside {
	font-size: 12px;
}
.dahinter {
	background: #00f900;
	border: 3px outset #FFFFFF;
	border-radius: 7px
}

}