/* ****************************************************************************************/
/* Baumschutzgruppe Düsseldorf  ***** */
/* ***** */
BODY {  font-family: verdana, arial, sans-serif;
        font-size:101%;
        background-color:#86FD86;
        margin:0px;
        padding:0px;
        vertical-align:top;
        height: 100%;
     }

#kopf {
    position: absolute;
    top:0px;
    left:0px;
    width:1000px;
    height:200px;
    background-color: #2E802E;
    background-image:url(grafik/kopf.jpg);
    background-repeat: no-repeat;
    padding-top:0px;
    padding-bottom:0px;
    border-bottom: 2px solid #300;
    z-index:1;
}
#navigation{
    position: absolute;
    top:201px;
    left:0px;
    width:970px;
    height:20px;
    background-color: #2E802E;
    padding:15px 10px 10px 20px;
    font-size:0.8em;
    line-height:1.2em;
    font-weight:400;
    text-align:left;
    border-bottom: 2px solid #300;
}

a.nav, a.nav:link, a.nav:visited
{ color: #fff;
  text-decoration: none;
  font-weight:bold;
}

  a.nav:hover{
  color: #86FD86;
  text-decoration: none;
  font-weight:bold;
 }

  a.imtext, a.imtext:link, a.imtext:visited
{ color: #333;
  text-decoration: underline;
}

  a.imtext:hover {
  color:#000;
  text-decoration: none;
 }


#inhalt{
    position: absolute;
    top:248px;
    left:0px;
    width:996px;
    height:auto;
    min-height:500px;
    background-color: #86FD86;
    border-right:2px solid #2E802E;
    border-left:2px solid #2E802E;
    border-bottom:2px solid #2E802E;
}

#zitat{
    position: absolute;
    top:15px;
    left:578px;
    width:390px;
    height:300px;
    padding:10px 10px 10px 10px;
    font-size:0.8em;
    line-height:1.2em;
    font-weight:600;
    text-align:right;
}
#text{
    position: relative;
    top:20px;
    left:20px;
    width:640px;
    font-size:1.0em;
    line-height:1.4em;
    font-weight:400;
    text-align:left;
}

#bilderspalte{
    position: absolute;
    top:80px;
    left:670px;
    width:300px;
    font-size:1.0em;
    line-height:1.4em;
    font-weight:400;
    text-align:left;
    border:0px solid red;
}

h1{ font-size:1.4em;
    line-height:1.0em;
    font-weight:700;
}

h2{ font-size:1.1em;
    line-height:1.0em;
    font-weight:600;
}

li{margin-bottom: 20px;

}

img.rahmen{
padding:5px;
background-color: #fff;
border:2px solid #2E802E;
margin-bottom: 30px;
}

tr.zeile2{
 background-color: #C0F1C7;
}

.kasten{
width:90%;
padding:10px;
border: 2px solid #2E802E;
background-color: #bfb;
}