body {
        margin:0;
        background-image:url(images/page-bg.jpg);
        background-repeat:repeat-x;
        background-color: #006AB3;
        font-family:arial;
}
a:link {
        text-decoration: none;
        color:#006AB3;
}
a:visited {
        text-decoration: none;
        color:#006AB3;
}
a:hover {
        text-decoration: none;
        color:#006AB3;
        border-bottom:1px solid #FFB400;
}
.ueberschrift {
        font-size:1.25em;
        color:#006AB3;
}
.ulineorange {
        border-bottom:1px solid #FFB400;
}