/* Startseiten-CSS für ReIntra */
/* $Id: versicherungen.css,v 1.8 2008/12/03 17:15:35 dirkj Exp $ */
.all {
  background-image: url(../images/versicherungen_hintergrund.jpg);
}

.page {
  width: 616px;
}

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


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

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

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

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

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