body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: White;
}

#Frame {
  width: 780px;
  margin: 0px auto 0px auto;
  text-align: left;
  background-color: White;
  background-image: URL('../_images/border.right..png');
  background-repeat: repeat-y;
  background-position: 100%;
}

#Header {
  background-color: White;
}

#LeftMenu {
  position: relative;
  float: left;
  width: 190px;
  margin-top: -20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: White;
  background-image: URL('../_images/aeskulap..png');
  background-repeat: no-repeat;
  background-position: 130px 70px;
  font-size: 12px;
}

#BodyText {
  float: left;
  width: 450px;
  background-color: White;
  background-image: URL('../_images/aeskulap..png');
  background-repeat: no-repeat;
  background-position: -60px 50px;
  margin-bottom: 10px;
}

#RightMenu {
  position: relative;
  float: right;
  width: 130px;
  margin-top: -70px;
  background-color: White;
  text-align: right;
  font-size: 12px;
}

#Footer {
  font-family: "Tahoma CE", Tahoma, "Helvetica CE", Helvetica, sans-serif;
  margin-top:   20px;
  margin-bottom: 0px;
  font-size: 10px;
  color: #A4A6A9;
}
