﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}


#RedMetaBox  {
    width: 200;
    height: 130px;
    position: fixed;
    top: 130px;
    left: 700px;
}


html {
    height: 100%;
    margin-bottom: 1px;
}
#main_body {
    padding: 0;
    margin: 0 auto;
    width: 634px;
}
#header {
    /* width: 100%; */
    height: 94px;
    background-color: #ffffff;
    position: fixed;
    overflow: hidden;
    
    /* MK - Positionierung in der Mitte */
    width: 1020px;
    left: 50%;    
    margin-left: -510px;    /*  Halbe Gesamtbreite * -1    */
    /* border-top: 1px solid #A8A8A8; */
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
}
#logo {
    float:left;
    width: 235px;
    height: 94px;
    padding-left: 5px;

}
#header_pic {
    float:right;
    width: 405px;
    height: 94px;
}
#hnav-box {
    /*width: 100%;*/
    height: 30px;
    position: fixed;
    top: 94px;
    background-image: url(x"Bilder/h-nav-back.gif");
    background: #960000;

    /* MK - Positionierung in der Mitte */
    width: 1020px;
    left: 50%;    
    margin-left: -510px;    /* Halbe Gesamtbreite */
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
}
#hnav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#hnav ul li {
    display: inline;
    margin: 0;
    padding: 0    
}
#hnav ul li a {
    background: url("Bilder/h_nav_line.gif") no-repeat right;
    font-size: 13px;
    color: #ffffff;
    float: left;
    text-decoration: none;
    line-height: 30px;
    outline: none;
    padding-right: 11px;
    padding-left: 11px;
}
#hnav ul li a:hover,
#hnav ul li a:focus {
    background: url("Bilder/h_nav_ac.gif") no-repeat right;
    }

#hnav a.main_nav_active_item {
    background: url("Bilder/h_nav_ac.gif") no-repeat right;
    font-weightx: bold;
}
#metanav {
    float: right;
    height: 30px;
    line-height: 26px;
    margin-right: 7px;
}
#metanav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    padding-right: 13px;
}
#metanav a:hover {
    text-decoration: underline;
}
#left {
    width: 220px;
    height: 1600px;
    background-color: #eeeeee;
    position: fixed;
    top: 125px;
    /*left: 0px;*/
    font-size: 11px;
    color: #575757;
    border-right: 1px solid #A8A8A8;

    /* MK - Positionierung in der Mitte */
    left: 50%;    
    margin-left: -510px;    /*  Halbe Gesamtbreite * -1    */
    border-left: 1px solid #A8A8A8;
}

.sub1_nav_list li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.sub2_nav_list li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sub1_nav_list a.sub1_nav_active_item {
    background: url(Bilder/vnav_ac.gif) repeat-x;
    background: #aaaaaa;
    height: 20px;
    width: 205px;
    padding: 2px 5px 0px 10px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weightx: bold;
    text-decoration: none;
    color: #000000;
    margin-bottom: 1px;
    overflow: hidden;
    line-height: 18px;
}
.sub1_nav_list a.sub1_nav_item {
    background: url(Bilder/vnav_ia.gif) repeat-x;
    background: #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    height: 20px;
    width: 205px;
    padding: 2px 5px 0px 10px;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    margin-bottom: 1px;
    overflow: hidden;
    line-height: 18px;
}
.sub1_nav_list a.sub1_nav_item:hover {
    background: url(Bilder/vnav_ac.gif) repeat-x;
    background: #aaaaaa;
    font-family: Arial, Helvetica, sans-serif;    
    height: 20px;
    width: 205px;
    padding: 2px 5px 0px 10px;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    margin-bottom: 1px;
    overflow: hidden;
    line-height: 18px;
}
.sub2_nav_list a.sub2_nav_active_item {
    background: url(Bilder/vnav_bullet.gif) no-repeat 12px 4px;
    font-family: Arial, Helvetica, sans-serif;    
    height: 20px;
    line-height: 18px;
    width: 192px;
    padding: 0px 5px 0px 23px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #960000;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
        display: block;
}
.sub2_nav_list a.sub2_nav_item {
    background: url(Bilder/vnav_bullet.gif) no-repeat 12px 4px;
    font-family: Arial, Helvetica, sans-serif;    
    height: 20px;
    line-height: 18px;
    width: 192px;
    padding: 0px 5px 0px 23px;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
        display: block;

}
.sub2_nav_list a.sub2_nav_item:hover {
    background: url(Bilder/vnav_bullet.gif) no-repeat 12px 4px;
    font-family: Arial, Helvetica, sans-serif;    
    height: 20px;
    line-height: 18px;
    width: 192px;
    padding: 0px 5px 0px 23px;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #960000;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
        display: block;
}

#content {
    /*  padding: 154px 210px 40px 250px; */

    /* MK Positionierung mitte */
    padding-left: 50px;
    padding-top: 154px;
    padding-bottom: 40px;

    font-size: 12px;
    color: #000000;
    line-height: 16px;
}
#right {
    width: 160px;
    height: 1600px;
    background-color: #eeeeee;
    position: fixed;
    top: 125px;
    right: 0px;
    font-size: 11px;
    color: #575757;
    line-height: 15px;
    border-left: 1px solid #A8A8A8;

    /* MK - Positionierung in der Mitte */
    left: 50%;    
    margin-left: 350px;    /*  [  (Gesamtpixelbreite / 2) - Breite der rechten Spalte ] * -1    */
    border-right: 1px solid #A8A8A8;
}
#righth {
    width: 180px;
    height: 1600px;
    background-color: #eeeeee;
    position: fixed;
    top: 125px;
    right: 0px;
    font-size: 11px;
    color: #575757;
    line-height: 15px;
    border-left: 1px solid #A8A8A8;

    /* MK - Positionierung in der Mitte */
    left: 50%;    
    margin-left: 330px;    /*  [  (Gesamtpixelbreite / 2) - Breite der rechten Spalte ] * -1    */
    border-right: 1px solid #A8A8A8;
}

#ansprechpartner {
padding-bottom: 0px;
}
#footer {
    /*width: 100%;*/
    height: 22px;
    background-color: #ffffff;
    position: fixed;
    bottom: 0px;
    background: url("Bilder/footer.gif") repeat-x;
    background:#960000;
    margin-top: 1px;
    font-famaly: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
    color: #ffffff;

    /* MK - Positionierung in der Mitte */
    width: 1020px;
    left: 50%;    
    margin-left: -510px;    /*  Halbe Gesamtbreite * -1    */
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    /* border-bottom: 1px solid #A8A8A8; */
}

#footer a {
    color: #ffffff;
}

#footer a:hover {
    color: #ffffff;
}


#headlineob {
    background: url("Bilder/headline_back.gif") repeat-x;
    background: #555555;
    font-weightx: bold;
    height: 19px;
    line-height: 17px;
    font-size: 11px;
    color: #ffffff;
    padding-left: 10px;
}
