@font-face { font-family: 'frutiger_light'; src: url('../fonts/FrutigerNextLT-Light.woff');
}

@font-face { font-family: 'frutiger_bold'; src: url('../fonts/FrutigerNextLT-Bold.woff');
}

.style_color_01 {
    background-color: #005eb0;
}
.text_color_01 {
    color: #005eb0;
}

.style_color_02 {
    background-color: #8a8a8a;
}

.style_color_03 {
    background-color: #000;
}
.text_color_03 {
    color: #000;
}

.style_color_04 {
    background-color: #e3e3e3;
}

.style_color_05 {
    background-color: #96c11f;
}

.style_color_06 {
    background-color: #fff;
}
.text_color_06 {
    color: #fff;
}

.style_color_07 {
    background-color: #c8c8c8;
}

.div_aussen_links {
    position: absolute;
    top: 168px;
    left: 0px;
    width: 50%;
    height: 456px;
}

.div_aussen_rechts {
    position: absolute;
    top: 168px;
    left: 50%;
    width: 50%;
    height: 456px;
}

.div_aussen_link {
    position: absolute;
    top: 0px;
    width: 1280px;
    max-width: 1280px;
    left: 50%;
    margin-left: -640px;
}

.div_aussen {
    position: absolute;
    top: 0px;
    width: 1280px;
    max-width: 1280px;
    left: 50%;
    margin-left: -640px;
}

.div_balken {
    position: absolute;
    top: 0px;
    width: 1128px;
    height: 12px;
    margin-left: 76px;
}

.div_balken_left {
    position: relative;
    float: left;
    width: 1128px;
    height: 12px;
    margin-left: 76px;
    margin-top: 30px;
}

.div_logo {
    position: absolute;
    width: 185px;
    height: 47px;
    margin-left: 76px;
    top: 0px;
}

.div_bild_header {
    position: relative;
    float: left;
    height: 456px;
    width: 580px;
    margin-top: 168px;
}

.div_bild_header_left {
    position: relative;
    float: right;
    height: 456px;
    width: 580px;
    margin-top: 168px;
    margin-left: 20px;
}

.img_header {
    background-image: url("../images/image_01.jpg");
}

.img_header_2 {
    background-image: url("../images/image_02.jpg");
}

.img_logo {
    padding-top: 94px;
    padding-left: 0px;
}

/* Boxen */

.div_box_text {
    position: relative;
    float: left;
    width: 504px;
    height: auto;
    margin-left: 76px;
    margin-top: 48px;
}

.div_box_text_01 {
    position: relative;
    float: left;
    width: 504px;
    height: auto;
    margin-left: 118px;
    margin-top: 48px;
}

.div_box_punktlinie {
    position: relative;
    float: left;
    border: 0px;
    border-left:dotted #000 2px;
    height: 456px;
    margin-left: 60px;
    margin-top: 166px;
}

/* Text */

.text_box_bold {
    font-family: 'frutiger_bold';
    font-size: 14px;
    line-height: 133%;
}

a {
    font-family: 'frutiger_bold';
    font-size: 14px;
    line-height: 133%;
    text-decoration: none;
}

.text_box {
    font-family: 'frutiger_light';
    font-size: 14px;
    line-height: 133%;
}

.text_footer {
    position: relative;
    float: left;
    font-family: 'frutiger_light';
    width:1280px;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    margin-top: 30px;
}

.pfeil {
    position: absolute;
    margin-top: 2px;
}

.margin_top {
    margin-top: 24px;
}