<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Tahoma;
	border: 10px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #252525;
	margin: auto;
	
}

#background {
	width: 1070px;
	margin: auto;
	background-image: url('images/bg.png');
	background-position: center;
}

#page {
	width: 1000px;
	margin: auto;
	
}

#header {
	background-image: url('images/header.png');
	width: 1000px;
	height: 160px;
	position: relative;
	z-index: 1;
}

#header h1 {
	display: none;
}

#menu {
	width: 531px;
	height: 40px;
	padding-bottom: 6px;
	text-align: right;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	float: right;
	position: relative;
	z-index: 2;	
}

#menu a.classic {
	background-color: #FF7C00;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	text-decoration: none;
	float: left;
	color: white;
	margin-top: 0px;
	border: 1px;
	border-color: white;
	border-style: solid;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

#menu a:hover {
	background-color: #FF9D40;
}

.current {
	background-color: #FF9D40;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	text-decoration: none;
	float: left;
	color: white;
	margin-top: 0px;
	border: 1px;
	border-color: white;
	border-style: solid;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}


#last {
	background-color: #FF7C00;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	text-decoration: none;
	float: left;
	color: white;
	margin-top: 0px;
}

#lastcurrent {
	background-color: #FF9D40;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	text-decoration: none;
	float: left;
	color: white;
	margin-top: 0px;
}

#top {
	width: 1000px;
	height: 200px;
	margin-top: -6px;
	z-index: 0;
	position: relative;
	border: 10px;
	border-color: #252525;
	border-style: solid;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.right {
	float: right;
	width: 220px;
	min-height: 205px;
	margin-right: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#left {
	float: left;
	width: 980px;
}
#center {
	width: 990px;
	height: auto;
	overflow: auto;
	background-color: white;
	font-size: 9pt;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#center h1 {
	font-family: Verdana;
	width: 700px;
	color: #FF7C00;
	font-size: 11pt;
	border: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-style: solid;
	border-color: #FF7C00;
	padding-right: 5px;
	margin-top: 0px;
}

#right h1 {
	width: 200px;
	color: white;
	border-color: white;
}


.nadpis {
	font-size: 10pt;
	font-weight: bold;
}

#center a {
	color: #FF7C00;
	font-weight: bold;
}

#center a:hover {
	color: black;
}

p {
	font-size: 9pt;
	text-align: justify;
	padding-right: 5px;
}

ul {
	font-size: 9pt;
	list-style: square;
}

#footer {
	background-color: #252525;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 6px;
	text-align: center;
	font-size: 8pt;
	color: #FF7C00;
	font-family: Tahoma;
	font-weight: bold;
}

#footer a {
	color: white;
	font-weight: bold;
}

#footer a:hover {
	color: #FF7C00;
}

.chyba {
	font-size: 8pt;
	color: red;
	font-weight: bold;
}

select {
	font-size: 9pt;
}

input {
	font-size: 9pt;
}

.firsttd {
	min-width: 50px;
}

h2 {
	clear: left;
}

.imga {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: left;
	border: 1px;
	border-style: solid;
	border-color: #252525;
}

.imga:hover {
	border-color: #FF7C00;
}

.red {
	color: red;
	font-weight: bold;
}

#popuptable {
	font-size: 9pt;
}

#popuptable td {
	min-width: 50px;
}

#specnab_admin td {
	min-width: 100px;
	text-align: center;
}

.gray {
	background-color: #DBDBDB;
}

#specnab th {
	background-color: #FF7C00;
	color: white;
}

#specnab td {
	min-width: 110px;
	padding: 5px;
}

.vite {
	
}</pre></body></html>