.tlacitka td
{
    width:50%;
    height:30px;
    text-align:center;
    border:solid 1px #777;
}
.tl1
{
    background-color:#8797ff;
    background-image:url("../images/tl1.gif");
    background-repeat:repeat-x;
}
.tl2
{
    background-color:#f0f010;
    background-image:url("../images/tl2.gif");
    background-repeat:repeat-x;
}
.tl1 a, .tl2 a
{
    color:#000;
    font-weight:bold;
    text-decoration:none;
}
.tl1 a:hover, .tl2 a:hover
{
    text-decoration:underline;
}
