div.unsichtbar {
  width: 1px;
  height: 1px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}


table {
  border: 0;
  margin: 0;
  padding: 0;
  border-spacing: 0px;
}


td {
  width: 382px;
  padding-bottom: 10px;
  padding-right: 20px;
}

table img {
  border: 0;
  margin-right: 8px;
}

table a, table h3, table p {
  text-decoration: none !important;
}

table h3:hover, table p:hover {
  text-decoration: underline !important;
}

table p {
  padding: 0;
  margin: 0;
}

table h3 {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 5px;
}


/* 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;
}
/* Navigation Ende */


/* Ueberschriften */
div.ueberschrift {
  margin-top: 25px;
}

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 */





