body {
  font-family: Arial, Helvetica, sans-serif;
 
}

p,li,ul{
   margin:0;
   padding:0;
   }

p {margin-bottom: 7px;
  text-indent: 1em;
  line-height: 1.5;
    }

#container {
  width: 80%;
  margin: 0 auto;
  background-color: #fffe0;
}

#menu {
  font-size:15px;
  margin-top: 15px;
  width: 100%;
  background-color:#047204;
  text-align: center;
}

#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
  
}

li.topmenu {
 display: inline-block;
}

.topmenu a {
  width:150px;
  text-align:center;
}

.topmenu ul{
  position: absolute;
  visibility: hidden;
  background-color:#047204;
}

.topmenu a:link, .submenu a{
  padding:0px 5px;
  color:#ffffe0;
  font-weight:bold;
  text-decoration:none;
  margin:0;  
}

.topmenu a:visited{
   color:#ffffd6
}


.topmenu a:hover{
  text-decoration:none;
  color:#BFBF8B;
  background-color:#047204 !important;
}


.topmenu:hover ul, .submenu:hover ul {
  visibility: visible;  
  color:#BFBF8B;
  z-index:500;
}

.submenu a{
  font-size:12px;
  width:110px;
  position:relative;
}

.links {float:left; margin:0 10px 10px 0;}

.rechts {float:right; margin:0 0 10px 10px;}

.center {text-align:center}

.clear {clear:both}

.gross {font-size:1.2em;}

.bild {
	float:rigth; 
	margin-right: 10px;
	}


a:link {
  text-decoration:none;
  font-weight:bold;
  color:grey;
  }
    
a:visited {
  text-decoration:none;
  font-weight:bold;
  color:grey;
  }
	
a:focus, a:hover, a:active {
  text-decoration:underline;
  font-weight:bold;
  color:grey;
  }




#navigationfuss{
  positon:absolute;
  background-color: #047204;
  font-weight:bold;
  color:#fffe0;
  text-align: center;
  margin: 0 auto;
}

#navigationfuss li {
  list-style-type: none;
  display:inline-block;
  padding-right:5px;
  padding-left:5px;
  text-decoration: none;
  font-size:14px;
  font-weight:bold;
}

#navigationfuss a {
  text-decoration: none;
  color:#ffffe0;
}

#navigationfuss > ul {margin:0; padding:0;}


#navigationfuss a:hover, #navigation a:active, #navigation a:focus {
  color:#BFBF8B;
}

#topmenu a:hover, #navigation a:active, #navigation a:focus {
  color:#BFBF8B;
}


#inhalt {
  background-color:#ffffd6;
  color: #383838;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  padding:10px;
      }	  
  
#fuss, #kopf {
  background-color: #047204;
  color:#ffffe0;
  width: 100%;
}

#kopf {
  text-indent: 15px;
  font-weight: bold;
}

#fuss {
  clear: left;
}
