<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* POLOZKY MIMO MENU-CONTENT */
#nadpis-wrap
{
	background: #d1e4d8;
}
/* cele menu */
	#menu2-content-wrap,
	#menu-content-wrap
	{
	border-color: #739d7e;
	background: #d1e4d8;
	}
/* HORNI MENU */
#menu-content-up-table	
{
	border-bottom-color: #739d7e;
}

/* polozky horniho menu */
#menu-content-up-table a
{
	color: white;
	background: #5c8a67;
}
#menu-content-up-table a:hover
{
	background: #5c8a67;
	color: white;
}
/* sipka u aktivni polozky */
#menu-content-up-table .menu-content-forcevisible-1
{
	/*background: #5b8966;*/
}
#menu-content-up-table .menu-content-forcevisible-1:before 
{
	border-color: #5b8966 transparent;
}

.fixed #menu-content-up-table a
{
	background: #4d8059;
}

/* odkazy v menu */
#menu2-content-down-table a,
#menu-content-down-table a
{
	border-color: #d1e4d8;
	background: #5c8a67;
	color: white;
}

.fixed #menu-content-down-table a
{
	background: #4d8059;
}

/* zmena barvy po najeti mysi */
#menu2-content-down-table a:hover,
#menu-content-down-table a:hover
{
	background: #709879;
	color: white;
}
/* aktivni polozka */
#menu2-content-down-table .aktivni,
#menu-content-down-table .aktivni
{
	background: #5c8a67;
	color: white;
}
/* sipka u aktivni polozky PC */
#menu2-content-down-table .aktivni:before,
#menu-content-down-table .aktivni:before
{
	border-color: #5c8a67;
}

/* sipka u aktivni polozky Tablet */
#menu2-content-down-table .aktivni:after,
#menu-content-down-table .aktivni:after
{
	border-color: #5c8a67;
}

.fixed #menu-content-down-table .aktivni:hover:before,
#menu-content-down-table .aktivni:hover:before
{
	border-color: #709879;
}

.fixed #menu-content-down-table .aktivni:before
{
	border-color: #4d8059;
}

/* STYL PRO MOBILY */
@media only screen and (max-width: 740px)
{


/* CONTENT MENU */


/* DOLNI MENU */

/* polozky dolniho menu */
#menu2-content-down-table a
{
	border-bottom-color: #406a49;
	background: #efefef;
	color: #406a49;

}

.fixed #menu-content-down-table a,
#menu-content-down-table a
{
	border-bottom-color: #c0c0c0 !important;
	background: white;
	color: #406a49;

}

	#menu2-content-down-table a:hover,
	#menu-content-down-table a:hover
{
	background: #e7e7e7;
	color: #406a49;
}

/* zruseni zvyrazneni pro aktivni polozku */
	#menu2-content-down-table .aktivni
{
	background: #efefef;
	color: #406a49;
}

	#menu-content-down-table .aktivni
{
	background: white;
	color: #406a49;
}


}</pre></body></html>