body {
    background-color: #CCD4E6;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

img {
    border-width: 0px;
    margin: 0px;
}

div#contentBox {
    background-color: #303D70;
    background-image: url(../images/bg_intro.gif);
    
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 278px;
    margin: -139px 0px 0px 0px;
}

div#contentBoxInside {
    width: 786px;
    height: 278px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin: 0px 0px 0px -393px;
}

div#intro_logo {
    position: absolute;
    left: 204px;
    top: 38px;
    width: 517px;
    height: 68px;
}

div#intro_auge_li {
    position: absolute;
    left: 204px;
    top: 106px;
    width: 189px;
    height: 99px;
}

div#intro_auge_re {
    position: absolute;
    left: 393px;
    top: 106px;
    width: 195px;
    height: 99px;
}

div#intro_airbrush {
    position: absolute;
    left: 0px;
    top: 106px;
    width: 204px;
    height: 99px;
}

div#intro_kreativ {
    position: absolute;
    left: 588px;
    top: 106px;
    width: 197px;
    height: 99px;
}

div#intro_fuss {
    position: absolute;
    left: 0px;
    top: 205px;
    width: 588px;
    height: 73px;
}

div#intro_text {
    position: absolute;
    left: 282px;
    top: 249px;
    width: 588px;
    height: 73px;
    
    /* Text Attributes */
    font-family: Arial;
    font-size: 9px;
    color: #4F5A85;
}


