        #help-content
        {            
            background-color: #fef5e7;
        }
        #help-content, .help-content
        {
            font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
            font-size: 13px;
            letter-spacing: 0.1em;
            line-height: 130%;
        }
        .help-content h2
        {
            font-variant: small-caps;
            font-weight: bold;
            font-size: 18px;
            color: #B90000;
            margin-bottom: 20px;
            margin-top: 35px;
            text-align: center;
            clear: both;
        }
        .help-content h3
        {
            color: #1C457D;
            font-size: 14px;
            font-weight: bold;
            margin-top: 15px;
            text-decoration: underline;
            clear: both;
        }
        .help-content .center
        {
            text-align: center;
        }
        .help-content .fr
        {
            float: right;
        }
        #help-menu, #help-menu ul
        {
            padding: 0;
            margin: 0 0 0 1em;
        }
        #help-menu li
        {
            list-style: none;
        }
        #help-menu > li
        {
            margin-bottom: 1em;
        }
        #help-menu li a
        {
            font-variant: small-caps;
            font-weight: bold;
            font-size: 13px;
            color: #B90000;
            padding: 0 7px 0 7px;
        }
        #help-menu li a:hover
        {
            background-color: #FFDBDB;
        }
        #help-menu li li a
        {
            font-variant: normal;
            font-size: 12px;
            color: Black;
            color: #1C457D;
        }
        #help-menu li li a:hover
        {
            background-color: #D3DFF0;
        }
        /* pro zobrazení v dialogu */
        #help-dialog .help-content h2
        {
            margin-top: 0;  
        }
      /*
  #help-dialog .help-content
        {
            height: 350px;
            overflow: auto; 
        }
*/