body
{
    background: #D3D3D3;
    background-position: top;
    background-position: center;
    margin-top: auto;
    margin-left: auto;
    
}

#main
{
    width: 1200px;
    height: 955px;
    background: url(img/Sartseite_blanko-1200.jpg) no-repeat center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#start
{
    width: 99px;
    height: 45px;
    background-image: url(img/buttons/Button_Startseite-h45px.jpg);
    margin-top: 230px;
    margin-left: 30px;
    position: absolute;
    background-image: ;
}

#text
{
    width: 166px;
    height: 45px;
    background-image: url(img/buttons/Button_textildruck-h45px.jpg);
    margin-top: 230px;
    margin-left: 144px;
    position: absolute;
    
}

#kontakt
{
    width: 166px;
    height: 45px;
    background-image: url(img/buttons/Button_Kontakt-h45px.jpg);
    margin-top: 230px;
    margin-left: 880px;
    position: absolute;
}

#druck
{
    width: 166px;
    height: 45px;
    background-image: url(img/buttons/Button_Drucksachen-h45px.jpg);
    margin-top: 230px;
    margin-left: 512px;
    position: absolute;
}

#kfz
{
    width: 166px;
    height: 45px;
    background-image: url(img/buttons/Button_KFZ-h45px.jpg);
    margin-top: 230px;
    margin-left: 328px;
    position: absolute;
}

#werbe
{
    width: 166px;
    height: 45px;
    background-image: url(img/buttons/Button_Werbeartikel-h45px.jpg);
    margin-top: 230px;
    margin-left: 696px;
    position: absolute;
}

#impressum
{
    width: 99px;
    height: 45px;
    background-image: url(img/buttons/Button_Impressum-h45px.jpg);
    margin-top: 230px;
    margin-left: 1061px;
    position: absolute;
    
}

#kollektion
{
    width: 282px;
    height: 56px;
    background-image: url(img/buttons/Button_eigene_Kollektion-h282-v56.jpg);
    margin-top: 720px;
    margin-left: 595px;
    position: absolute;
}

.button
    {
        
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -webkit-transform: scale(0.95 , 0.95);
        -moz-transform: scale(0.95 , 0.95);
        -o-transform: scale(0.95 , 0.95);
        transform: scale(0.95 , 0.95);
        
        
    }

    .button:hover
    {
        
        -webkit-transform: scale(1.0 , 1.0);
        -moz-transform: scale(1.0 , 1.0);
        -o-transform: scale(1.0 , 1.0);
        transform: scale(1.0 , 1.0);

    }
    
#email

{
    
    width: 300px;
    height: 40px;
    margin-top: 770px;
    margin-left: 220px;
    position: absolute;
}    