BODY {
        background-image : url(bilder/hintergrund.jpg);
        background-color: #ffffff;
        margin-top : 2%;
        margin-left : 5%;
        margin-right : 2%;
        margin-bottom :2%;
}
ul,ol,dl,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:"Trebuchet MS",Verdana,Arial;  color:#000000;}
p
     { font-family:"Trebuchet MS",Verdana,Arial; text-align:justify;  color:#000000;}
h1,h2,h3,h4,h5
     { font-family:"Trebuchet MS",Verdana,Arial; color:#000000; }
a:link {
        color : #035615;
        font-family:"Trebuchet MS",Verdana,Arial;
        text-decoration : underline;
}
a:visited {
        color : #035615;
        font-family:"Trebuchet MS",Verdana,Arial;
        text-decoration : underline;
}
a:active {
        color : #FF5F00;
        font-family:"Trebuchet MS",Verdana,Arial;
        text-decoration : none;
}
a:hover {
        color : #D81305;
        font-family:"Trebuchet MS",Verdana,Arial;
        text-decoration: none;
}