
body, {
    display: block;
}

body {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(hintergrund.gif);
    color: white;
}




a {
    text-decoration: none;  
}


img { 
    border:0px none;
    text-decoration: none;   
}


* {
    margin: 0;
    padding: 0;
}
