﻿body
{
    margin: 0px;
}
table
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    width: 100%;
}
.td1
{
    background-color: #414141;
    height: 5px;
}
.td2
{
    background-color: #3B3C5C;
    background-image: url(../images/top-bg.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: right;
}
.td3
{
    background-color: #F2F2F2;
    background-image: url(../images/top-verlauf.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    font-family: Verdana, Tahoma, Arial;
    font-size: 9pt;
    padding: 3px;
    padding-left: 20px;
}
a:link, a:visited
{
    color: #3B3C5C;
    text-decoration: none;
}
a:active, a:hover
{
    color: #3B3C5C;
    text-decoration: none;
}
