/* Startseiten-CSS für ReIntra */
/* $Id: kontakt.css,v 1.17 2008/12/03 17:17:56 dirkj Exp $ */
.all {
  background-image: url(../images/kontakt_hintergrund.jpg);
}

.page {
  width: 616px;
}

.reintra {
  background-image: url(../images/reintra_kachel.gif);
  background-repeat: no-repeat;
  position:absolute;
  top: 73px;
  left: 626px;
  z-index: 30;
}

.patienten {
  background-image: url(../images/info_patienten_kachel.gif);
  background-repeat: no-repeat;
  position:absolute;
  top: 105px;
  left: 676px;
  z-index: 40;
}

.versicherungen {
  background-image: url(../images/info_versicherungen_kachel.gif);
  background-repeat: no-repeat;
  position:absolute;
  top: 137px;
  left: 461px;
  z-index: 20;
}

.kontakt {
  background-image: url(../images/kontakt_aktiv_kachel.gif);
  background-repeat: no-repeat;
  position:absolute;
  top: 168px;
  left: 177px;
  width: 616px;
  z-index: 50;
}

.navigation a:hover {
  color: #d50033;
  background-color: #ffffff;  
}

.navigation a.aktiv {
  color: #d50033;
  background-color: #ffffff;  
}
