:root{
	--pismo:16px;
	--font:'Ubuntu', sans-serif;
	
	font-size:var(--pismo);
}
html{height: 100%;}
body {
    font-family: var(--font);
    color: #000;
    font-size: 100%;
    line-height:1.4em;
    text-align: left;
    margin: 0;
    padding: 0;	
}

table {
	font-size: 1em;
}

td,th {
	color: inherit;
	font-family: inherit;
	margin: 0;
	padding: 0;
}

th {font-weight: bold;}

form {display:inline-block;}

textarea, select, input {
	font-family: inherit;
	font-size: 1em;
}
 
fieldset {
	padding: 1em;
	color: inherit;
}
legend {color: inherit;}

ul {
	margin: 5px 0 5px 20px;
	padding: 0;
}

li {
	padding: 0;
	margin: 0 0 0.25em 0;
}

p {
	margin: 5px 0 0 0;
	padding: 0 5px 0 0;
}

img {
	border: 0;padding: 0;margin: 0;
}

/* --------------- Odkaz ----------------------- */
a:link,a{--Abarva:#0b2d73;color:var(--Abarva);text-decoration:underline;}
a:visited{text-decoration:underline;}
a:hover,a:active,a:focus{--Abarva:#0b2d73;text-decoration:none;}

/* ------------------ nadpisy ------------------ */
h1,h2,h3,h4,h5,h6{
	padding:0;margin:0;
	line-height: 1.15em;
	color:inherit;
}

h1 {
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 0.5em;
}

h2  {
	color: #314D84;
	font-size: 1.2em;
}

h3 {
	color: #000;
	font-size: 1.1em;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 1.1em;
	color: #000;
}

h5 {
	font-size: 1.1em;
}

#content .ObsahStranky :is(p,ul,ol,li) + :is(p,ol,ul,li),
body.cke_editable :is(p,ul,ol,li) + :is(p,ol,ul,li)
{margin-top:0.4em !important;}
#content .ObsahStranky :is(h2,h3,h4,h5,h6) + :is(ol,ul,p),
body.cke_editable :is(h2,h3,h4,h5,h6) + :is(ol,ul,p)
{margin-top:0.4em !important;}
#content .ObsahStranky :is(p,ul,ol) + :is(h2,h3,h4,h5,h6),
body.cke_editable :is(p,ul,ol) + :is(h2,h3,h4,h5,h6)
{margin-top:1.8em !important;}


/* ------------------TRIK CASCADES-------------------- */
.clearFloat{
	clear:both;
}
.errMsg{
	display: block;
	vertical-align: middle;
	margin-top: 1em;
	padding: 2px;
/* 	padding-left: 25px; */
	padding-top: 3px;
	min-height: 17px;
	_height: 17px;
/* 	background: url(/images/err.gif) no-repeat; */
/* 	border: 1px dotted #C12A2F;	 */
	color:#C12A2F;
	font-weight: bold;
}

.infoMsg{
	display: block;
	vertical-align: middle;
	margin-top: 1em;
	padding: 2px;
/* 	padding-left: 25px; */
	padding-top: 3px;
	min-height: 17px;
	_height: 17px;
/* 	background: url(/images/suc.gif) no-repeat; */
/* 	border: 1px dotted #EFA038;	 */
	font-weight: bold;
}
.fileSize{
	float: left;
	height: 17px;
	padding-top: 3px;
	padding-right: 10px;
}
.hide{
	display: none;
}
.noborder {
	border: 0em;
}

.pageNumbersC{
	padding: 2px;
	border: 1px solid #EBEBEB;	
	min-height: 15px;
	_height: 15px;
}
/*--------------------------- datova tabulka -------------------------- */
.datatable {
}

.datatable th{
	font-weight: bold;
	padding: 0.2em;
	padding-left: 1em;
	color: #000000;
	vertical-align: top;
}
.datatable td{
	padding: 0.1em;
	padding-left: 1em;
}

.datatable td.suda{
}
.datatable td.cena{
	text-align: right;
	white-space: nowrap;
}
