body {
    background-color: #4A7DB6;
    color: white;
    font-family: Arial;
}

#frame {
    position: absolute;
    width: 900px;
    height: 540px;
    background-color: #4A7DB6;
    margin-left: -450px;
    margin-top: -270px;
    left: 50%;
    top: 50%;
}

#header {
    position: relative;
    width: 900px;
    /* height: 80px; */
    height: 140px;
    text-align: center;
    font-size: 16pt;
}

.big {
    font-size: 22pt;
}

#body {
    position: relative;
    width: 900px;
    height: 400px;
}

#edding {
    position: absolute;
    top: -10px;
    left: 700px;
}

#flash {
    width: 350px;
    height: 250px;
    margin-left: 275px;
    margin-top: 20px;
}

#ueber {
    position: absolute;
    top: 40px;
    left: 70px;
}

#leistungen {
    position: absolute;
    top: 170px;
    left: 20px;
}

#bestickungen {
    position: absolute;
    top: 300px;
    left: 180px;
}

#beschriftungen {
    position: absolute;
    top: 300px;
    left: 380px;
}

#shop{
    position: absolute;
    top: 300px;
    left: 620px;
}

#referenzen {
    position: absolute;
    top: 170px;
    left: 720px;
}

#kontakt {
    position: absolute;
    top: 40px;
    left: 700px;
}

img {
    border: 0px;
}
