.Header_A
{
background-color:#797979;
border-bottom:0px solid #FFFFFF;
color:#FFFFFF;
text-decoration:none;
}
.Header_B
{
background-color:#797979;
border-top:1px solid #FFFFFF;
color:#FFFFFF;
text-decoration:none;
}
.Header_C
{
background-color:#797979;
color:#FFFFFF;
text-decoration:none;
}
.Text
{
color:#444444;
text-decoration:none;
}

.Content_A
{
}
.Content_B
{
padding-top:20px;
padding-left:28px;
border-right:4px solid #444444;
}
.Footer_A
{
text-decoration:none;
}
body
{
background-color:#797979;
font-family:Verana,Tahoma,Arial;
font-size:11px;
line-height: 150%;
}
td
{
font-family:Verana,Tahoma,Arial;
font-size:11px;
line-height: 150%;
}
.Aktuality
{
color:#ffffff;
text-decoration:none;
}
.Akce
{
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:1px;
        margin-left:5px;
        padding-top:3px;
        padding-bottom:3px;
        background-color:#bbbbbb;
    }

    #dhtmlgoodies_menu ul.menuBlock1{    /* Menu bar - main menu items */
        border:2px;
        padding:2px;
        border:1px solid #797979;
        background-color:#797979;
        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: #000000;
        text-decoration:none;


    }

    /*
    Main menu items
    */

    #dhtmlgoodies_menu .currentDepth1{
        padding-left:10px;
        padding-right:10px;
        border:5px solid #797979;
        border-right: 1px solid #000000;
    }
    #dhtmlgoodies_menu .currentDepth1over{
        padding-left:10px;
        padding-right:10px;
        background-color:#FF0000;
        border:5px solid #FF0000;

    }
    #dhtmlgoodies_menu .currentDepth1 a{
        font-weight:bold;
    }
    #dhtmlgoodies_menu .currentDepth1over a{    /* Text rules */
        color:#ffffff;
        font-weight:bold;
    }

    /* Sub menu depth 1 */
    #dhtmlgoodies_menu .currentDepth2{
        padding-left:5px;
        width:150px;
        border:5px solid #cccccc;
        background-color:#cccccc;
    }
    #dhtmlgoodies_menu .currentDepth2over{
        padding-left:5px;
        width:150px;
        border:5px solid #dddddd;
        background-color:#dddddd;

    }
    #dhtmlgoodies_menu .currentDepth2over a{    /* Text rules */
        color:#000;
    }
    
    /* Sub menu depth 2 */
    #dhtmlgoodies_menu .currentDepth3{
        padding-left:5px;
        width:150px;
        border:5px solid #dddddd;
        background-color:#dddddd;
    }
    #dhtmlgoodies_menu .currentDepth3over{
        padding-left:5px;
        width:150px;
        border:5px solid #cccccc;
        background-color:#cccccc;

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

