.contactcontent .box {
    position: relative;
    font-family: Verdana, sans-serif;
    color: white;
    background: url(/contact/res/pics/contact_box.png) no-repeat 0 0;
    width: 557px;
    height: 206px;
    margin: 0 0 20px 0;
    text-align: left;

    padding: 20px;
}

.headline {
    color: #969696;
    font-size: 20px;
}

.contactcontent .siteheadline_de {
    background: url( "res/pics/hl_contact_de.png" ) no-repeat 0 0;
    text-align: left;
    width: 95px;
    height: 27px;
}

.contactcontent .siteheadline_en {
    background: url( "res/pics/hl_contact_en.png" ) no-repeat 0 0;
    text-align: left;
    width: 95px;
    height: 27px;
}

.contactcontent .box .text {
    text-align: left;
    font-size: 12px;
    margin: 0.5em 0 2.5em;
    line-height: 18px;
}

.contact_seperator {
    width: 540px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 5px;
}

.contactcontent .addr
{
    position:relative;
    top: 3px;
}

