body{
  background-color : #ffffff           ;
}
a{
  color            : #66a310           ;
  font-family      : Arial             ;
  font-size        :  12px             ;
  font-weight      : bold              ;
  text-decoration  : none              ;
}
a:hover{
  color            : #66a310           ;
  font-family      : Arial             ;
  font-size        :  12px             ;
  font-weight      : bold              ;
  text-decoration  : underline         ;
}
img{
  border           :   0px             ;
}

#contents{
/*border           : solid 1px #000000 ;*/
  height           :     700px         ;
  left             :      50%          ;
  margin-left      :    -450px         ;
  margin-top       :    -350px         ;
  position         : absolute          ;
  text-align       : center            ;
  top              :      50%          ;
  width            :     900px         ;
  z-index          :       1           ;
}
#menue{
  position         : absolute          ;
  left             :      50%          ;
  margin-left      :    -450px         ;
  text-align       : center            ;
  top              :     105px         ;
  width            :     900px         ;
  z-index          :       2           ;
}
#blaettern{
  position         : absolute          ;
  top              :     200px         ;
  left             :     825px         ;
  z-index          :       3           ;
}
#inhalt{
  position         : absolute          ;
  top              :     227px         ;
  left             :       0px         ;
  z-index          :       3           ;
}
#inhalt_klein{
  position         : absolute          ;
  top              :     272px         ;
  left             :      67px         ;
  z-index          :       3           ;
}
#inhalt_kontakt{
  position         : absolute          ;
  top              :     290px         ;
  left             :     105px         ;
  text-align       : left              ;
  z-index          :       3           ;
}

