body
{
    font-family:sans-serif;
    background-image:url(../images/hintergrund.png);
    background-repeat:no-repeat;
    background-attachment:fixed;
    margin-left:64px;
    font-size:80%;
}

h1
{
    font-size:150%;
}

a:link
{
    color:#0000FF;
    text-decoration:none;
}

a:visited
{
    color:#008000;
    text-decoration:none;
}

a:hover
{
    color:#FF0000;
    text-decoration:none;
}

a:active
{
    color:#FFFF00;
    text-decoration:none;
}

table
{
    font-family:sans-serif;
}

th
{
    text-align:left;
    font-weight:bold;
    font-style:italic;
    color:#FFFFFF;
    background:#00007F;
}

hr.headfoot
{
    background:#0000FF;
    color:#0000FF;
    width:100%;
    height:1px;
    border:1px;
}

hr
{
    background:#0000FF;
    width:100%;
    height:1px;
    border:1px;
}

textarea
{
    font-family:sans-serif;
    font-size:100%;
}

.absage
{
    color:#FF0000;
    font-weight:bold;
}

.success
{
    color:#FF0000;
}

.failure
{
    color:#FF0000;
}
