/* clavius iframy */

body {
  font-family:arial,helvetica,sans-serif;
  font-size:82%;
  background-color:#f4f4f4;
}

a {
  color:#000000;
}

a:hover {
  text-decoration:none;
}

a:visited {
  color:#666666;
}

/* stranka */

#stranka {
  font-size:100%;
}

/* levy blok */

#leftmenu img {
  display:none;
}

/* stredni blok */

table.pruh {
  background-color:#0081c6;
}

/* zahlavi */

table.zahlavi td.nadpis h2 {
  font-size:18px;
}

  /* nic */
  
  table.nic {
    font-size:12px;
  }
  
  /* nicl */
  
  table.nicl {
    font-size:12px;
  }
  
    /* baze */
    
    table.baze {
      font-size:12px;
    }
    
    /* cpr */
    
    table.cpr {
      font-size:12px;
    }

  /* vysledky, tabulky stejneho charakteru */
  
  table.vysledky, table.clinfo, table.kusy, table.richter {
    font-size:12px;
    border-collapse:collapse;
    border:none;
  }
  
    table.vysledky th, table.clinfo th, table.kusy th, table.richter th {
      background-color:#81bcdc;
      border:1px solid #f4f4f4;
    }
    
    table.vysledky td, table.clinfo td, table.kusy td, table.richter td {
      background-color:#e0e0e0;
      border:1px solid #f4f4f4;
    }
  
  /* listek - detail dokumentu blok */
  
  table.listek, table.dokument {
    font-size:12px;
    font-family:arial,helvetica,sans-serif;
    background-color:#ffffff;
    border-collapse:collapse;
    border:1px solid #000000;
  }
  
    table.listek font, table.listek table, table.dokument font, table.dokument table {
      font-size:12px;
      font-family:arial,helvetica,sans-serif;
    }
  
  /* slovnik */
  
  table.slovnik, table.novinky {
    font-size:12px;
    border-collapse:collapse;
    border:1px solid #000000;
  }
  
  /* zpet - spodek stranky  */
  
  table.zpet {
    font-size:12px;
  }
  
  /* ctenarske konto */
  
  table.octen {
    font-size:12px;
    border-collapse:collapse;
    border:none;
  }
    
    table.octen th {
      border:1px solid #f4f4f4;
    }
    
    table.octen td {
      border:1px solid #f4f4f4;
    }
  
    table.octen font {
      font-size:12px;
      font-family:arial,helvetica,sans-serif;
    }