.Header_A
{
background-color:#F09C18;
border-bottom:0px solid #FFFFFF;
color:#FFFFFF;
text-decoration:none;
}
.Header_B
{
background-color:#041A36;
border-top:1px solid #FFFFFF;
color:#FFFFFF;
text-decoration:none;
}
.Header_C
{
color:#FFFFFF;
text-decoration:none;
}
.Header_d
{
color:#FFFFFF;
text-decoration:none;
}
.Text
{
color:#FFC923;
text-decoration:none;
}
.Content_A
{
}
.Content_B
{
border-top:8px solid #F09C18;
border-bottom:8px solid #F09C18;
}
.Footer_A
{
text-decoration:none;
}
body
{
font-family:Verana,Tahoma,Arial;
font-size:11px;
}
td
{
font-family:Verana,Tahoma,Arial;
font-size:11px;
}
.Aktuality
{
color:#ffffff;
text-decoration:none;
}
.NavBar_Link
{
color:#000000;
text-decoration:none;
}
.NavBarLink:hover
{
color:#C0C0C0;
text-decoration:none;
}

    /* General configuration CSS */

    #dhtmlgoodies_menu ul li ul{
        display:none;    /* Needed to display ok in Opera */
    }

    #dhtmlgoodies_menu{
        visibility:hidden;
    }
    #dhtmlgoodies_menu ul{
        margin:0px;    /* No indent */
        padding:0px;    /* No indent */
    }
    #dhtmlgoodies_menu li{
        list-style-type:none;    /* No bullets */
    }
    #dhtmlgoodies_menu a{
        margin:0px;
        padding:0px;
    }
    /* End general configuration CSS */


    /* Cosmetic */

    /***********************************************************************
        CSS - MENU BLOCKS
         General rules for all menu blocks (group of sub items)
    ***********************************************************************/
    #dhtmlgoodies_menu ul{
        border:0px;
        padding:8px;
    }

    #dhtmlgoodies_menu ul.menuBlock1{    /* Menu bar - main menu items */
        border:0px;
        padding:8px;
        overflow:visible;
    }


    /***********************************************************************
        CSS - MENU ITEMS
         Here, you could assign rules to the menu items at different depths.
    ***********************************************************************/
    /* General rules for all menu items */
    #dhtmlgoodies_menu a{
        color: #fff;
        text-decoration:none;
        padding-left:8px;
        padding-right:8px;

    }

    /*
    Main menu items
    */

    #dhtmlgoodies_menu .currentDepth1{
        padding-left:8px;
        padding-right:8px;
        border-right: 1px solid #fff;
    }
    #dhtmlgoodies_menu .currentDepth1over{
        padding-left:8px;
        padding-right:8px;
        border-right: 1px solid #fff;
        background-color:#FECF85;
    }
    #dhtmlgoodies_menu .currentDepth1 a{
        font-weight:bold;
    }
    #dhtmlgoodies_menu .currentDepth1over a{    /* Text rules */
        color:#fff;
        font-weight:bold;
    }

    /* Sub menu depth 1 */
    #dhtmlgoodies_menu .currentDepth2{
        padding-right:10px;
        text-align:left;
        border:5px solid #FECF85;
        background-color:#FECF85;
    }
    #dhtmlgoodies_menu .currentDepth2over{
        padding-right:10px;
        text-align:left;
        border:5px solid #dddddd;
        background-color:#dddddd;

    }
    #dhtmlgoodies_menu .currentDepth2over a{    /* Text rules */
        color:#000;
    }



