/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* NORMALNI STRANKY                                                      */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

BODY { 
      background-color: rgb(255,255,240);
      leftMargin: 20;
      topMargin: 20;
      MarginHeight: 0;
      MarginWidth: 0;
      font-family: Arial CE, Arial, Helvetica, sans-serif;
     }

H1, H2, H3, H4, H5, H6 {
    font-family: Arial CE, Arial, Helvetica, sans-serif;
    font-weigth: bold;
    }
    
H1 {
    font-size: 30pt;
    text-align: center;
    }    
    
H2 {
    font-size: 15pt;
    }

H3 {
    color: #FF0000;
    font-size: 12pt;
    text-align: center;
   }

HR { color: navy; }

A { text-decoration: none; color: blue; }
A:hover { color : red;  text-decoration: underline; }

.startbar { text-align: center; }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TRIDY VE VYPISU ZBOZI A HLEDANI ZBOZI                                 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.aktualizace { text-align : left; }  /* Tabulka s datumem aktualizace */

.result { font-weight: bold; }         /* Tabulka s vysledkem dotazu a poctem stranek */

.leftresult { text-align: left; text-valign: top;}      /* Levy sloupec tridy "result" */

.rightresult { text-align: right; text-valign: top;}    /* Pravy sloupec tridy "result" */
           
.detail {                              /* Vnejsi tabulka zobrazeni zaznamu */
/*         background-color: #C0C0C0;
           border: solid;
           border-width: 1;
           border-color: white gray gray white ; */
        }

.detailtd {                           /* Sloupce tridy "detail" */
            border: solid;
            border-width: 1;
/*            border-color: gray white white gray;*/
            border-color: gray gray gray gray;
           }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TRIDY PRO MENU HLEDANI                                                */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.MENUBAR { background: rgb(180,212,248); font-weigth: bold; bordercolor: #FFFFEB; bordercolorlight: #FFFFEB; bordercolordark: #FFFFEB; }
A.MENUBAR { font-weigth: bold; }
A.MENUBAR:link { color: black; text-decoration: none; }
A.MENUBAR:visited { color: black; text-decoration: none; }
A.MENUBAR:active { color: black; text-decoration: none; }
A.MENUBAR:hover {color: black; }


.FORMULAR { background-color: rgb(180,212,248); color: black; font-weigth: bold; }
.INFOTABLE { background-color: rgb(153,255,204); color: black; font-weigth: bold; }

table.detailinfo {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: rgb(153,255,204);
}
table.detailinfo th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
}
table.detailinfo td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
        text-align: center;
}

table.detailinfo1 {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: RGB(248,204,98);
}
table.detailinfo1 th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
}
table.detailinfo1 td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
        text-align: center;
}

a.pbaner { font-weight: bold;
	font-size: 13px;
	}
