<!--Stylesheet der Startseite-->

a:link
{
        color: #A00020;
        text-decoration: none;
}
a:visited
{
        color: #A00020;
        text-decoration: none;
}
a
{
        color: #FFFFFF;
        text-decoration: none;
}
a:active
{
        color: #A00020;
        text-decoration: none;
}
a:hover
{
        color: #FFFFFF;
        text-decoration: underline;
}
body
{
        font-family: Tahoma, Verdana, Arial;
        background-color: #F09C72;
        color: #000000;
        font-size: 14;
}
table
{
        table-border-color-light: rgb(255,255,153);
        table-border-color-dark: rgb(255,255,51);
}
h1
{
        color: #FFFFFF;
        font-family: Tahoma, Verdana, Arial;
        font-size: 28;
        text-align: center;
        font-weight: bold;
}
}
h2
{
        color: #000000;
        font-family: Tahoma, Verdana, Arial;
        size: 24;
        font-weight: bold;
        text-align: center;
}
h3
{
        color: #000000;
        font-family: Tahoma, Verdana, Arial;
        font-size: 18;
        text-align: center;
        font-weight: normal;
}
h4
{
        color: #000000;
        font-family: Tahoma, Verdana, Arial;
        font-size: 14;
        text-align: center;
        font-weight: bold;
}
h5
{
        color: #000000;
        font-family: Tahoma, Verdana, Arial;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
}
h6
{
        color: #000000;
        font-family: Tahoma, Verdana, Arial;
        font-size: 10px;
        text-align: left;
        font-weight: normal;
}