
   #tabulka {
     position: absolute;
	  display: block;
      visibility: visible;
      /*
	  
	  width: auto;
	  */
      left: 330px;
      top: 210px;
      background-color: white;
      
      border-style: solid;
      
	  border: 1px solid black;
    }
   #hlavicka_INFO{
      width: 275;
      background-color: #33B6C5;  /*darkblue;*/
      color: white;
    }
   #kriz{
      background-color: gray;
      color: white;
      text-align: center;
      cursor: pointer;
   }

