table.tabulka
{
background:white;
border:2px solid #111111;
color:black;
border-collapse: collapse;
}

table.tabulka  td
{
border:1px solid #C0C0C0;
padding-left:5px;
padding-right:5px;
padding-top:1px;
padding-bottom:1px;
xbackground:white;
line-height:1.8em;
}

table.tabulka thead tr
  { background: #272727;color:white; }


table.tabulka tr.licha
{ background:#FFFCEA ; color:#666; }


table.tabulka tr
  { background: #DDAB00;color:white; }


table.tabulka tbody tr:hover
{
background:black;
color:white;
}

