body {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 100.01%;
        color: #000000;
        background-color: #e5f2e5;
        margin: 0px;
        padding: 0px;
        width: 415px;
}
a {
        color: #000000;
        text-decoration: none;
}
a:hover, a:focus {
        color: #000000;
        text-decoration: underline;
}
img {
        border: none;
}
#head {
        margin: 0px;
        padding: 0px;
        height: 79px;
        background-color: #a2e87e;
}
#cover {
        background-color: #FFFFFF;
        margin: 0px;
        padding: 0px;
        float: right;
        min-height: 130px;
        width: 130px;
        overflow: visible;
}
p {
        font-size: 0.72em;
        margin: 0px;
        padding: 0px;
}
p#titel {
        font-size: 1em;
        font-weight: bold;
        border-top: 1px dashed #0eb606;
        padding: 35px 5px 10px 18px;
}
p#interpret {
        font-size: 0.9em;
        font-weight: bold;
        border-top: 1px dashed #0eb606;
        margin: 0px 0px 0px 18px;
        padding: 10px 0px 0px;
}
/**
p#titel:first-line , p#interpret:first-line {
        display: none;
        font-size: 0.8em;
        font-weight: normal;
}
*/
#infos {
        background-color: #e5f2e5;
        margin: 0px;
        clear: right;
        padding: 3px 3px 3px 18px;
        border-top: 10px solid #0eb606;
}
/* IE-only \*/
* html #infos {
        height: 1%;
}
* html #cover {
        height: 130px;
}
/* /IE-only */
#aktualisieren {
        float: right;
}
.trenner {
        background-color: #FF3504;
        color: #FFC70B;
        font-weight: bold;
        margin: 0px;
        padding: 3px 3px 3px 18px;
        display: none;
}
table {
        width: 100%;
        border-spacing: 0px;
        empty-cells: show;
        border-collapse: collapse;
        display: none;
}
td.p, th.p {
        padding: 2px 1px 2px 18px;
        text-align: left;
}
td.d, th.d  {
        padding: 2px;
        text-align: center;
}
td.l, th.l  {
        padding: 2px 18px 2px 1px;
        text-align: right;
}
td.n, th.n {
        padding: 0px;
        text-align: center;
        width: 130px;
        background-color: #F2C98E;
}
tr.du td, tr.du th {
        background-color: #a2e87e;
}
tr.du td.n, tr.du th.n {
        background-color: #F4B76C;
}