html, body { width: 100%; }
/* --- div layout --- */
#container-outer {
    position: absolute;
    width: 886px;
    left: 50%;
    margin-left: -443px;
    padding-bottom: 10px;
}
#top, .head-row, .head, .divider, .main, #menu-foot { width: 100%; }
#top, .head-row, .head, .divider { margin-bottom: 8px; }
.divider { margin-bottom: 0px; }
#left, #right { float: right; }
#left { width: 668px; margin-left: 8px; }
#right { width: 210px; }
#top {
    height: 67px;
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    background-position: top left;
}
#logolink {
    display: block;
    height: 67px;
    width: 230px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
.head { height: 106px; }
#left .head {
    /*background-image: url(../images/top_training.jpg);*/
    background-repeat: no-repeat;
    background-position: top left;
}
#head-left .inner {
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
}
#right .head { background-color: #9496ab; }
#head-right {
    overflow: hidden;
    text-align: center;
    color: #000033;
    font-weight: bold;
    text-transform: lowercase;
}
#head-right .inner {
    margin: 0px;
    padding: 0px 10px;
}
#head-right p, #head-right h4 { margin: 0px; }
.divider {
    height: 8px;
    background-color: #000033;
}
.head-row { height: 21px; }
#right .head-row {
    background-color: #ad0020;
    /*background-image: url(../images/Ani_210x21.gif);
    background-repeat: no-repeat;
    background-position: top left;*/
}
#main-container {
    clear: both;
    position: absolute;
    top: 244px;
    width: 100%;
    background-color: transparent;
    background-image: url(../images/menu_bg.png);
    background-repeat: repeat-y;
    background-position: left top;
}
#content { padding: 10px 50px 10px 20px; }
#content-container {
    background-color: #efefef;
    width: 668px;
    float: right;
    margin-left: 8px;
    position: relative;
}
#breadcrumb {margin-left: 20px;}
#menu-sub {
    background-color: #c5c5cf;
    color: #333333;
    width: 210px;
    float: left;
    position: relative;
}
#menu-foot {
    clear: both;
    background-color: #e8e9ea;
    padding-top: 15px;
    padding-bottom: 10px;
}
#menu-head {
    background-color: #ad0020;
    font-size: 12px;
}
#top, #menu-sub, #menu-foot { font-size: 11px; line-height: normal; }
#menu-head a { color: #ffffff; }
#top a, #menu-foot a, #menu-sub a { color: #333333; font-weight: normal; }
#top a, #menu-head a, #menu-foot a, #menu-sub a { text-decoration: none; }
#top a:hover, #menu-head a:hover, #menu-foot a:hover, #menu-sub a:hover { text-decoration: underline; }
#top ul {
    list-style-type: none;
    padding: 0px;
    position: relative;
    top: 50%;
    text-align: right;
}
#top ul li {
    border-right: 1px solid #333333;
    color: #999999;
    text-align: center;
    text-transform: lowercase;
    padding: 0px 5px;
    display: inline;
}
#top ul li.first { border-left: 1px solid #333333; }
#menu-head ul, #menu-foot ul {
    list-style-type: none;
    padding: 0px;
    position: relative;
    margin: 0px;
    width: 100%;
    text-align: center;
}
#menu-head ul li, #menu-foot ul li {
    text-align: center;
    text-transform: lowercase;
    padding: 0px 7px 0px 10px;
    display: inline;
}
#menu-head ul { top: 3px;text-align: left;}
#menu-foot ul { top: 0px; }
#menu-head ul li {
    color: #ffffff;
    font-weight: bold;
    padding: 0px;
}
#menu-head ul li.active { color: #000033; }
#menu-foot ul li {
    border-left: 1px solid #333333;
    color: #333333;
}
#menu-head ul li.first, #menu-foot ul li.first { border: none; }
#menu-head ul li img { border-left: 1px solid #ffffff; }
#menu-head ul li.first img { border: none; }
#menu-sub a {
    display: block;
    padding: 4px 0px;
    padding-left: 15px;
    border-bottom: 1px solid #9696aa;
    background-color: transparent;
}
#menu-sub ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: l;
    width: 100%;
}
#menu-sub ul li {
    width: 100%;
    padding: 0px;
}
#menu-sub ul li.first a { border-top: 1px solid #9696aa; }
#menu-sub ul li.active li a { border-top: none; }
#menu-sub ul li.active a, #menu-foot ul li.active a, #top ul li.active a { font-weight: bold; }
#menu-sub ul li.active a { color: #ad0020; }
#menu-sub ul li.active li a { color: #333333; }
#menu-sub ul li.active li.active a { text-decoration: underline; }
/* --- sitemap --- */
/*
ul.sitemap {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul.sitemap li a {
    display: block;
    background-color: #ad0020;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 5px;
}
ul.sitemap li a:hover { color: #000033; }
ul.sitemap li ul li a {
    background-color: transparent;
    color: #000033;
    padding: 3px 10px;
    margin: 0px;
}
ul.sitemap li ul li a:hover { color: #ad0020; }
.sitemap li li { padding-left: 20px; }
*/
/* allgemein */
ul.sitemap {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul.sitemap li {
    margin: 0px;
    padding: 0px;
}
/* ab 1. Ebene */
ul.sitemap.level-1 li a {
    display: block;
    background-color: #9696aa;
    color: #ffffff;
    padding: 5px 10px;
    margin: 5px 0px;
    width: 200px;
}
ul.sitemap.level-1 li span { display: block; background-color: #c5c5cf; }
ul.sitemap.level-1 li a:hover { color: #ad0020; }
ul.sitemap li.level-1 { padding-top: 1px; }
/* ab 2. Ebene */
ul.sitemap.level-2 li span {
    background-color: transparent;
    padding: 3px 0px;
}
ul.sitemap.level-2 li a {
    background-color: transparent;
    color: #000033;
    padding: 0px 0px;
    margin: 0px;
    display: inline;
}
span.sitemap-left {
    width: 220px;
    height: 100%;
    float: left;
}
ul.sitemap.level-2 li a:hover { color: #ad0020; }
/* ab 3. Ebene */
ul.sitemap.level-3 { float: left; margin-bottom: 10px; }
ul.sitemap.level-3 li a {
    color: #333333;
    width: auto;
    font-weight: normal;
}
ul.sitemap.level-3 li a:hover { color: #ad0020; }
/* ab 4. Ebene */
ul.sitemap.level-4 li { padding-left: 10px; }
.clearer { clear: both; }

