body { 
    background-image: url('staticback.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 100%; 
    line-height: 1em; 
    color: #838383;
    margin: 0;
    padding: 0;
    position: relative; 
}

/* Positionierung des Kontaktbildes */
.contact-image {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.contact-image img {
    width: auto;
    height: auto; 
}