/* Startseiten-CSS für ReIntra */
/* $Id: reintra.css,v 1.49 2008/12/03 17:06:47 dirkj Exp $ */
.all {
  background-image: url(../images/reintra_hintergrund.jpg);
}

.page {
  width: 616px;
}

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

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

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

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

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

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

table.publikationen {
  width: 400px;
  border: 0;
  margin: 0;
  padding: 0;
  empty-cells: hide;
  table-layout: fixed;
}

table.publikationen td.picture {
  margin: 0;
  padding: 14px 0 0 0;
  /*width: 185px;*/
  width:230px;
  vertical-align: top;
  text-align: left;
}

table.publikationen td.text {
  margin: 0;
  padding: 14px 0 0 0;
  /*width: 50%;*/
  width:230px;
  vertical-align: top;
  text-align: left;
}

