﻿body 
{
    background-image: url('../hgbild.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #d1dfe8;
    background-attachment: fixed;
    font-family: Tahoma;
    font-size: 12pt;
    text-align: left;
}
h1
{
    color: White;
    text-align: center;
}
h2
{
    font-family: Tahoma;
    font-size: 16pt;
    color: White;
    text-align: center;
    background-color: Darkblue;
}
h3
{
    font-family: Tahoma;
    font-size: large;
    color: Black;
    text-align: left;
}
a:link
{
    font-family: Tahoma;
    font-size: 12pt;
    color:#FFFFFF;
    text-decoration:none;
}
a:hover
{
    font-family: Tahoma; 
    font-size: 12pt; 
    color:#FFFFFF; 
    text-decoration:underline; 
}
a:visited
{
    font-family: Tahoma; 
    font-size: 12pt; 
    color:#FFFFFF; 
    text-decoration:none; 
}
#kopfzeile 
{
    display:none;
}

#print 
{
    display:none;
}
