TABLE#tabulka
{
      display: block;
      visibility: visible;
      position: absolute;
      left: 100px;
      top: 100px;
      z-index: 1;
      background-color: #dcdcdc;
      border-color: #dcdcdc;
      border-top-color: ThreeDHighlight;
      border-left-color: ThreeDHighlight;
      border-bottom-color: ThreeDDarkShadow;
      border-right-color: ThreeDDarkShadow;
      border-style: solid;
      border-width: 2;
      width: 480px;
}
TD#hlavicka
{
      color: Black;
      background-color: #b0c4de;
      line-height: 75%;
      width: 470px;
      cursor: default;
      font-weight: bolder;
      font-size: 14px;
      font-family: 'Arial CE', 'Times New Roman CE';
}
TD#krizek
{
      line-height: 75%;
      background-color: #dcdcdc;
      color: Black;
      text-align: center;
      border-style: outset;
      border-width: 2;
      cursor: default;
      width: 10px;
      text-align: center;
      font-size: 13px;
      font-family: 'Arial CE', 'Times New Roman CE';
}
.msgtext
{
      font-size: 12px;
      font-family: 'Arial CE', 'Times New Roman CE';
}
