/* IMPORT CSS
*************************************************************/
@import url("basis.css");
 
/* OUTER-WRAPPER-MAIN
*************************************************************/
#outer-wrapper-main {
    border-bottom: 3px solid #fbc000;
    padding: 0 1px 25px 1px;
    width: 906px;
    background: url(../img/bg_outer_wrapper_content_main.gif);
    position: relative;
}

 
/* NAVIGATION-SUB
*************************************************************/
/* Kann man sp&auml;ter wieder entfernen! */
#nav-sub ul ul a {
    font-size: 0.9em;
}

#nav-sub {
    width: 188px;
    padding: 45px 5px;
}

#nav-sub ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav-sub li {
    border-bottom: 1px solid #23308e;
}

#nav-sub a {
    padding: 0 5px 0 15px;
    width: 168px;
    display: block;
    color: #23308e;
    text-decoration: none;
}

#nav-sub a:hover {
    background: url(../img/icon_nav_sub.gif) transparent no-repeat 5px 6px;
}

#nav-sub a.act {
    background: #ebf0f6 none no-repeat 5px 7px;
    font-weight: bold;
}

#nav-sub a.act:hover {
    background: url(../img/icon_nav_sub.gif) #ebf0f6 no-repeat 5px 7px; /* Wird fuer IE6 benoetigt, da 'transparent' nicht unterstuetzt wird! */
}

/* INNER-WRAPPER-MAIN
*************************************************************/
#inner-wrapper-main {
    width: 708px;
}

/* CONTENT
*************************************************************/
#content {
    padding: 30px 30px 30px 20px;
}

