/*td.inhalt table {
  border-collapse: collapse;
}

td.inhalt table thead tr {
  background: #e3e9f3;
}
*/
td.inhalt table td {
  padding: 5px;
  vertical-align: top;
}
table.produkt {
  border-collapse: collapse;
}

table.produkt thead tr {
  background: #e3e9f3;
}

table.produkt td {
  border: 1px solid #a0b5d8;
  padding: 5px;
  vertical-align: top;
}

