body#contact p {
  margin: 0;
}

body#contact #agency {
  position: absolute;
  z-index: 20;
  left: 40px;
  top: 330px;
  width: 215px;
  height: 110px;
  padding: 20px 10px 20px 20px;
  background-color: #fff;
}

body#contact #agency_scroll {
  overflow: auto;
  width: 205px;
  height: 80px;
  padding-right: 10px;
}

body#contact #agency h2 {
  margin-bottom: 2px;
}

body#contact #form {
  position: absolute;
  z-index: 10;
  left: 280px;
  top: 250px;
  width: 330px;
  height: 370px;
  padding: 20px;
  background-color: #fff;
}

body#contact #form input,
body#contact #form textarea {
  display: block;
  width: 100%;
  margin: 0 auto 20px auto;
  border: 2px solid #999;
}

body#contact #form input#send {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: auto;
  border: none;
  float: right;
}

body#contact #form textarea {
  height: 190px;
}

body#contact #imprint {
  position: absolute;
  left: 650px;
  top: 305px;
  width: 290px;
  height: 280px;
  padding: 20px;
  background-color: #fff;
}

body#contact #imprint_scroll {
  overflow: auto;
  width: 270px;
  height: 230px;
  padding-right: 20px;
}

body#contact input,
body#contact textarea {
  font: 11px Verdana, sans-serif;
}
