table.elmbeschr pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
table.elmbeschr tr td:first-child {
  width: 60%;
}
table.elmbeschr tr td:nth-child(2) {
  width: 40%;
}
table.anleitung {
  border: none;
}
table.anleitung td {
  width: 50%;
  padding-left: 0px !important;
}
table.anleitung tbody tr:nth-child(2n) {
  background: #fff none repeat scroll 0 0;
}
