/* CSS fuer www.sili-tec.de/startseite.php */

/* Anfang Startseite Auswahl */
table#startseite_auswahl {
  position: absolute;
  margin: 0px auto;
  z-index: 10;
  bottom: 2px;
  left: 2px;
}

table#startseite_auswahl tr {
  vertical-align: middle;
}

table#startseite_auswahl th {
  width: 307px;
  height: 33px;
  padding: 0px;
  text-align: left;
  color: white;
}

table#startseite_auswahl th a {
  display: block;
  width: 287px; /* 307 pixel with padding */
  padding: 0px 0px 0px 20px;
  margin: 0px;
  color: white;
  font-family: "Arial", sans-serif;
  font-size: 0.89em;
  line-height: 33px;
}

table#startseite_auswahl th a:hover {
  color: #AAAAAA;
}

table#startseite_auswahl td a {
  display: block;
}

table#startseite_auswahl .links {
  background: url(images/startseite_links_top.png) no-repeat top left;
}

table#startseite_auswahl .mitte {
  background: url(images/startseite_mitte_top.png) no-repeat top left;
}

table#startseite_auswahl .rechts {
  background: url(images/startseite_rechts_top.png) no-repeat top left;
}
/* Ende Startseite Auswahl */

div#inhalt {
  padding-bottom: 165px;
}

img#startseite_auswahl_hintergrund {
  position: absolute;
  bottom: 155px;
}