/* Basic */

body {
	font: 70% verdana, arial, sans-serif;
	text-align: center;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #333333;
	background: transparent url("../layout/body2.jpg") repeat-x;
}

img {
	border: none;
}

hr {
	color:#CCCCCC;
	width: 90%;
	height: 0px;
	margin-left: 15px;
	/*size: 1;*/
	border: 1px solid #CCCCCC;
	}
	
.cBoth {
	clear: both;
}

/* Structure */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 945px;
	text-align: left;
	/*border-top: 10px solid #CCCCCC;*/
	background: transparent url("../layout/menu_bg.jpg") repeat-y;
}

#leftBar {
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
}

#main {
	margin: 0;
	padding: 0;
	width: 745px;
	float: right;
}



#rightBar {
	margin: 0;
	padding: 0;
	width: 600px;
	float: left;
}

#logoBar {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	width: 145px;
	float: right;
}

#logoBar img{
	margin: 0;
	padding: 5px;
	padding-left: 15px;

}

#logo {
	margin: 0;
	padding: 0;
	height: 143px;
	background: transparent url("../layout/logo.gif") no-repeat;
}

#logo h1 {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 143px;
}

#logo h1 a {
	display: block;
	width: 200px;
	height: 143px;
	margin: 0;
	padding: 0;
}

#logo h1 span {
	display: none;
}

#search {
	margin: 0 0 5px;
	padding: 0;
	width: 200px;
	height: 28px;
	float: left;
	/*
	background-color: #336699;
	background: transparent url("../layout/search_bg.jpg") repeat-x;
	*/
}

#search input {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #999999;
	/*
	background-color: #336699;
	background: transparent url("../layout/search_bg.jpg") repeat-x;
	*/
}

#search p {
	margin: 0;
	padding: 0;
	margin-left: -10px;

	/*
	background-color: #336699;
	background: transparent url("../layout/search_bg.jpg") repeat-x;
	*/
}


#flags {
	margin: 0;
	padding: 0;
	float: right;
}

#header {
	margin: 0;
	padding: 0;
	width: 600px;
	height: 143px;
	background: transparent url("../layout/header.jpg") no-repeat;
}

#header a {
	margin: 0;
	padding: 0;
	color: #333333;
}


#footer {
	clear: both;
	height: 20px;
	line-height: 20px;
	/*background: transparent url("../layout/footer.jpg") no-repeat;*/
	background-color: #fff;
	text-align: center;
	border: 0px solid #CCCCCC;
}

/*vertical tree menu */
#verNav {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	width: 180px;	
}

#verNav a {
	margin: 0;
	padding: 0;
	color: #333333;
	text-decoration: none;	
}

#verNav ul a:hover {
	text-decoration: underline;
}
#verNav ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: transparent url("../layout/list.gif") no-repeat left center;
/*background: white url(list.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 20px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: transparent url("../layout/closed.gif") no-repeat left 1px;
/*background: transparent url("../layout/menu_btn.jpg") repeat-x;*/

/*background: white url(closed.gif) no-repeat left 1px;*/
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}


/* Vertical navigation 

#verNav h2 {
	color: #f58466;
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	padding: 0 0 0.5em 0;
}

#verNav ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#verNav ul li {
	padding: 0;
	margin: 0;
}

* html #verNav ul li {
	height: 1%;
}

#verNav ul a {
	display: block;
	color: #9b9d9d;
	text-decoration: none;
	background: transparent url("../layout/li1.gif") center right no-repeat;
	padding: 1px 15px 1px 0;
	margin: 0;
}

#verNav ul a:hover {
	text-decoration: underline;
}
*/


/* Images */

p#imgSide img {
	border-bottom: 10px solid #ed1c24;
}

img.imgRight {
	float: right;
	margin: 0 10px 10px 10px;
}

img.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

/* Typography */

#rightBar .topPadd {
	padding-top: 5px;
}

#rightBar h2 {
	margin: 10px 10px 1em 10px;
	font-weight: bold;
	font-size: 130%;
	color: #003366;
	width: auto;
	background: transparent url("../layout/h2.gif") center left no-repeat;
	padding: 0px 0px 0px 15px;
	border-bottom: 1px dotted #999999;
}


#rightBar h3 {
	margin: 0 10px 1em 10px;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 100%;
	color: #444444;
	text-decoration: underline;
	/*
	border-top: 1px solid #000;
	border-bottom: 1px solid  #CECECE;
	*/
	
}

#rightBar h4 {
	margin: 0 0 0.3em 10px;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 100%;
	color: #888888;
}

#rightBar p {
	margin: 0;
	padding: 0 15px 1em 15px;
	_padding: 0 15px 1em 15px; /* IE */
	line-height: 1.5em;
	text-align:justify;
}

p.bottBord {
	border-bottom: 1px solid #000;
}

#rightBar ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 1em;
	line-height: 1.5em;
	padding-right: 5px;
}

#rightBar table {
	margin-left: 20px;
	margin-bottom: 0;
	padding-bottom: 1em;
	line-height: 1.5em;
}

#rightBar img {
	text-decoration:none;
	
}


#rightBar p#imgSide, #rightBar p#horNav {
	margin: 0;
	padding: 0;
}

#rightBar #download {
	background-color: #F0F0F0;
	margin:0;
	padding:0;
}

#rightBar #download a {
	text-decoration:none;
}
 
#rightBar #download a:hover {
	text-decoration:underline;
}

#footer p {
	margin: 0;
	padding: 0;
}

#rightBar ul.listMenu {

	margin: 0 0 0 15px;
	padding: 0 0 1em 0;
	
	
}

#rightBar ul.listMenu li {
	margin: 0;
	padding: 3px 0;
	list-style: none;
}

#rightBar ul.listMenu a {
	width: auto;
	background: transparent url("../layout/square.gif") center left no-repeat;
	margin: 0;
	padding: 0 0 0 15px;
	
}

.zelena {
	background-color: #365f26;
}

.cervena {
	background-color: #FF0000;
}

.bledozelena {
	background-color: #365f26;
}


/* Links */

a {
	color: #f10;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.downLink {
	display: block;
	padding: 1.3em 50px;
	background: transparent url("../layout/pdf_icon.gif") center left no-repeat;
	border: 1px solid #aaa;
}

a.downLink:hover {
	border: 1px solid #000;
}

/* Tables */

table {
	font: 100% verdana, arial, sans-serif;
	margin: 0 0 1em 5px;
	padding: 0;
}

#search table {
	height: 30px;
	margin: 0;
	padding: 0;
}

#search table td {
	margin: 0;
	padding: 0 0 0 0px;
}

table.rowTable {
	margin: 0 0 1em 5px;
	padding: 0;
	border-collapse: collapse;
}

table.rowTable td {
	border-bottom: 1px solid #aaa;
	padding: 2px 5px;
}

table.rowTable caption {
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	color: #7689b3;
	padding: 5px 5px;
}

table.formTable {
	font: 100% verdana, arial, sans-serif;
	margin: 0 0 1em 10px;
	padding: 0;
	border-collapse: collapse;
}

table.formTable th, table.formTable td {
	border-bottom: 1px solid #000;
	padding: 5px 10px;
}

/* Forms 

form {
	margin: 0;
	padding: 0;
}

input {
	font: 100% verdana, arial, sans-serif;
}

input.butt {
	color: #fff;
	background-color: #f10;
	font-size: 120%;
}
*/
/* Boxes */

div.leftBox {
	width: 300px;
	_width: 280px;
	float: left;
}

div.leftBox2 {
	width: 330px;
	float: left;
}


div.rightBox {
	width: 300px;
	_width: 280px;
	float: right;
}

/* Borders */

div.bottBord {
	border-bottom: 1px solid #000;
}

div.topBord {
	border-top: 1px solid #000;
}

