body:before {
    content:"";
	position:fixed;
	top:-10px;
	left:0;
	width:100%;
	height:10px;
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,.8);
	box-shadow:0px 0px 10px rgba(0,0,0,.8);
	z-index:100;
}
#wrapper{
   position:relative;
   margin: 0px auto;
   width: 100%;
   background: #8DA084 url(img/goodwood.png);
   min-height: 100%; /* Mindesthöhe für moderne Browser */
   height: auto !important; /* Important Regel für moderne Browser */ 
   height: 100%; /* Mindesthöhe für den IE */
}
#header{
   float: left;
   width: 100%;
   height: 144px;
   background-image: url(img/contc2.png);
   text-align: center;
   margin-bottom: 15px;
}
#content{
   width: 80%;
   margin: auto;
   padding:10px 10px 90px 10px; /* Innenabstand oben - rechts - unten - links */
}
.inhalt{
   padding-top: 10px;
}
#cont{
   padding-top: 10px;
   padding: 5px;
   overflow: hidden;
   position: relative;
   background-color: #fff;
   box-shadow: 15px 15px 15px -8px #333333,-15px 15px 15px -8px #333333;
  -moz-box-shadow: 15px 15px 15px -8px #333333,-15px 15px 15px -8px #333333; /* Mozilla Firefox */
  -webkit-box-shadow: 15px 15px 15px -8px #333333,-15px 15px 15px -8px #333333; /* Google Chrome */
}


#footer{
   float: left;
   width: 100%;
   height: 75px;
   background-image: url(img/footer.png);
   position:absolute;
   bottom:0;
   margin:-90px 0 auto;
}
#footer p {
    position: relative;
	top: 15px;
	text-align: center;
	color: #fff;
	font-family: 'Merienda One', cursive;
	font-size: 14px;
}
#footer a {
    text-decoration: none;
	color: #fff;
}
#footer a:hover {
    text-decoration: none;
	color: #008B00;
}
#toTop {
position:fixed;
bottom:173px;
right:80px;
cursor:pointer;
background:url(img/backtotop.png) no-repeat;
text-indent:-9999px;
width:64px;
height:64px;
}
html, body {
   height:100%;
   padding: 0px;
   margin: 0px;
   height: 100%;
   font-size: 90%;
   background-color: #e7e7de;
   
}

/*******  Menü  ********/
#nav, #nav ul { /* all lists */
    width: 600px;
	margin:1px auto;
	list-style: none;
	line-height: 1.1;
	text-align: center;
}

#nav a {
	display: block;
	width: 7em;
	color: #008B00;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Merienda One', cursive;
}
#nav a.current {
	display: block;
	width: 7em;
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	display: block;
	width: 7em;
	color: #fff;
	text-decoration: none;
}
#nav li ul a:hover {
	display: block;
	color: #FFFFFF;
	width: 6em;
	position: inherit;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 20px;
}
#nav li ul a {
    color:#008B00;
	background-image: url(../images/submenubg.png);
	line-height: 20px;
}
#nav li ul a:hover {
    color:#FFFFFF;
	background-image: url(../images/submenubg.png);
	line-height: 20px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}