/* CSS Document */
    td.all {
      font-family: Arial;
    }

    tr.alll {
      height: 24px;
    }

    tr.kategorie {
      background-color: #e5e5e5;
      height: 34px;
    }

    tr.kategorie td {
      vertical-align: bottom;
    }

    td.td_2 {
      font-family: Arial;
      font-weight: bold;
      font-size: 115%;
      text-align: left;
      color: navy;
      text-indent: 40px;
    }

    .zobr_ostatnim {
      font-family: Arial;
      font-family: Comic Sans MS;
      font-size: 90%;
      text-align: center;
      color: rgb(0,102,255);
    }

    input.sv {
      background-color: #e1f0ff;
      border: 1px rgb(0,102,255) dashed;
      height: 20px;
      color: rgb(0,102,255);
      font-family: 'Courier New CE', 'Courier CE', 'Courier New';
      font-weight: bold;
    }

    input.tm {
      background-color: #b3d9ff;
      border: 1px navy dashed;
      height: 20px;
      color: navy;
      font-family: 'Courier New CE', 'Courier CE', 'Courier New';
      font-weight: bold;
    }

    textarea.odkud {
      background-color: #b3d9ff;
      border: 1px navy dashed;
      height: 50px;
      width: 200px;
      color: navy;
      font-family: 'Courier New CE', 'Courier CE', 'Courier New';
      font-weight: bold;
    }

    input.reg {
      border: 3px rgb(0,0,153) double;
      background-color: rgb(153,204,255);
      width: 120px;
      height: 30px;
      cursor: pointer;
    }

    select.vyber {
      background-color: #e1f0ff;
      border: 1px rgb(0,102,255) dashed;
      color: rgb(0,102,255);
      font-family: 'Courier New CE', 'Courier CE', 'Courier New';
      font-weight: bold;
    }

    .zobrazit_ne {
      font-family: Arial;
      font-size: 90%;
      color: red;
      text-align: center;
    }

    .zobrazit_ano {
      font-family: Arial;
      font-size: 90%;
      color: green;
      text-align: center;
    }

    .nadpis {
      color: rgb(255,102,0);
      font-family: Comic Sans MS;
      font-size: 140%;
      text-indent: 20px;
    }

    td.logo {
      background-image: url(reg.png);
      width: 88px;
      height: 72px
    }

    .volacka {
      color: rgb(0,102,255);
      font-family: 'Courier New CE', 'Courier CE', 'Courier New';
      font-weight: bold;
    }

    .chyba {
      background-color: rgb(255,191,191);
      font-family: Comic Sans MS;
      font-size: 90%;
      font-weight: 600;
      text-indent: 5px;
      color: red;
    }
