/* CSS Document */
body{
     font-family: helvetica;
     font-size: 15px;
     color: rgb(78,78,78);
     /*overflow-x: hidden; */

    }
    
#main {
     width: 800px;   
     margin: 0 auto;
     text-align: left; 
}

/*#tablo{
       width: 800px;
       height: 600px;
       background-image: url(background.jpg);
       position: relative;
      }
table{
      position: absolute;
      top: 238px;
      left: 0px;
     }
td{
   width: 75px;
   height: 56px;
   border: 1px solid black;
   padding: 0;
  }
#boz{
  position: absolute;
  top: 109px;
  left: 0px;
  }
#jozo{
      margin-left: 2px;
     }     */

     #tablo{
       width: 800px;
       height: 600px;
       background-image: url(background.jpg);
       position: relative;
      }
    table{
          padding-top: 238px;
         }
    td{
       border: 1px solid black;
       padding: 0;
      }
    #prva{
       border-right: 2px solid black;
      }
    #druha{
           border-right: 3px solid black;
          }
    .treti{
       position: absolute;
       top: 348px;
       left: -1px;
      }
    .stvrty{
             position: absolute;
             top: 463px;
             left: -1px;
           }
    .piaty{
           border-left: 2px solid black;
          }
    #none{
          border: none;
          text-decoration: none;
         }
    #triedna{
             position: absolute;
             top: 50px;
             left: 100px;
            }
    #director{
              position: absolute;
              top: 49px;
              left: 57px;
            }
    #osem{
          margin-bottom: 2px;
         }
    #devet{
           background: black;
          }
    


