@import "reset.css";
html {
	overflow: -moz-scrollbars-vertical;
}
body 	{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	background-color:#FFFFFF;
	color:#000;
	padding:0 0 0 0;
	background:url(../gfx/pozadi.gif) left top;
	}
a {
	color:#1C8226;
	text-decoration:none;
	}
a:hover{
	color:#6CC37B;
	text-decoration:none;
	font-weight:bold;
	}
p {
	margin-bottom:12px;
}
h1 {
	font-size:17px;
	font-weight:bold;
	color:#1C8226;
	margin:0px 0 5px 0;
	padding:0px 0 5px 0;
	}
h2 {
	font-size:13px;
	font-weight:bold;
	color:#1C8226;
	margin:0;
	padding:5px 0 0 0;
	}
h3 {
	font-size:13px;;
	font-weight:normal;
	color:#1C8226;
	margin:0;
	padding:10px 0 0 0;
	}



/* LAYOUT
------------------------------*/
#all {
	position:relative;
	width:980px;
	margin:0 auto;
	background:url(../gfx/cbg.gif) repeat-y;
	/* border-left:1px solid #1C8226;
	border-right:1px solid #1C8226; */
	}
	
/* TOP
------------------------------*/	
#top {
	position:relative;
	width:980px;
	height:199px;
	background:url(../gfx/header.jpg) left top no-repeat;
	}
#foot {
	position:relative;
	width:980px;
	height:22px;
	background-color:#BBD4BE;
	}

/* CONTENT
------------------------------*/
#menubar {
	position:relative;
	width:261px;
	float:left;
	padding-top:10px;
	background:url(../gfx/mmbg.jpg) left top no-repeat;
	}
#content {
	position:relative;
	width:655px;
	float:right;
	padding:32px;
	}

.clean {
	clear:both;
	height:0;
	width:100%;
	font-size:0;
	}

/* MENU
------------------------------*/
ul.menu {
	width:261px;
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-type:none;
	}
ul.menu li {
	width:261px;
	}
ul.menu li.nohref {
	color:#1C8226;
	display:block;
	height:19px;
	width:221px;
	border-bottom:1px solid #1C8226;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:4px 20px;
}
ul.menu li a {
	color:#1C8226;
	display:block;
	height:19px;
	width:221px;
	border-bottom:1px solid #1C8226;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:4px 20px;
	}
ul.menu li a:hover,
ul.menu li a:focus {
	color:#000000;
	text-decoration:none;
	}
ul.menu li.selected {
	color:#000000;
	display:block;
	height:19px;
	width:221px;
	border-bottom:1px solid #1C8226;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:4px 20px;
	}
ul#submenu {
	width:261px;
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-type:none;
	}
ul#submenu li {
	width:261px;
	}
ul#submenu li a {
	color:#1C8226;
	height:20px;
	display:block;
	width:227px;
	border-bottom:1px solid #1C8226;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:4px 0px 4px 34px;
	}
ul#submenu li a:hover,
ul#submenu li a:focus {
	color:#000000;
	text-decoration:none;
	}
ul#submenu li.selected {
	color:#000000;
	height:20px;
	display:block;
	width:227px;
	border-bottom:1px solid #1C8226;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:4px 0px 4px 34px;
	}

ul#submenu li.nohref {
  color:#1C8226;
  height:20px;
  display:block;
  width:227px;
  border-bottom:1px solid #1C8226;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  padding:4px 0px 4px 34px;
}

ul#subsubmenu {
  width:261px;
  padding:0px;
  margin:0px;
  list-style:none;
  list-style-type:none;
}
ul#subsubmenu li {
  width:261px;
}
ul#subsubmenu li a {
  color:#1C8226;
  height:20px;
  display:block;
  width:213px;
  border-bottom:1px solid #1C8226;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  padding:4px 0px 4px 48px;
}
ul#subsubmenu li a:hover,
ul#subsubmenu li a:focus {
  color:#000000;
  text-decoration:none;
}
ul#subsubmenu li.selected {
  color:#000000;
  height:20px;
  display:block;
  width:213px;
  border-bottom:1px solid #1C8226;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  padding:4px 0px 4px 48px;
}
#content ul {
	padding:0 0 0 16px;
}
.imageleft {
	float:left;
	padding:8px 8px 8px 0px;
}
table th {
	background-color:#DA251D;
	color:#FFFFFF;
	font-weight:bold;
}
.red {
	color: crimson;
	font-size: 1.3em;
	font-weight: bold;
}