body {
	font-family: arial, helvetica, sans-serif;
	background-color: #CEDBFF;
	font-size: 10pt;
}

input.solid {
	border: 1px;
	border-style: solid;
	border-color: Silver;
	text-align: right;
}

input.solid_big {
	border: 1px;
	border-style: solid;
	border-color: Silver;
	text-align: right;
	font-size: medium;
	font-weight: bold;
	font-family: sans-serif;
}

select.solid {
	font-family: monospace;
}


.menu {
	background-color: #0064C6;
	text-align: center;
	color: yellow;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;	
	text-decoration: none;
}

.menu_vybrano {
	background-color: #0064C6;
	text-align: center;
	color: cyan;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.menu:visited {
	background-color: #0064C6;
	text-align: center;
	color: yellow;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 11px
}

a.menu:hover {
	background-color: #0064C6;
	text-align: center;
	color: White;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	border-style: solid;
	border-width: thin;
	border-color: White;
}

.menu_vybrano:hover {
	background-color: #0064C6;
	text-align: center;
	color: Lime;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.sub_menu {
	text-indent: 0px;
	padding-left: 10px;
	padding-right: 3px;
	margin-bottom: 5px;
	font-size: 12px;
}

li.menu_polozka {
	margin-bottom: 5px;
}

.bg_menu {
	background-color: #FFFFFF;
}

.bg_top {
	background-color: #6DB4D8;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
	color: Maroon;
}

h3 {
	color: Maroon;
}

h4 {
	color: Black;
}

h5 {
	
}

h6 {
	
}

hr {
	color: #0064C6;
	background-color: #0064C6;
}

.aktuality {
	font-size: 10pt;
	text-indent: 2pt;
	padding-left: 20pt;
}

.predpisy {
	font-size: 10pt;
	text-indent: 2pt;
	padding-left: 20pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
}

a {
	color: Blue;
}

cerna {
	background: Black;
}

li.mezera {
	padding-bottom: 20pt;
}

li.mala_mezera {
	padding-bottom: 5pt;
}

p.bez_mezery {
	padding-bottom: 0pt;
	margin-bottom: 0pt;
}

ul.bez_mezery {
	padding-top: 0px;
	margin-top: 0px;
}

ol.bez_mezery {
	padding-top: 0px;
	margin-top: 0px;
}

h3.bez_mezery {
	padding-bottom: 0pt;
	margin-bottom: 0pt;
}

.podnadpis {
	font-size: 0.5em;
}

div.verze {
	font-size: 8pt;
	text-align: right;
	color: Gray;
}

.zalomeni {
	page-break-after: always;
}

/* REJSTRIK */
/* hlavni prvek vypisu */
 .divMain { position:relative; 
	vertical-align:top } 

 /* odstavec jednotlivych tabulek */
 .infoPara { position:relative; 
	vertical-align:middle;
	padding: 0px;
	text-align:center  } 

 /* tabulka jednotlivych vypisu */
 .infoTable {
	position: relative;
	vertical-align: middle;
	border-style: solid;
	border-color: #0064C6;
	border-width: thin;
	width: 80%;
	padding: 10px;
} 

 /* popis jednotlivych tabulek */
 .infoTableCaption { position:relative; 
	vertical-align:middle;
	padding: 10px } 
	 
 /* pismo popis jednotlivych tabulek */
 .infoTableCaptionFont { position:relative; 
	vertical-align:middle;
	color: Black;
	font-weight:bold;
	font-size:large;
	text-align: left } 
	 

 /* radek tabulky vypisu */
 .infoRow { position:relative; 
	vertical-align:middle;
	border-style:solid;
	border-color: Gray;
	border-width:thin;
	padding: 10px } 

 /* sloupec tabulky vypisu s popisy*/
 .infoRowLabel { position:relative; 
	vertical-align:middle;
	width:40%;
	padding: 2px } 

 /* pismo sloupce tabulky vypisu s popisy*/
 .infoRowLabelFont { position:relative; 
	vertical-align:middle;
	color: Black;
	font-weight:bolder;
	text-align:left } 
	 

 /* sloupec tabulky vypisu s hodnotami*/
 .infoRowValue { position:relative; 
	vertical-align:middle;
	padding: 2px } 

 /* pismo sloupce tabulky vypisu s hodnotami*/
 .infoRowValueFont { position:relative; 
	vertical-align:middle;
	color: Black;
	text-align:justify } 

 .errMessage { position:relative; 
	vertical-align:top;
	color: Maroon;
	font-size:15;
	font-weight:bolder;
	text-align:center }

/* REJSTRIK KONEC */