@charset "utf-8";
/* ---------- COLORS ----------
	link: #205f30
	input: #89b640
	focused input: #FF9
	focused input border: #6CF
	input submit: #dafaa7
	input submit border: #205f30
	box header: #89b640
	news separator: #dafaa7
*/
/* ---------- RESET ---------- */
*
{
	margin: 0px;
	padding: 0px;
}
img
{
	border: 0px;
}
/* ---------- GENERAL ---------- */
*
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;	
}
body
{
	background: #a6a6a6 url(../img/background2.gif) no-repeat center top;
}
a
{
	color: #205f30;
}
a:hover
{
	text-decoration: none;
}
p
{
	margin: 10px 0;
}
body > div
{
	width: 920px;
	margin: 0px auto;
	background-color: #FFF;
}
form input:focus
{
	background-color: #FFC;
	border: #6CF 1px solid;
}
.clear
{
	clear: both;
}
.lighter
{
	font-style: italic;
	color: #CCC;
}
/* ---------- HEADER ---------- */
#header
{
	background: #69C url(../img/header.jpg) no-repeat top center;
	height: 144px;
	position: relative;
	padding-top: 1px;
	margin-top: 8px;
}
#header > h1
{
	width: 116px;
	height: 71px;
	margin: 9px 0px 0px 37px;
	position: relative;
	float: left;
}
#header > h1 > a > span
{
	background: #FFF url(../img/logo.gif) no-repeat top right;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#header #topMenu
{
	list-style: none;
	display: block;
	float: right;
	width: 200px;
	margin: 10px 0px 0px 0px;
}
#topMenu li
{
	float: left;
	width: auto;
	margin: 0px 6px;
}
#topMenu li > a
{
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#topMenu li > a:hover
{
	text-decoration: underline;	
}
#header > div > ul
{
	float: right;
	margin: 9px 10px 0px 0px;
	list-style: none;
}
#header > div > ul > li
{
	float: left;
	padding: 0 10px;
	border-left: 1px solid #FFF;
}
#header > div > ul > li:first-child
{
	border-left: none;;
}
#header > div > ul > li > a
{
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#header > div > ul > li > a:hover
{
	text-decoration: underline;
}
#header > div > ul > li > a strong
{
	font-size: 10px;
}
#header #sk
{
	background: url(../img/flag_sk.gif) no-repeat center left;
	padding: 0px 0px 0px 20px;
}
#header #en
{
	background: url(../img/flag_gb.gif) no-repeat center left;
	padding: 0px 0px 0px 20px;
}
#header > div
{
	float: right;
	position: relative;
	height: 104px;
	width: 200px;
}
/* ---------- SEARCH ---------- */
#header form
{
	background: transparent url(../img/search.png) no-repeat right top;
	width: 182px;
	height: 56px;
	position: absolute;
	bottom: 0px;
	right: 11px;
}
#header form fieldset
{
	border: none;
	margin: -11px -4px;
}
#search_exp
{
	width: 85px;
	margin: 20px 10px 0px 20px;
	border: #89b640 solid 1px;
	padding: 3px;
}
#search_exp:focus
{
	border: #6CF 1px solid;
}
#header > div > form > fieldset > label
{
	display: block;
	text-indent: -5000px;
	width: 0px;
}
#submit_search
{
	border: #205f30 solid 1px;
	background-color: #dafaa7;
	width: 50px;
	padding: 2px;
	cursor: pointer;
}
/* ---------- MAIN MENU ---------- */
#mainMenu
{
	width: 920px;
	height: 40px;
	list-style: none;
	display: block;
	background: #89b640 url(../img/main_nav.gif) no-repeat top center;
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#mainMenu li
{
	float: left;
	padding: 0px 15px;
	margin-top: 8px;
	border-left: #FFF solid 1px;
	width: auto;
}
#mainMenu li:first-child
{
	border-left: none;
	padding-left: 20px;
}
#mainMenu li.rss
{
	float: right;
	width: 50px;
	border: none;
	margin: 4px 20px 0px 0px;
	background: #89b640 url(../img/rss.png) no-repeat right center;
	line-height: 20px;
	padding: 0px;
}
#mainMenu li a
{
	color: #FFF;
	text-decoration: none;
	display: block;
}
/* ---------- CONTENT ---------- */
#content
{
	clear: both;
}
/* ---------- SUBMENU & BOXES ---------- */
#subMenuBoxes
{
	width: 200px;
	float: left;
}
/* ---------- SUBMENU ---------- */
#subMenu
{
	margin-bottom: -5px;
}
#subMenu li
{
	list-style: none;
	padding: 5px 0px;
	border-top: #89b640 solid 1px;
}
#subMenu li:first-child
{
	border-top: none;
	padding-top: 0px;
}
#subMenu li strong
{
	font-weight: normal;
	background: url(../img/arrow_black.gif) no-repeat left 5px;
	padding-left: 10px;
	display: block;
}
#subMenu li a
{
	text-decoration: none;
	color: #000;
	display: block;
}
/* ---------- ADDITIONAL BOXES ---------- */
#additionalBoxes
{
}
/* ---------- MAIN CONTENT ---------- */
#mainContent
{
	width: 520px;
	float: left;
}
#mainContent .article, #mainContent .listing
{
	line-height: 15px;
	margin: 0px 15px;
}
#mainContent .article h2, #mainContent .listing h2
{
	color: #89B640;
	font-size: 1.4em;
	margin: 12px 0px;
}
#mainContent .article ul
{
	list-style: disc;
	margin-left: 15px;
}
#mainContent .article li ul
{
	list-style: circle;
}
/* ---------- LISTING ---------- */
#mainContent .listing li
{
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
}
#mainContent .listing li:first-child
{
	border-top: none;
	padding-top: 0px;
}
#mainContent .listing ul li span
{
	font-weight: bold;
}
#mainContent .listing ul li span span
{
	color: #888;
	font-size: smaller;
	font-weight: normal;
}
#mainContent .listing ul li p
{
	margin: 0px;
}
#mainContent .listing .pager
{
	margin: 8px 0;
}
#mainContent .listing .pager span
{
	width: 370px;
	text-align: center;
	float: left;
}
#mainContent .listing .pager span.next
{
	width: 60px;
	text-align: left;
}
#mainContent .listing .pager span.prev
{
	width: 60px;
	text-align: right;
}
#mainContent .listing .pager a
{
	padding: 0 3px;
}
/* ---------- SITE MAP ---------- */
#mainContent .article ul.first > li
{
	margin-bottom: 5px;
}
/* ---------- SEARCH RESULTS ---------- */
#mainContent .search h3
{
	color: #89B640;
	margin-bottom: 5px;
	padding-top:5px;
	font-size:1.2em;
}
#mainContent .search .perex
{
	margin-top: 0;
}
/* ---------- MAIN BOXES ---------- */
#mainBoxes
{
	width: 200px;
	float: right;
}
/* ---------- LOGIN ---------- */
#login
{
	width: 200px;
	float: right;
}
#login form input
{
	width: 110px;
	margin: 4px 0px;
	border: #89b640 1px solid;
	padding: 3px;
}
#login form input:focus
{
	border: #6CF 1px solid;
}
#login form label
{
	display: block;
	width: 40px;
	float: left;
	padding: 3px 0px;
	margin: 4px 0px;
	clear: both;
}
#login #submit
{
	clear: both;
	border: #205f30 solid 1px;
	background-color: #dafaa7;
	padding: 2px 15px;
	width: 82px;
	margin-left: 40px;
	color: #000;
	font-style: normal;
	display: block;
	cursor: pointer;
}
#login form a
{
	margin-left: 40px;
	font-size: 10px;
}
#login form fieldset
{
	border: none;
}
/* ---------- BOX & BOX LARGE ------- */
.box
{
	width: 200px;
}
.box_large
{
	width: 520px;
}
.box p
{
	margin-bottom: 0px;
}
.box img
{
	float: left;
	margin: 0px 7px 7px 0px;
}
.box > h4, .box_large > h4
{
	display: block;
	background: #89b640 url(../img/box_small_top.gif) no-repeat top center;
	padding: 15px 20px 5px 20px;
	color: #FFF;
	font-weight: bold;
}
.box_large > h4
{
	background: #89b640 url(../img/box_large_top.gif) no-repeat top center;
}
.box > div, .box_large > div
{
	padding: 8px 20px 0px 20px;
	background: #FFF url(../img/box_small_middle.gif) repeat-y top center;
}
.box_large > div
{
	background: #FFF url(../img/box_large_middle.gif) repeat-y top center;
}
.box > span, .box_large > span
{
	display: block;
	background: #FFF url(../img/box_small_bottom.gif) no-repeat bottom center;
	padding: 10px;
}
.box_large > span
{
	background: #FFF url(../img/box_large_bottom.gif) no-repeat bottom center;
}
/* ---------- NEWS ---------- */
#news.box_large li
{
	list-style: none;
	border-top: #dafaa7 1px solid;
	margin: 0px;
	padding: 10px 0px;
}
#news.box_large li:first-child
{
	border-top: none;
	padding-top: 0px;
}
#news.box_large ul li span
{
	font-weight: bold;
}
#news.box_large ul li span span
{
	color: #888;
	font-size: smaller;
	font-weight: normal;
}
#news.box_large ul li p
{
	margin: 0px;
	padding-top: 5px;
}
/*
	bug v IE7 - peek a boo - skryvanie contentu plavajucim prvkom
	riesenie - plavajucemu prvku a obalovemu elementu neplavajucich prvkov nastavit position: relative
	*/
#news > div
{
	position: relative;
}
#news > div > a
{
	float: right;
	margin-right: 5px;
	width: auto;
	position: relative;
}
#news > div > a
{
	background: url(../img/arrow_green.gif) no-repeat right 5px;
	padding-right: 10px;
}
#news > div > div
{
	clear: both;
	height: 0px;
}
/* ---------- FOOTER ---------- */
#footer
{
	clear: both;
	background: #89b640 url(../img/footer_top.gif) no-repeat top center;
}
#footer > span
{
	display: block;
	background: #89b640 url(../img/footer_bottom.gif) no-repeat bottom center;
	padding: 10px;
}
#footer > p
{
	padding-top: 18px;
	margin: 0px;
	text-align: center;
	color: #FFF;
}
	