#content .cel_pagetype_MultiRichText {
    margin-top: -30px;
}
#content .cel_pagetype_MultiRichText div.presentationList li {
    width: 100%;
}

table.anleitung {
    width: 100%;
    border: 1px solid #f0f0f0;
}
table.anleitung td {
    width: auto;
    padding: 2px 5px !important;
    vertical-align: top;
}
table.anleitung tr + tr td {
    border-top: 1px solid #f0f0f0;
}
table.anleitung tr:first-child td {
    font-style: italic;
    background: #f0f0f0;
}
#sitecontainer table.anleitung td:first-child,
body.mce-content-body table.anleitung td:first-child {
    width: 75px;
    font-family: Consolas, monospace;
    background: #f0f0f0;
}

table.anleitung td:nth-child(2) b,
table.anleitung td:nth-child(2) strong {
  color: #990000;
  font-weight: normal;
}
table.anleitung td:nth-child(3) b,
table.anleitung td:nth-child(3) strong {
  color: #009900;
  font-weight: normal;
}