div.unsichtbar {
  width: 1px;
  height: 1px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}


/* Navigation */
div#navigation_spalte_links {
  float: left;
  width: 255px;
  margin-right: 20px;
}

div#navigation_spalte_mitte {
  float: left;
  width: 255px;
  margin-right: 20px;
}

div#navigation_spalte_rechts {
  float: left;
  width: 255px;
}

.abstand_unter_link {
  margin-bottom: 10px;
}
/* Navigation Ende */


/* Bild + Beschreibung */
div#bild_links {
  float: left;
  width: 515px;
  margin-right: 30px;
  margin-top: 20px;
}

div#beschreibung_rechts {
  margin-top: 30px;
  float: left;
  width: 260px;
}
/* Bild + Beschreibung Ende */


/* Ueberschriften */
div.ueberschrift {
  margin-top: 35px;
  width: 515px;
}

div.ueberschrift_links {
  font-size: 1.1em;
  float: left;
  width: 90%;
}

div.ueberschrift_rechts {
 float: left;
 width: 10%;
}

hr {
  margin-top: 3px;
  margin-bottom: 8px;
}
/* Ueberschriften Ende */

div#rennschwein {
  position: absolute;
  left: 1000px;
  top: -150px;
  width: 150px;
  height: 127px;
}


div.inhalt {
  width: 515px;
  margin-right: 40px;
}
div.kleine_bilder_rechts {
  margin-top: 10px;
  float: left;
  width: 220px;
}


ul {
  margin-top: 0px;
}
li {
  margin-bottom: 5px;
}


table.preise {
  width: 100%;
  border-spacing: 2px;
}
table.preise td {
  padding: 2px;
}

table.downloads {
  margin-left: -2px;
  margin-right: -2px;
  width: 519px;
  border-spacing: 2px;
}
table.downloads td {
  padding: 2px;
}
table.downloads img {
  border: 0px;
}

