<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***  Rozměry ***/

/* Hlavní rámec kolem stránky */
table.RamecStranky
{
	width: 1000px;
}


/* Řádek s hlavičkou */
tr.HlavickaRadek
{
	min-height: 10px;
}

/* Řádek s hlavní sekcí */
tr.HlavniSekceRadek
{
	min-height: 200px;
}




/* Defaultní hodnoty*/
body, div, p, a, td, th, li, dt, dl, h1, h2, h3, h4, h5, h6,img 
{ 
	padding: 0px; 
	margin: 0px;
	border: none;
	line-height: 140%;
}



/* Font */
body, div, p, a, td, th, li, dt, dl, h1, h2, h3, h4, h5, h6 
{
	font-family: verdana,arial,helvetica,sans-serif;
}

body, div, p, a, td, th, li, dt, dl 
{ 
	font-size: 9pt; 
}

/* Nadpisy, seznamy, odstavce */
h1, h2, h3, h4, h5, h6 
{
/*	text-decoration: none; */
	border: 0px; 
}

li 
{ 
	margin: 5pt 0pt 5pt 0pt; 
	padding: 0pt; 
}

p 
{ 
	margin: 5pt 0pt 5pt 0pt; 
	padding: 0px; 
}


/* cara */
hr { height: 0px; width: 100%; border: 0px; }

/* Body */
body 
{
	margin: 0px; 
	padding: 0px;
	background: #EDDF8D url(img/body.jpg); 
}


table
{
	border-collapse: collapse;
}


td 
{
	border: none;
	margin: 0px; 
	padding: 0px; 
	text-align: left; 
	vertical-align: top; 
}


/* Top menu */
.menutop { padding: 4px 12px 4px 12px; background-color: Gray; }
.menutop, .menutop a {color: White; font-weight: bold; font-size: 9pt; }
.menutop a {text-decoration: none;}
.menutop a:hover {text-decoration: underline;}
.menutop ul {display: inline; padding: 0px; margin: 0px;}
.menutop li {display: inline; padding: 0px; margin: 0px; font-size: 9pt;}
.menutop li.first {}

/* patička */
.footerstrip 
{
	text-align: right; 
	vertical-align: middle; 
	padding: 0px 12px 0px 0px; 
	font-weight: normal; 
	font-style: italic; 
}

/* Hlavicka */
.Hlavicka {
	background: url(img/head.jpg) no-repeat;
	height: 275px !important;
}

/* Hlavicka */
.HorniMenu {
	background: url(img/menu.jpg) no-repeat;
	height: 80px !important;
}

/* Hlavni sekce */
.HlavniSekce {
	background: url(img/main.jpg) repeat-y 107px;
	height: auto;
	width: auto !important;
	padding: 10px 125px  20px  125px;
	color: #412512;
}

.HlavniSekce h2 {
	color: #A32D00;
	font-size: 12pt;
	margin: 5px 0px 8px 0px;
}
.HlavniSekce h3 {
	color: #D26000;
	font-size: 11pt;
	margin: 4px 0px 2px 0px;
}
.HlavniSekce p {
	color: #412512;
}
.HlavniSekce a {
	color: #B90000;
	text-decoration: underline;
}
.HlavniSekce a:hover {
	color: #4B4B4A;
}
/* Paticka */
.PatickaDiv {
	background: url(img/footer.jpg) no-repeat 107px;
	height: 42px;
	padding: 10px 130px  0px  130px;
	text-align: right;
}
.PatickaDiv p {
	color: #FFFAF0;
	font-size: 8pt;
}
.PatickaDiv a {
	color: #FFFAF0;
	font-size: 8pt;
	text-decoration: none;
}

/* Horni menu */
.horni_menu_container {
	padding: 4px  0px  0px  153px;
}
.horni_menu_container td {
	padding: 0px  28px  0px  2px;
	text-align: left;
	height: 40px;
	background: transparent;
	vertical-align: middle;
}
.horni_menu_container a {
	font-size: 9pt;
	font-weight: normal;
	color: #404627;
	text-decoration: none;
}
.horni_menu_container a:hover {
	font-size: 9pt;
	color: white;
}</pre></body></html>