img {
  border: none;
}

body, p, td, div {
  font-size: 10pt;
  font-family: Arial, Geneva, Helvetica, sans-serif;
}

td {
  vertical-align: top;
}

a:link, a:visited, a:active {
  color: #FF7676;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#main {
  background: url(../img/hgr.main.jpg);
  background-repeat: no-repeat;
}

#wohnung {
  background: url(../img/hgr.wohnung.gif);
  background-repeat: no-repeat;
}

#anfahrt {
  background: url(../img/hgr.anfahrt.jpg);
  background-repeat: no-repeat;
}

#enkirch {
  background: url(../img/hgr.enkirch.gif);
  background-repeat: no-repeat;
}

#kontakt {
  background: url(../img/hgr.kontakt.gif);
  background-repeat: no-repeat;
}

#text_rechts_main, #errors {
  position: absolute;
  top: 38px;
  left: 472px;
}

#text_rechts_wohnung {
  position: absolute;
  top: 39px;
  left: 439px;
}

#text_rechts_enkirch {
  position: absolute;
  top: 49px;
  left: 469px;
}

#abbinder_main {
  position: absolute;
  top: 357px;
  right: 0px;
}

#abbinder_wohnung {
  position: absolute;
  top: 407px;
  left: 0px;
}

#anfahrt_im_ort {
  position: absolute;
  top: 442px;
  left: 468px;
}

#nav_top {
  position: absolute;
  top: 0px;
  right: 0px;
}

#nav_bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url(../img/nav.bottom.gif);
  width: 650px;
  height: 16px;
  text-align: right;
}

#content {
  position: absolute;
  top: 160px;
  left: 10px;
}

.error {
  color: #FF7676;
}

#errors {
  position: absolute;
  top: 38px;
  left: 450px;
  font-size: 8pt;
  border: 1px solid black;
  background: #FF7676;
  width: 195px;
}


