H1
{
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    font-size: 16px; 
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

H2
{
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    font-size: 14px; 
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

TABLE
{
    width: 100%
}

TH
{
    padding: 5px;
    background-color: Gray;
}

TD
{
    padding: 5px;
    text-align: left;
}

TD.Kategorie
{
    width: 150px;
}

TD.Cisla
{
    width: 120px;
}

TD.Datumy
{
    width: 100px;
}

A.Dokument
{
    color: #000000;
    text-decoration: underline;
}
A.Dokument:HOVER
{
    text-decoration: underline;
}

A.Kategorie
{
    color: #000000;
     text-decoration: none;
}
A.Kategorie:HOVER
{
     text-decoration: underline;
}
