body {
  background-color:#e7fad3;
  text-align:center;
  width:100%;
  margin:0px;
  font-family:verdana;
  font-size:8pt;
  color:#333333;
}

a {
  color:#333333;
  text-decoration:none;
  font-weight:bold;
}

#rahmen {
    position:relative;
    margin-left:0px auto;
    background: url('hintergrund.jpg') repeat-y;
    width:513px;
    height:650px;
    border-bottom:0px solid #035c13;
}

#key {
  position:absolute;
  top:30px;
  left:31px;
}

#schrift_seite {
  position:absolute;
  top:230px;
  left:30px;
}

#menu {
  position:absolute;
  top:5px;
  width:430px;
  left:40px;
  text-align:right;
}

#kontakt {
  position:absolute;
  top:240px;
  left:90px;
  width:385px;
  height:400px;
  text-align:left;
}

#seite1 {
  position:absolute;
  top:240px;
  left:90px;
  width:385px;
  height:100px;
  text-align:left;
}

#seite2 {
  position:absolute;
  top:375px;
  left:90px;
  width:380px;
  height:100px;
  text-align:left;
}

#seite3 {
  position:absolute;
  top:510px;
  left:90px;
  width:380px;
  height:100px;
  text-align:left;
}

#seite1 img, #seite2 img, #seite3 img {
  border:1px solid #035c13;
  margin-right:15px;
}

#seite1 a, #seite2 a, #seite3 a {
  color:#035c13;
}

#footer {
  font-size:8pt;
  color:#aaaaaa;
  margin-top:0px;
  
  border-top:1px solid #035c13;
  width:452px;
}

#footer a {
  font-size:8pt;
  color:#aaaaaa;
  font-weight:normal;
}

#menu a {
  font-size:8pt;
  color:#aaaaaa;
  font-weight:normal;
}