
/* CSS Document */

#page {
    z-index: 3;
    position: relative;
    margin: auto;
    width: 997px;
}

#allwrapper {
    width: 100%;
    min-height: 100%; /* Mindesthoehe fuer moderne Browser */
    height:auto !important; /* Important Regel fuer moderne Browser */
    height:100%; /* Mindesthoehe fuer den IE */
    overflow: hidden !important; /* FF Scroll-leiste */
    background: url(../img/line.gif) repeat-x 0px 198px;
}

#wrapper {
    width: 997px;
    margin: auto; /* Div soll zentriert werden */
}

#top_line {
    border-bottom: 1px solid #000;
    top: 0px;
    left: 0px;
    width: 100%;
    position:absolute;
    height: 195px;
    z-index:2;
}

#main_container {
    width: 997px;
}

#left_container {
    width: 75px;
    float: left;
    background: none;
}

#menu_lang_container {
    position: relative;
    text-align: right;
    margin-right: 5px;
    right: auto;
    left: 20px;
}

#menu_2_container {
    visibility: hidden;
    margin-right: 0px;
    background-color: #fbebd2;
    width: 125px;
    margin: 210px 0 0 -31px;
    padding: 0;
    -moz-border-bottom-left-radius:5px; /* Firefox */
    -webkit-border-bottom-left-radius:5px; /* Safari, Chrome */
    -khtml-border-bottom-left-radius:5px; /* Konqueror */
    border-bottom-left-radius:5px; /* CSS3 */
    -moz-border-top-left-radius:5px; /* Firefox */
    -webkit-border-top-left-radius:5px; /* Safari, Chrome */
    -khtml-border-top-left-radius:5px; /* Konqueror */
    border-top-left-radius:5px; /* CSS3 */
    behavior:url('border-radius.htc');
    box-shadow: 0px 0px 0px #2b2b2b, -2px 1px 1px #2b2b2b, 0px 0px 0px #2b2b2b, 0px 0px 0px;
    filter:progid:dxImageTransform.Microsoft.dropShadow(color=#000000,offX=3,offY=3 positive=true);

}

#menu_2_container .inner {
    background-color: #fbebd2
}

#content1_container {
    width: 364px;
    min-height: 630px;
    background: url('../img/bg_left.png') no-repeat center bottom;
    float:left;
    z-index: 10;
    color: #000;
}

#logolink img {
    margin-left: 22px;
}

#logo_main_container {
    padding-bottom: 72px;
}

#logo_container img {
    margin: 37px 0 0 0;}

#logo2_container img {
    margin: 10px 0 0 0;}

#content1_container .csc-header {
    width: 335px;
    margin-bottom: 20px;
}

#content1_container h1.csc-firstHeader {
    top: 60px;
    margin-bottom: -10px;
}

#content1_container p.csc-subheader, p.csc-subheader-0 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 0.8em;
    font-weight: bold;
    margin-bottom: 30px;
}

#content1_container .inner {
    clear: both;
    padding: 0px 20px 50px 30px;
}

#right_container {
    width: 570px;
    float: right;
    margin-left: -12px;
}

#menu_container {
    width: 570px;
    height: 175px;
    background: none;
}

#menu_3_container {
    height: 62px;
    background: none;
    margin-left: 10px;
    width: 575px;
}

#menu_3_container a {
    float: left;
    line-height: 22px;
}

#content2_container {
    width: 582px;
    background-color: #faedcc;
    z-index: 5;
    -moz-box-shadow: 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px #999;
    box-shadow: 2px 2px 2px #999;
    border-top: 1px solid #CCC;
    min-height: 360px;
}

#content2_container .inner {
    width: 548px;
    margin: 10px 0 10px 10px;
    
}

#content2_container .inner .bodytext {
    margin-left: 0px;
    margin-bottom: 12px;
}

#footer {
    clear: right;
    margin-top: 5px;
    margin-left: 10px;
    position: relative;
    color:#fff;
}

#news_button {
    margin-top:20px;

    padding: 55px 12px 0 0;
}

#newslink img {
    margin-right: 10px;
}

.ka-panel .csc-header {
    cursor: pointer;
    padding-left: 15px;
}

.close {
    background: url('../img/arrow-close.gif') no-repeat 0px 5px;
    border-bottom: 1px solid #e9563f;
    padding-bottom: 0px;
}

.open {
    background: url('../img/arrow-open.gif') no-repeat 0px 5px;

}

#logo3_container {
    margin-top: 10px;
    margin-left: 33px;
}