/*** GENERAL ***/

body {
	margin: 0px; padding: 0px;
	background: #018107 url('../img/page-bg-color.png') center top no-repeat;
	font-size: 80%;
	min-width: 959px;
}

body, a, input {
	font-family: Verdana, Arial, Helvetica;
}

img {
	border: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

h1 {
	font-size: 150%;
	text-align:left;
}

h1, h1 a {
	color: #018107;
}

h2 { font-size: 120%; }

h2, h2 a {
	color: #0e4210;
	margin-bottom: 5px;
}

p {
	margin-top: 5px;
}

label {
	font-weight: bold;
}

.center { text-align: center; }

div.clear-fix {
	clear: both;
}

/*** PAGE-TOP ***/

div#page-top {
	width: 899px;
	margin: 0 auto;
	padding: 15px 60px 0 0;
	text-align: right;
	position: absolute;
	top: 0px;
}

div#page-top a {
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 18px;
	height: 16px;
	display:block;
	float:right;
	color: white;
	font-size: 80%;
}

div#page-top a:hover {
	text-decoration: underline;
}

div#page-top a#search { background-image: url('../img/search.png'); }
div#page-top a#tree { background-image: url('../img/tree.png'); }

/*** PAGE ***/

div#page {
	background: url('../img/page-bg-border.png') left top repeat-y;
	margin: 31px auto 0;
	width: 959px;
	clear: both;
}

/*** PAGE-HEADER ***/

div#page-header {
	width: 959px; height: 171px;
	position: absolute;
	top: 31px;
	margin-bottom: 12px;
	background: transparent url('../img/header.png') center top no-repeat;
}

/*** PAGE-HEADER-MENU-TOP ***/

div#page-header ul {
	position: relative;
	top: 23px;
	margin: 0; padding: 0;
	font-size: 14px;
	list-style: none;
	text-align: center;
}

div#page-header ul li {
	display: inline;
	padding: 5px 10px 15px 18px;
	background: transparent url('../img/menu-separator.png') left top no-repeat;
}

div#page-header ul li.first {
	background: none;
}

div#page-header ul li a {
	color: white;
	border: 0px solid #A3FF99;
	padding-bottom: 3px;
	font-weight: bold;
	text-transform: uppercase;
}

div#page-header ul li a:hover {
	border-bottom-width: 5px;
}

div#page-header a#page-header-title {
	position: absolute;
	bottom: 30px; left: 55px;
	color: white;
	font-size: 200%;
	font-weight: bold;
}

/*** CONTENT ***/

div#page-content {
	padding: 183px 60px 0;
}

/*** CONTENT - MENU ***/

div#page-content-menu {
	float: left;
	padding-bottom: 13px;
	width: 202px;
	background: #018107 url('../img/vmenu-bottom.png') center bottom no-repeat;
}

div#page-content-menu p {
	margin: 0; padding: 0;
	background: #018107 url('../img/vmenu-top.png') left top no-repeat;
	height: 53px;
	line-height: 53px;
	text-transform: uppercase;
	text-align:center;
	color: white;
	font-size: 150%;
	font-weight: bold;
}

div#page-content-menu ul {
	margin: 0; padding: 0;
	list-style: none;
	background: #018107 url('../img/vmenu-middle.png') left top repeat-y;
}

div#page-content-menu ul li {
	padding: 5px 0px 5px 0px;
}

div#page-content-menu ul li.hide {
	display: none;
}

div#page-content-menu ul li a, div#page-content-menu ul li.active li a {
	display: block;
	padding: 3px 10px 0 10px;
	margin: 0 8px 0 9px;
	color: white;
	font-size: 13px;
	font-weight: bold;	
	height: 37px;
	line-height: 15px;
	outline: none;
	background-image: none;
}

div#page-content-menu ul li.active a {
	background: transparent url('../img/menu-selector-aktivni.png') left top no-repeat;
}

div#page-content-menu ul li a:hover {
	background: transparent url('../img/menu-selector.png') left top no-repeat;
}

/*** CONTENT - SUBMENU***/

div#page-content-menu ul ul {
	margin: 3px 3px 0 12px; padding: 0;
	list-style: none;
	background-image: none;
}

div#page-content-menu ul li li {
	background: transparent url('../img/sub.gif') left 8px no-repeat;
	padding-left: 13px;
}

div#page-content-menu ul li li a, div#page-content-menu ul li.active li a {
	margin: 0 5px 0 0px;
}

div#page-content-menu ul li li.active a {
	margin: 0 5px 0 0px;
	background: transparent url('../img/menu-selector-aktivni-sub.png') left top no-repeat;
}

div#page-content-menu ul li li a:hover, div#page-content-menu ul li.active li a:hover {
	background: transparent url('../img/menu-selector-sub.png') left top no-repeat;
}

/*** CONTENT - MAIN ***/

div#page-content-main {
	width: 609px;/*839-230*/
	float:right;
}

div#page-content-main a {
	color: #018107;
	text-decoration: none;
	cursor: pointer;
}

div#page-content-main a:hover {
	text-decoration: underline;
}


/*** FOOTER ***/

div#footer {
	display: block;
	padding: 80px 70px 20px 80px;
	background: #018107 url('../img/footer-bg.png') left top no-repeat;

	font-size: 70%;
	text-align: right;
	color: white;
}

div#footer p {
	margin: 0.5em 0;
}

div#footer a {
	color: white;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer p.backlinks {
	margin-top: 30px;
	text-align: center;
}
