/* Startseiten-CSS für ReIntra */
/* $Id: patienten.css,v 1.12 2008/12/03 17:10:55 dirkj Exp $ */
.all {
  background-image: url(../images/patienten_hintergrund.jpg);
}

.page {
  width: 624px;
}

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


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

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

.kontakt {
  background-image: url(../images/kontakt_kachel.gif);
  background-repeat: no-repeat;
  position:absolute;
  top: 137px;
  left: 549px;
  width: 313px;
  z-index: 40;
}

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

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