/* --------- obecná pravidla -------- */

body,html {
 background-color: #ffffff;
 margin: 0px;
 padding: 0px; 
 font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
 font-size: 12px;
 line-height: 1.3em;
 color: #000000;
 border: 0px solid black;
}

h1 {
 font-size: 1.4em;
 text-align: center;
 margin: 10px 0px 10px 0px;
}

form {
 margin: 0px;
 padding: 0px;
}

p {
 margin: 25px;
}

p.pNadpis {
 text-align: center;
 margin: 0px 0px 20px 0px;
}

p.pActCat {
 margin: 0px 0px 20px 10px;
 font-size: 1em;
 background-color: #fcdfeb;
 border: 1px solid #f8c2d9; 
 padding: 5px;
 width: 50%;
 font-weight: bold;
 color: #ba1319;
}

p.pActCat span {
 font-size: 1.4em;
 font-weight: normal;
 color: #636466;
}


.pCopy {
 font-size: 0.8em;
 color: #000;
 margin: 30px 0px 0px 0px;
 text-align: center;
}

.pCopy a {
 color: #000;
 font-weight: bold;
 text-decoration: none;
}

.pCopy a:hover {
 color: #ba1319;
 text-decoration: underline;
}


.buttonTisk {
 position: absolute;
 left: 20px;
 top: 20px;
 width: 100px;
 height: 20px;
 line-height: 20px;
 _line-height: 16px;
 border: 1px solid black;
 font-weight: bold;
 background-color: #e6e7e8;
 visibility: hidden;
 display: none;
}


.aDotaz {
 width: 120px;
 height: 20px;
 border: 1px solid black;
 font-weight: bold;
 background-color: #e6e7e8;
 text-align: center;
 line-height: 20px;
 text-decoration: underline;
 color: #000;
 margin: 10px;
 display: block;
 visibility: hidden;
 display: none; 
}

/* --------- @obecná pravidla -------- */

/* --------- definovaná pravidla -------- */

.pHelp {
 margin: 10px 0px 2px 10px;
 padding: 0px;
 font-size: 0.8em;
 visibility: hidden;
 display: none;
}

.ulKategorie {
 margin: 10px 20px 20px 30px;
 padding: 0px;
 list-style-type: square;
 visibility: hidden;
 display: none;
}

.ulKategorie li {
 line-height: 1.5em;
 visibility: visible;
 display: inline;
}

.ulKategorie li a {
 color: #004c7a;
 text-decoration: none;
}

.ulKategorie li a:hover {
 text-decoration: underline;
}

.tableCSV {
 background-color: #ffffff;
 border-top: 1px solid #c6c8ca;
 border-left: 1px solid #c6c8ca;
 border-collapse: collapse;
 margin: 0px 10px 10px 10px;
 font-size: 0.8em;
}

.tableCSV tr.ligh {
 background-color: #ffffff;
}

.tableCSV tr.dark {
 background-color: #f1f1f2;
}

.tableCSV td {
 line-height: 1.3em;
 border-bottom: 1px solid #c6c8ca;
 border-right: 1px solid #c6c8ca;
 padding-left: 5px;
 padding-right: 5px;
}

.tableCSV td.tdCisloRadku {
 background-color: #d4effc;
 color: #000000;
 text-align: center;
}

.tableCSV tr:hover {
 background-color: #fed09e;
}

.tableCSV tr.trZahlavi {
 background-color: #dcddde;
 font-weight: bold;
 text-align: center;
}

.tableCSV tr.trZahlavi a {
 color: #004c7a;
 text-decoration: underline;
 font-size: 0.9em;
 font-weight: bold;
}

.tableCSV tr.trZahlavi a:hover {
 text-decoration: none;
}

.tableView {
 border: 0px solid black;
 background-color: #ffffff;
 border-top: 1px solid #fdc581;
 border-left: 1px solid #fdc581;
 border-collapse: collapse;
 margin: 10px 10px 10px 10px;
 font-size: 0.8em;
}

.tableView td {
 line-height: 1.4em;
 border-bottom: 1px solid #fdc581;
 border-right: 1px solid #fdc581;
 padding-left: 10px;
 padding-right: 10px;
 text-align: center;
 visibility: hidden;
 display: none;
}

.tableView tr:hover {
 background-color: #fcbc86;
}

.tableView tr.trZahlavi {
 background-color: #fedbb5;
 font-weight: bold;
}

.divPrilohy {
 margin: 25px;
 background-color: #f1f1f2;
 border: 1px solid #c6c8ca; 
 padding: 5px;
 visibility: hidden;
 display: none;
}

h2.h2 {
 font-size: 1em;
 _font-size: 0.6em;
 margin: 0px 5px 0px 7px;
 color: #000000;
 text-align: left;
 visibility: hidden;
 display: none;
}

.tableFormat {
 width: 99%;
}

.divLogo {
 position: absolute;
 right: 20px;
 top: 20px;
 width: 100px;
 height: 21px;
 border: 0px solid black;
 background: url("../img/logo-small.gif") no-repeat left top;
}

.tableKategorie {
 background-color: #ffffff;
 border: 1px solid #c6c8ca;
 border-collapse: separate;
 margin: 0px 10px 10px 5px;
 visibility: hidden;
 display: none;
}

.tableKategorie td {
 line-height: 1.3em;
 font-size: 0.9em;
 _font-size: 0.6em;
 border-bottom: 1px solid #c6c8ca;
 border-right: 1px solid #c6c8ca;
 border-left: 1px solid #f1f1f2;
 border-top: 1px solid #f1f1f2;
 padding: 1px 5px 1px 5px;
}

.tableKategorie td a {
 color: #004c7a;
 text-decoration: none;
}

.tableKategorie td a:hover {
 color: #ba1319;
 text-decoration: underline;
}

.divPocasi {
 margin: 25px;
 background-color: #f1f1f2;
 border: 1px solid #c6c8ca; 
 padding: 5px;
 width: 50%;
}

.divPocasi h3 {
 font-size: 1em;
 margin: 0px;
}

.divPocasi p {
 margin: 5px;
}

.divGalerie {
 margin: 0px 0px 20px 10px;
 font-size: 1em;
 background-color: #fcdfeb;
 border: 1px solid #f8c2d9; 
 padding: 5px;
 width: 90px;
 font-weight: bold;
 visibility: hidden;
 display: none;
}

.divGalerie a {
 color: #ba1319;
 text-decoration: none;
 margin: 10px;
 visibility: hidden;
 display: none; 
}

.divGalerie a:hover {
 text-decoration: underline;
}

.divAdsense1 {  /* horní leader box */
 visibility: hidden;
 display: none;
}

.divAdsense2 {  /* horní leader box */
 visibility: hidden;
 display: none;
}

.divAdsense3 {  /* horní obdélník */
 visibility: hidden;
 display: none;
}

.divAdsense4 {  /* horní obdélník */
 visibility: hidden;
 display: none;
}

.divAdsense5 {  /* velký skycraper */
 visibility: hidden;
 display: none;
}

.divAdsense6 {  /* malý skycraper */
 visibility: hidden;
 display: none;
}

hr.cleaner {
 clear: both;
 height: 1px;
 margin: -1px 0px 0px 0px; 
 padding: 0px;
 border: none;
 visibility: hidden;
}

/* --------- @definovaná pravidla -------- */
