/* navigation main container */


#navigation_main_container   {
        border: 0px solid orange;
        background: transparent;
        height: 36px;
        padding: 13px 0 0 0;
        margin: 0;
        font-size: 95%;
}

/* navigation main first level */

ul.menu, ul.menu ul {
        margin: 0 0 0 11px;
        list-style-type: none;
}

ul.menu li {
    float:left;
}

/* link styles main navigation */

#navigation_main_container a {
        margin: 0;
        padding: 0 8px 0 8px; 
        text-decoration: none;
}

#navigation_main_container a:link {
        background: transparent url("/fileadmin/img/backgrounds/nav_background_separator.gif") right top no-repeat;
        color: #FFFFFF; 
        text-decoration: none;
}

#navigation_main_container a:visited {
       background: transparent url("/fileadmin/img/backgrounds/nav_background_separator.gif") right top no-repeat;
        color: #FFFFFF;  
        text-decoration: none;
}

#navigation_main_container a:active {
        background: transparent url("/fileadmin/img/backgrounds/nav_background_white.gif") left top repeat-x;
        color: #333333;
        font-weight: normal;
}

#navigation_main_container a:hover {
        background: transparent url("/fileadmin/img/backgrounds/nav_background_gray.gif") left top repeat-x;
        color: #333333;
        font-weight: normal;
}

/* link styles main navigation - definition speziell fuer typo3 klasse active */

#navigation_main_container a.active {
        background: transparent url("/fileadmin/img/backgrounds/nav_background_white.gif") left top repeat-x;
        color: #333333;
        font-weight: normal;
}



/* navigation sub container */

#navigation_sub_container   {
        border: 0px solid orange;
        background: transparent;
        line-height: 2.0;
        list-style-type: none;
        padding: 7px 0 0 4px;
        margin: 0;
        font-size: 11px;
}

#navigation_sub_container ul   {
        list-style-type: none;
        padding: 0;
        margin: 0;
}

#navigation_sub_container .li-nav-level2   {
        background: transparent url("/fileadmin/img/backgrounds/at09_dotted_line_subnav.gif") left bottom no-repeat;
        padding: 0 0 3px 0;
}


#navigation_sub_container .li-nav-level3   {
        padding: 0 0 3px 10px;
}

/* link styles sub navigation */

#navigation_sub_container a {
        margin: 0;
        padding: 0 8px 0 8px; 
        text-decoration: none;
}

#navigation_sub_container a:link {
        color: #333333;
        font-weight: bold; 
        text-decoration: none;
}

#navigation_sub_container a:visited {
        color: #333333;  
        font-weight: bold; 
        text-decoration: none;
}

#navigation_sub_container a:active {
        color: #0059E3;
        font-weight: bold; 
}

#navigation_sub_container a:hover {
        background: transparent url("/fileadmin/img/backgrounds/nav_background_white.gif") left center repeat-x;
        font-weight: bold; 
        color: #0059E3;
}

/* link styles sub navigation - definition speziell fuer typo3 klasse current */

#navigation_sub_container a.current {
        background: transparent url("/fileadmin/img/backgrounds/nav_list_style_blue_square.gif") left center no-repeat;
        color: #0059E3;
        font-weight: bold; 
        list-style: url("/fileadmin/img/backgrounds/nav_list_style_blue_square.gif");
}

/* link styles sub navigation - definition speziell fuer typo3 klasse actifsub (Submenupunkt mit aufgeklappten Unterpunkten) */

#navigation_sub_container a.activesublevel {
        background: transparent;
        color: #0059E3;
        font-weight: bold; 
        list-style: none;
}


/* link styles sub navigation level 2 */


#navigation_sub_container .li-nav-level3 a:link {
        color: #3A79DC;
        font-weight: bold; 
        text-decoration: none;
}

#navigation_sub_container .li-nav-level3 a:visited {
        color: #3A79DC;  
        font-weight: bold; 
        text-decoration: none;
}

#navigation_sub_container .li-nav-level3 a:active {
        color: #0059E3;
        font-weight: bold; 
}

#navigation_sub_container .li-nav-level3 a:hover {
        background: transparent url("/fileadmin/img/backgrounds/nav_background_white.gif") left center repeat-x;
        font-weight: bold; 
        color: #0059E3;
}

/* link styles sub navigation level 2 - definition speziell fuer typo3 klasse current */

#navigation_sub_container .li-nav-level3 a.current {
        background: transparent url("/fileadmin/img/backgrounds/nav_list_style_blue_square.gif") left center no-repeat;
        color: #0059E3;
        font-weight: bold; 
        list-style: url("/fileadmin/img/backgrounds/nav_list_style_blue_square.gif");
}
