<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Allgemeiner Stil */
body { font-family: Arial,Helvetica,Sans-Serif; font-size:10pt; margin-left: 25px; }

.inlineBlock 
{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.disabled 
{
    color: Silver;
    text-decoration: none;
}
.highlight /* Hervorgehoben */
{
    font-weight: bold;
}

/* Fußzeile */
div.footer 
{
    top:535px;
    left:25px;
    position:absolute;
    width: 635px;
}

p.footerLine
{
    border-bottom: 1px solid Black;
    width:100%;
    width: 635px;
}</pre></body></html>