/* navigation main container */

#navigation_main_container   {
        background: transparent;
        padding-top: 29px;
        font-family: "Times New Roman",Georgia,Times;
        text-transform: uppercase;
}

/* navigation main first level */

ul.menu, ul.menu ul {
        margin-left: -45px;
        list-style: none;
}

ul.menu li {
        list-style: none;
        float: left;
}

.li-nav-level1 {
        list-style: none;
}

/* link styles main navigation */

#navigation_main_container a {
        margin: 0 4px 0 0;
        padding: 0; 
        color: blue;
}

#navigation_main_container a:link {
        background: transparent;
        color: blue;
}

#navigation_main_container a:visited {
       background: transparent;
        color: #4169E1;
}

#navigation_main_container a:hover {
        background: transparent;
        color: #4169E1;
}

#navigation_main_container a:active {
        background: transparent;
        color: #CC0000;
}

/* link styles main navigation - definition speziell fuer typo3 klasse active */

#navigation_main_container a.active {
        background: transparent;
        color: #000000;
        text-decoration: none;
}

/* navigation sub container */

#navigation_sub_container   {
        
        background: transparent;
        padding-top: 35px;
        padding-bottom: 0;
        font-family: "Times New Roman",Georgia,Times;
        text-transform: uppercase;
}

#navigation_sub_container ul   {
        list-style: none;
        padding: 0;
        margin: 0 0 0 8px;
}

#navigation_sub_container li   {
        background: transparent url("/fileadmin/img/backgrounds/at09_dotted_line_subnav.gif") left bottom no-repeat;
        list-style: none;
        float: left;
}


#navigation_sub_container .li-nav-level3   {
        padding: 0 0 3px 10px;
}

/* link styles sub navigation */

#navigation_sub_container a {
        color: blue; 
        margin: 0 4px 0 0;
        padding: 0; 
}

#navigation_sub_container a:link {
        background: transparent;
        color: blue;
}

#navigation_sub_container a:visited {
        background: transparent;
        color: #4169E1;
}

#navigation_sub_container a:hover {
        background: transparent;
        color: #4169E1;
}

#navigation_sub_container a:active {
        background: transparent;
        color: #CC0000;
}

/* link styles sub navigation - definition speziell fuer typo3 klasse current */

#navigation_sub_container a.current {
        background: transparent;
        color: #000000;
        text-decoration: none;
}

/* link styles sub navigation - definition speziell fuer typo3 klasse actifsub (Submenupunkt mit aufgeklappten Unterpunkten) */

#navigation_sub_container a.activesublevel {
        background: transparent;
        color: #000000;
        text-decoration: none;
}

/* styles sub navigation level 2 */

#navigation_sub_container_level2   {
        border: 0px solid orange;
        background: transparent;
        padding-top: 0;
        padding-bottom: 40px;
        font-family: "Times New Roman",Georgia,Times;
}

#navigation_sub_container_level2 ul   {
        list-style: none;
        padding: 0;
        margin: 0 0 0 8px;
}

#navigation_sub_container_level2 li   {
        background: transparent url("/fileadmin/img/backgrounds/at09_dotted_line_subnav.gif") left bottom no-repeat;
        list-style: none;
        float: left;
}

/* link styles sub navigation level 2 */

#navigation_sub_container_level2 a {
        color: red; 
        margin: 0 4px 0 0;
        padding: 0;
}

#navigation_sub_container_level2 a:link {
        background: transparent;
        color: blue;
}

#navigation_sub_container_level2 a:visited {
        background: transparent;
        color: #4169E1;
}

#navigation_sub_container_level2 a:hover {
       background: transparent;
        color: #4169E1;
}

#navigation_sub_container_level2 a:active {
        background: transparent;
        color: #CC0000;
}

/* link styles sub navigation level 2 - definition speziell fuer typo3 klasse current */

#navigation_sub_container_level2 a.current {
        background: transparent;
        color: #000000;
        text-decoration: none;
}

/* sprachwahl container */

#sprachwahl_container   {
        border: 0px solid orange;
        background: transparent;
        padding-top: 29px;
        font-family: "Times New Roman",Georgia,Times;
}
