<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
margin: 0;
padding: 0;
border: 0;
}

* body {
	font-family: Arial, Verdana, sans-serif;

	font-size: 13px;
	color: #9E9E9E;
	background: #D8D8D8;
}

#stranka {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

a {
	color: #9E9E9E;
}

a:hover {
	color: #2D86A0;
}

#obsah {
 color: #393939;
 width: 720px;
 padding: 30px 20px 20px 20px;;
}

#obsah h2 {
  font-style: italic;
	color: #6C6C6C;
	margin-left: 20px;
	padding-top:15px;
}

#obsah p
{
margin-top: 10px;
margin-left: 20px;
}

#obsah ul li {
  list-style: none;
  padding-left:20px;
}

#paticka {
	background: url(obr/paticka.png) no-repeat #E4E4E4;
	padding: 15px 20px 20px 20px;
	width: 720px;
	height: 30px;
font-weight: italic;
}

#paticka a {
	color: #458715;
}

#levo
{
color: #363636;
float: left;
}

#pravo
{
float: right;
}

#pravo a
{
color: #458715;
display: block;
padding-right: 5px;
padding-left: 5px;
float: left;
border-right: 1px solid #424242;
}

#pravo a:hover
{
text-decoration: none;
}

#pravo a.posledni
{
border: 0;
}

#logo {
	background-image: url(obr/logo.png);
	background-repeat: no-repeat;
	height: 137px;
}

h1 
{
margin: 0; 
padding: 0;
position: relative;
width: 761px;
height: 137px;
overflow: hidden;
clear: both;
text-align: center;
color: #2160A1;
}

h1 span 
{
display: block;
position: absolute; 
left: 0; 
top: 0; 
z-index: 1;
width: 761px;
height: 137px;
margin: 0; 
padding: 0;
background-image: url(obr/logo.png);
background-repeat: top left no-repeat;
}

h1 span a 
{
display: block;
width: 820px;
height: 137px;
}

#border {
	background-image: url(obr/border.PNG);
	background-repeat: repeat-y;
}

menu {
  padding-left: 20px;
	background: url(obr/menu.PNG) white;
	background-repeat: no-repeat;
	width: 800px;
	height: 60px;
	display: block;
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

menu li {
	display: block;
	float: left;
	height: 46px;
}

menu li a {
	color: #9E9E9E;
	background-image: url(obr/menu_a.PNG);
	background-repeat: no-repeat;
	display:block;
	padding-top: 16px;
	height: 30px;
	width: 111px;
	text-decoration: underline;
	margin-top: 13px;
}

menu li a:hover {
	color: #2D86A0;
	background-image: url(obr/menu_a_hover.PNG);
	background-repeat: no-repeat;
	padding-top: 26px;
	height: 32px;
	margin: 0;
	display:block;
	text-decoration: none;
}</pre></body></html>