<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{height: 100%;}
body {
    background: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
    color:#37b4be;
	font-size: 80%;
	height: 100%;
	margin: 0px;
	padding: 0px;	

}

body.myBody{
  background: #fff url("../images/bodyBg.jpg") center 168px no-repeat;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
  font-size:80%;
  letter-spacing:0.02em;
  color:#37b4be;
}


table {font-size: 100%;}

td,th {margin: 0px;padding: 0px;}

th {font-weight: bold;}

form {display:inline;}

textarea, select,input {
	font-size: 1em;
	border:none;
	border: 1px solid #707070; 
 }
 
 
fieldset{
	padding: 1em 0;
	border: 0;
	margin: 15px 0;
}
legend { padding: 3px 5px; font-weight: bold;color:#37b4be;}

ul {margin: 5px 0px 20px 20px;padding: 0px;}
li {padding: 0px;margin: 0px;}

p {
	margin: 0em;
	padding: 0em;
	margin-top: 5px;
	padding-right: 5px;	
}

#content p {/*line-height: 1.5em; margin-bottom: 10px;*/}

img {
	border: 0px; 
	padding: 0px; 
	margin: 0px;
}

strong, b {color: #009ba4; font-weight: bold;}
                  
/* --------------- Odkaz ----------------------- */
a:link, a {
 	color: #8dda40;
 	text-decoration:underline;
}
a:visited {color: #8dda40;text-decoration:underline;}/*24c8ff*/
 
a:hover, a:active, a:focus  {
	color: #009ba4; text-decoration: none;
}

/* ------------------ nadpisy ------------------ */
h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:0px;
}

h1 {color:#009ba4; font-weight: normal;  font-size: 2.8em; padding:0;  margin: 10px 0 15px 0px;}
h2 {color:#005994; font-weight: normal;  font-size: 2.2em; padding:0;  margin: 15px 0 10px 0px;}
h3 {color:#005994;background:none;font-weight: normal;  font-size: 1.6em;  font-style: normal; padding:0px;  margin: 20px 0 20px 0px;}
h4 {color:#005994; font-weight: bold;  font-size: 1.2em;  font-style: normal; padding: 0;  margin: 20px 0 5px 0px;}
h5 {color:#005994;font-weight:bold;font-size:1.1em;}

/* ------------------TRIK CASCADES-------------------- */
.clearFloat{
	clear:both;
}

.posledni {border:none !important;}
.errMsg{
	display: block;
	vertical-align: middle;
	padding: 2px;
	padding-left: 25px;
	padding-top: 3px;
	min-height: 17px;
	_height: 17px;
	border: 1px solid #C12A2F;	
	color:#C12A2F;
	font-weight: bold;
}

.infoMsg{
	display: block;
	vertical-align: middle;
	padding: 2px;
	padding-left: 25px;
	padding-top: 3px;
	min-height: 17px;
	_height: 17px;
	border: 1px solid #02ad02;	
	color:#005994;
	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 -------------------------- */
table.datatable {background:#bdf2f6;}

table.datatable tr {background:#fff url(/images/trLeftBg.png) repeat-y 0 0;}
table.datatable tr.blackcolor td {color:#464646;}

table.datatable th {
    vertical-align: top;
    color:#005994;
    text-align:center;
    padding:8px 0;
    background:#fff url(/images/thTop.png) repeat-x 0 0;
}

table.datatable td {color:#4fafb5;text-align:left;padding:8px 5px;}

.datatable td.suda{
	background: #fba91c;
	color: #fff;
}
.datatable td.cena{
	text-align: right;
	white-space: nowrap;
}


.tvary {text-align: center;}

table.datatable.sluzby tr.suda td {background:#f4f4f4;}
table.datatable.sluzby {border-collapse:separate;}
table.datatable.sluzby tr.suda td {background:none;}
</pre></body></html>