/* Nachfolgende zunächst ein Reset-Style */
* {
        vertical-align: baseline;
        font-family: inherit;
        font-style: inherit;
        font-size: 100%;
        border: none;
        padding: 0;
        margin: 0;
        line-height: 1.25;
}


body {
       
        font-family: Arial, helvetica, sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        text-align: center;
        background-color: #FFFFFF;
        background-position:top;
                           
    }


.bodybox 
{
        position: relative;
        width: 1000px;
        height: 816px;
        margin: 0 auto;
        background-image: url(start.gif);
        background-repeat: no-repeat;  
}

.contact
{
        position: absolute;
        top: 624px;
        left: 670px;
       
}


