<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link { color:#5d7c9c; }
a:visited { color: #5d7c9c; }
a:active { color: #5d7c9c; }
a:hover { text-decoration:none }

.caption 
{
    font-weight: bold;
}

div#standortbnr
{
    float: left;
    margin-right: 50px;
}

div#datum
{
}

table
{
    border: 2px solid gray;
    width: 100%
}
table th
{
    font-weight: normal;
    padding: 3px;
    border: 1px solid #CCC;
    border-bottom: 2px solid gray;
}
table tr  
{
    border-bottom: 1px inset gray;
}
table td  
{
    border: 1px solid #CCC;
    text-align: center;
    padding: 3px;
}</pre></body></html>