body {
   font-size:100%;
   font-family:verdana,arial;
   background-color:#24A041;
   scrollbar-arrow-color: #FFFFFF;
   scrollbar-3dlight-color: #00A137;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-face-color: #00A137;
   scrollbar-shadow-color: #FFFFFF;
   scrollbar-darkshadow-color: #00A137;
   scrollbar-track-color: #00A137;
}

.unsichtbar {
   display: none;
}


#kopf {
   /* border:1px solid blue;
   background-color:#E3E3FF; */
   min-height:8em;
   font-size :1em;
   color: #FFFF99;
}
* html #kopf {
   height:8em;
}

#kopflinks {
  margin : 3.0em 0 0 0;
  float: left;
  width: 20%;
  height: 80px;
  background-color: #00a137;
  text-align : center;
  color: #ffffff;
}
#kopfrechts {
  margin : 3.0em 0 0 0;
  float: left;
  width: 70%;
  height: 80px;
  background-color: #00a137;
  text-align : center;
  color: #ffffff;
}


#navigation {
   /* border:1px solid red;
   background-color: #FFE3E3; */
   width:12em;
   float:left;
   font-size : 0.8em;
   /* float:right; /* hier würde die Navigation nach rechts fließen */
   min-height:20em;
}
* html #navigation {
   height:20em;
}
#navigation ul{
   margin : 3.0em 0 0 0;
   padding : 0;
}
#navigation ul li{
   list-style-type:none;
   border:0px solid gray;
   background-color:#24A041;
   margin-bottom:0.1em;
}

#navigation ul li span.auswahl {
   display:block;
   color: #FFFF99;
   font-weight:600;
   text-decoration: none;
   padding:0.5em;
}

#navigation ul li a {
   padding:0.5em;
   display:block;
   color: #FFFFFF;
   font-weight:600;
   text-decoration: none;
}
#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li a:active {
   display:block;
   color: #FFFF99;
   font-weight:600;
   text-decoration: none;
   background-color: #24A041;
}


#inhalt {
   border:0px solid green;
   background-color: #FFFFFF;
   height:130em;
   margin-left:14em;
   background-image:url(../images/home2.jpg); background-repeat:no-repeat;       background-position:center;
  background-attachment:scroll;
  

}
#inhalt h1 {
   padding : 0.6em;
   font-size : 0.8em;
   margin : 0;
}
#inhalt p {
   width : 95%;
   font-size : 0.8em;
   padding : 0.6em;
   margin : 0;
}
#inhalt p img {
   padding : 0 0 1em 1em ;
   float : right;
}


#verwlinks {
  float: left;
  width: 35%;
  height: 300px;
  background-color: #FFFFFF;
  margin : 0;
}
#verwrechts {
  float: left;
  width: 13%;
  height: 300px;
  background-color: #FFFFFF;
  margin : 0;
}
#verwmitte1 {
  float: left;
  width: 17%;
  height: 300px;
  background-color: #FFFFFF;
  margin : 0;
}

#verwmitte2 {
  float: left;
  width: 32%;
  height: 300px;
  background-color: #FFFFFF;
  margin : 0;
}

#implinks {
  float: left;
  width: 30%;
  height: 300px;
  background-color: #FFFFFF;
}

#imprechts {
  float: left;
  width: 50%;
  height: 300px;
  background-color: #FFFFFF;
}

#fuss {
   border:0px solid gray;
   background-color: #E4E4E4;
   height:0em;
   clear : both;
   border-top : 0.05em solid #454545;
   text-align : center;
   padding-top : 0.8em;
}
#fuss p {
   font-size : 0.9em;
   color : #7E0000;
   width : 70%;
   margin : auto;
}

#text01 { 
   font-size : 0.9em;
   color : #24A041;
}

#link1 a {
   padding:0.5em;
   display:block;
   color: #FFFFFF;
   font-weight:600;
   text-decoration: none;
}

#link1 a:hover,
#link1 a:focus,
#link1 a:active {
   display:block;
   color: #FFFF99;
   font-weight:600;
   text-decoration: none;
   background-color: #24A041;
}

#link2 a {
   padding:0.5em;
   display:block;
   color: #FFFFFF;
   font-weight:600;
   text-decoration: none;
}

#link2 a:hover,
#link2 a:focus,
#link2 a:active {
   display:block;
   color: #FFFF99;
   font-weight:600;
   text-decoration: none;
   background-color: #24A041;
}
