body {
    margin: 0;
    padding:0;
    font-family:Arial,Verdana,Sans-Serif;
    font-size:12px;
    text-align:center;
    background: #ffffff;
    background-image: url(images/bg_body.gif);
    background-repeat: repeat-x;
    background-position: top;
}
#background {
    padding-top: 21px;
    background-image: url(images/bg_top.gif);
    background-repeat: no-repeat;
    background-position: top;
}

#container {
    padding: 10px 25px 10px 25px;
    margin-left: auto;
    margin-right: auto;
    width: 917px;
    text-align: left;
    background: #ffffff;
}
#language {
    padding: 5px 0;
    text-align: right;
}
#language a {
    color: #a7a8aa;
    text-decoration: none;
}
#language a.active {
    color: #747577;
    text-decoration: none;
}

#head {
    height: 130px;
    background-image: url(images/logo.gif);
    margin-bottom: 30px;      
}
#navigation {
    width: 190px;

    border-bottom: 1px solid #a7a8aa;
    float: left;
}

#navigation a {
    text-align: right;
    padding: 6px 5px 6px 0;
    display: block;
    color: #a7a8aa;
    text-decoration: none;
    border-top: 1px solid #a7a8aa;
}

#navigation a:hover {
    color: #747577;
    background: #f6f6f6;
}

#navigation a.active {
    color: #000000;
    background: #efefef;

}

#navigation a.subnav {
    color: #a7a8aa;
    padding-right: 45px;
    background: #efefef;
    background-image:url(images/bg_subnav.gif);
    background-position: right;
    background-repeat: no-repeat;
    border-top: 0;
}
#navigation a.subnav:hover {
    color: #747577;
    background-position: right;
    background-repeat: no-repeat;
    background-image:url(images/bg_subnav_hover.gif);
}

#navigation a.subnav_active {
    color: #000000;
    padding-right: 45px;
    background: #efefef;
    background-image:url(images/bg_subnav_hover.gif);
    background-position: right;
    background-repeat: no-repeat;
    border-top: 0;

}
#navigation p.login_headline {
    display: block;
    margin: 0;
    padding: 6px;
    font-weight: bold;
    background: #a7a8aa;
    color: #ffffff;
    border-top: 1px solid #a7a8aa;
}

#content {
    margin-left: 215px;
}

#SubContent {
}
#MainContent {
    padding: 25px 0;
}
#MainContent a {
    text-decoration: underline;
    color: #9a141b;
}
#MainContent a:hover {
    text-decoration: none;
}
#SubContent img {
}




#breadcrumb {
    padding: 0;
    color: #a7a8aa;
    font-size: 11px;
    border-bottom: 1px solid #a7a8aa;
}


#keil {
    height: 15px;
    background-image:url(images/keil_unten.gif);
}


#footer {
    padding: 0 0 15px 0;
}
#footer  p {
    margin: 0;
    font-size: 12px;
    color: #a7a8aa;
}
#footer a {
    text-decoration: none;
    color: #a7a8aa;
}

#aktuelles {
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    width: 919px;
    background: #9a141b;
    background-image: url(images/bg_aktuelles.gif);
    background-position: top;
    background-repeat: no-repeat;
    text-align: left;
    color: #ffffff;
}
#aktuelles h1 {
    text-align: right;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    padding: 0;
    font: normal 48px arial;
    letter-spacing: -1px;
    color: #ffffff;
}



#bottom_box {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 969px;
    background: #6b6b6c;
    background-image: url(images/bg_bottom.gif);
    background-repeat: repeat-x;
    background-position: top;
    text-align: left;
}
#bottom_navigation {
    padding: 0 0 0 20px;
    margin: 0 35px 0 20px;
    width: 189px;
    height: 48px;
    background-image: url(images/bg_bottom_navigation.gif);
    float: left;
}
#bottom_navigation span {
    display: block; float: left;
    padding: 7px;
}
#bottom_navigation a {
    text-decoration: none;
    color: #666666;
}
#bottom_navigation a:hover {
    color: #000000;
}





#schatten {
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 969px;
    height: 24px;
    background-image: url(images/bg_schatten.gif);
}

div.floating_box_spacer {

}

div.floating_box {
    padding: 15px 15px 15px 0;
    width: 195px;
    float: left;
}
div.floating_box p {
    color: #333333;
}



.clear {
    clear: both;
}




#login {
    z-index: 10;
    position: absolute;
    padding: 10px;
    top: 30%;
    left: 35%;
    right: 35%;
    background: #ffffff;
    filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
    border: 5px solid #9a141b;
    text-align: left;
}
#login_close {
    float: right;
}
#login h1 {
    text-align: right;
    font: bold 16px arial;
    color: #000000;
    border-bottom: 1px solid #a7a8aa;
}
#login p {
    font: normal 12px arial;
}

div.form-container {
}

p.legend {
    margin-bottom: 1em;
}
p.legend em {
    color: #cc0000;
    font-style: normal;
}

div.errors {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    border: #FC6 1px solid;
    background-color: #FFC;
}
div.errors p {
    margin: 0;
}
div.errors p em {
    color: #cc0000;
    font-style: normal;
    font-weight: bold;
}

div.form-container form p {
    margin: 0;
}
div.form-container form p.note {
    margin-left: 170px;
    font-size: 90%;
    color: #333333;
}
div.form-container form fieldset {
    margin: 10px 0;
    padding: 10px;
    border: #dddddd 1px solid;
}
div.form-container form legend {
    font-weight: bold;
    color: #666666;
}
div.form-container form fieldset div {
    padding: 0.25em 0;
}

div.form-container label,
div.form-container span.label {
    margin-right: 10px;
    padding-right: 10px;
    width: 150px;
    display: block;
    float: left;
    text-align: right;
    position: relative;
}
div.form-container label.error,
div.form-container span.error {
    color: #CC0000;
}
div.form-container label em,
div.form-container span.label em {
    position: absolute;
    right: 0;
    font-size: 120%;
    font-style: normal;
    color: #cc0000;
}
div.form-container input.error {
    border-color: #cc0000;
    background-color: #ffeeff;
}

div.form-container input:focus,
div.form-container input.error:focus,
div.form-container textarea:focus {
    background-color: #efefef;
    border-color: #cccccc;
}

div.form-container div.controlset label,
div.form-container div.controlset input {
    display: inline;
    float: none;
}

div.form-container div.controlset div {
    margin-left: 170px;
}
div.form-container div.buttonrow {
    margin-left: 180px;
}



label.settings {
    display: block;
    float: left;
    padding: 4px;
    background: #efefef;
}
input.settings {
    width: 135px;
    float: left;
    margin-right: 20px;
}
