/* CSS Document */
@font-face {
    font-family: 'FFDINStdRegular';
    src: url('../fonts/37EA6D_0_0.eot');
    src: url('../fonts/37EA6D_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/37EA6D_0_0.woff2') format('woff2'), url('../fonts/37EA6D_0_0.woff') format('woff'), url('../fonts/37EA6D_0_0.ttf') format('truetype'), url('../fonts/37EA6D_0_0.svg#wf') format('svg');
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}

body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object {
    border: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 16px;
    /*color: #002e5f; */
    color: #003366;

    overflow: hidden !important; /* FF Scroll-leiste */
}


#layout {
    margin: 0 auto;
    margin-top: 9px;

}

#header {
    height: 144px;
    width: 100%;
    background-color: #002e5f;

}

#logo {
    margin-left: 16px;
    width: 184px;
    float: left;
    color: #FFFFFF;
    font-size: 9px;
    display: inline;
}

#logo img {
    margin-top: 14px;

}

#nav {
    display: none;
}


.white_spacer {
    height: 4px;
    background-color: #FFFFFF;
}

#content_index {
    background-color: #d7d2cb;
}


#content {
    font-size: 11px;
    line-height: 17px;
    padding-top: 24px;
    background-color: #d7d2cb;

}

#content_headline {
    margin-left: 79px;
}

#content h3 {
    font-size: 11px;
    font-weight: bold;

    line-height: 14px;
}

#content a {
    color: #002e5f;
}

#content a:hover {
    color: #0099cc;
}

#pdf {
    margin-top: 64px;
    _margin-top: 84px; /* this did the trick. Only IE6 should process this line */
}

#pdf a {
    display: block;
    height: 22px;
    width: 102px;
    overflow: hidden;
}

#pdf a:hover {
    display: block;
    text-indent: -102px;
}

#content_left {
    display: inline;
    margin-top: 19px;
    margin-left: 16px;
    width: 240px;
    float: left;
}

#content_left_partner {
    display: inline;
    margin-top: -15px;
    margin-left: 16px;
    width: 240px;
    float: left;
}

#adress {
    line-height: 16px;
    margin-top: 160px;
}

#content_middle {
    margin-top: 16px;
    padding-left: 300px;
}

#content_right {
    padding-left: 300px;
    margin-top: 16px;

}

#content_right_partner {
    margin-top: 16px;
    margin-left: 16px;
    width: 254px;
    float: left;
    display: inline;
}

#content_right_ruppel {
    margin-top: 16px;
    margin-left: 16px;
    width: 254px;
    float: left;
    display: inline;
}


#content_imp {
    font-size: 10px;
    line-height: 14px;
    padding-top: 24px;
    height: 500px;
    background-color: #d7d2cb;
    background: url('../images/content_back_2.png');


}

#content_imp a {
    color: #002e5f;
}

#content_imp a:hover {
    color: #0099cc;
}

#content_headline_imp {
    margin-left: 16px;
}

#content_imp h3 {
    font-size: 10px;
    font-weight: bold;

}


#content_left_imp {
    margin-top: 16px;
    margin-left: 16px;
    width: 248px;
    float: left;
    display: inline;
}


#content_middle_imp {
    margin-top: 16px;
    margin-left: 16px;
    width: 248px;
    float: left;
    display: inline;
}

.partner {
    color: #009ee0;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.partner a {
    color: #002e5f;
    text-decoration: none;
    font-size: 11px;
}

.partner a:hover {
    color: #0099cc;
    text-decoration: none;
    font-size: 11px;
}

.partner_line {
    font-size: 10px;
    color: #002e5f;
    text-decoration: none;
    padding: 0px 9px 0px 9px;
}

#content_right_imp {
    margin-top: 16px;
    margin-left: 22px;
    width: 248px;
    float: left;
    display: inline;
}

#footer {

    background: url('../images/footer_back.png') repeat;
    height: 1334px;


}

