<style type="text/css">
   #tabulka {
      display:block;
      visibility:visible;
      position:absolute;
      left:100;
      top:100;
      background-color:ivory;
      border-width:3;
      border-color:black;
      border-style:solid;
      width:300;
    }
   #hlavicka{
      width:280;
      background-color:darkblue;
      color:white;
    }
   #kriz{
      background-color:gray;
      color:white;
      text-align:center;
      cursor: hand;
   }
</style>
