body{
        margin:10px 0px;
        padding:0px;
        font-family: Arial, Helvetica, sans-serif;
        background-color: white;
        color: Black;
}

table {
        font-size: 13px;
        text-align: justify;
}

.left {
        text-align: left;
}

div {
        text-align:justify;
}

div.graurand{
        border-style:solid;
        border-width:0px;
        border-color:#707070;
        border-top-width:2px;
        border-bottom-width:2px;
}


div.schwarz {
        border-color:#000000;
        border-width:0px;
        border-style:solid;
}

img.grau{
        background-color: #A5A5A5;
}


a {
        font-size: 13px;
        font-weight: bold;
        color: Black;
        text-decoration: underline;
}

a:link {
        color : Black;
}
a:visited {
        color : Black;
}
a:hover {
        color : #CC0000;
}
a:active {
        color : Black;
}

a:link.aktuell {
        color : White;
}
a:visited.aktuell {
        color : White;
}
 a:hover.aktuell {
        color : Black;
}
a:active.aktuell {
        color : White;
}