/* v1.0 | 20080212  CSS Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


 img, div { behavior: url(artwork/iepngfix.htc) }

#main_container {
  width:990px;
  margin:0 auto;
  font-family: arial, "lucida console", sans-serif;
  line-height:120%;
  color:#2B2B2B;
  margin-bottom:20px;
}

a {
  cursor:pointer;
  color:#354A32;
  text-decoration:underline;
}

a:hover {
  text-decoration:none
}


#header {
  width:990px;
  height:200px;
  overflow:hidden;
}

#navigation {
  background-image:url(artwork/nav-bg.jpg);
  background-repeat:repeat-x;
  height:54px;
  padding:0 5px;
  position:relative;
}

#navigation ul {
	margin-left:120px;
}

#logo {
  background-image:url(artwork/logo.png);
  width:114px; height:134px;
  position:absolute;
  top:-75px;
  left:13px;
  background-repeat:no-repeat;
  float:left; margin-left:3px;
  z-index:50;
}

#title {
  background-image:url(artwork/title.png);
  width:325px; height:52px;
  position:absolute;
  top:-63px;
  left:116px;
  background-repeat:no-repeat;
  float:left; margin-left:3px;
  z-index:50;
}

#navigation ul li {
  margin:0px;
  zoom: 1;
  float:left;
}

#navigation ul li a {
 
  display:block;
  height:37px;
  color:#fff;
  font-size:14px;
  text-decoration:none;
  padding:11px 5px 0 5px;
}

#navigation ul li a:hover {
  background-image:url(artwork/nav-hover.jpg);
  background-repeat:repeat-x;
}

#navigation ul li .selected {
  background-image:url(artwork/nav-hover.jpg);
  background-repeat:repeat-x;	
}


#navigation .dropdown {
  
  width:220px;
  border-bottom:6px solid #474747;
  padding:0 4px 12px 4px;
  background-color:#e7e7e7; position:absolute;
  top:39px;
  filter:alpha(opacity=98);-moz-opacity:.98;opacity:.98;
}

#navigation .dropdown ul {
	margin-left:0;
}

#navigation .dropdown ul li {
  float:none;
  height:auto !important;
}

#navigation .dropdown ul li a {
  float:none;
  display:block;
  color:#394e32;
  font-size:12px;
  height:auto !important;
  text-decoration:none;
}

#navigation .dropdown ul li a:hover {
  background-image:none;
  text-decoration:underline;
}

#navigation .dropdown ul ul a {
  color:#617164;
}

/* Left container */
#left {
  width:506px;
  float:left;
  margin-left:4px;
}

h1 {
  font-size:32px;
  color:#354a32;
  font-weight:normal;
  margin:22px 0 32px 0;
}

#left h2 {
  font-size:18px;
  color:#354a32 !important;
  font-weight:normal;
  padding:14px 0 2px 0;
  border-bottom:4px solid #354a32;
}

#left #modules_container {
  margin-top:18px;
  margin-left:3px;
}

#left #modules_container .image {
  width:115px;
  border:1px solid #d1d1d1;
  padding:3px;
  float:left;
}

#left #modules_container .image-big {
  width:494px;
  border:1px solid #d1d1d1;
  padding:3px;
	overflow:hidden;
	margin:15px 0 10px 0;
}

#left .article {
  margin-top:14px;
}

#left .article .summary {
  float:left;
  width:351px;
  margin-left:10px;
}

#left .article .core {
	width:494px;
}

#left .article h2 {
  font-size:14px;
  font-weight:bold;
  border:0;
  color:#000;
  padding:0;
}

#left .article .summary p, #left .article .core p {
  font-size:12px;
  color:#4b4b4b;
}

#left .article .summary .date, #left .article .core .date {
  font-size:10px;
  font-style:italic;
  color:#818181;
}

#left .article .more {
  font-size:12px;
  color:#394e32;
  float:right;
  clear:both;
  /*margin-top:10px;*/
}

#left .article .more:hover {
  text-decoration:none;
}

/* Center container */
#center {
  width:285px;
  float:left;
  margin:0 7px 0 18px;
}

#center h2 {
  font-size:18px;
  color:#292929;
  font-weight:normal;
  margin-bottom:14px;
}


#center #module_container {
  
}

#center .module {
  background-color:#e7e7e7;
  border:1px solid #a7a7a7;
  padding:9px;
  font-size:11px;
  color:#6F6F6F;
  margin-bottom:12px;
}

#center img {
	margin:5px 10px 5px 0;
}

/* Right container */
#right {
  width:160px;
  float:left;
  margin-left:9px;
  overflow:hidden;
}

/* Content container */
.content {
  width:800px;
  float:left;
  font-family:Arial;
  font-size:12px;
  padding-right:15px;
  margin:15px 5px 0 0;
}

.content h2 {
	font-size:14px;
	font-weight:bold;
	margin-top:18px;
}

.content p {
	margin:8px 0;
	text-align:justify;
}

.content img {
	border:4px solid #354A32;
	margin:6px;
}

.content img.left {
	margin-right:15px;
	float:left;
}

.content img.right {
	margin-left:15px;
	float:right;
}


.info {
	background-color:#f5f5f5 !important;
	padding:4px;
}


.pagingCenter {
	margin-top:0px !important;
	margin-bottom:25px !important;
	font-size:12px !important;
	border-bottom:1px solid #d5d5d5;
	padding:4px 0;
	display:block;
}

#footer {
	margin-top:20px;
	border-top:1px solid #d5d5d5;
	text-align:right;
	padding-top:8px;
	font-size:11px;
}

.table {
	border:5px solid #d5d5d5;
	padding:8px;
	display:table-caption;
}

.table td {
	padding:4px;
}

.doc_list li {
	margin: 8px 16px !important;
	list-style-type: square !important;
	list-style-image: none !important;
	list-style-position: outside !important;
}

.fotoOkvirLeft {
	float:left;
	margin:0 10px 0 0;
}

/* MTB Staze */

.mtb_staza {
	float:left;
	width: 397px;
	margin-left: 2px;
	margin-bottom: 24px;
}

.mtb_staza h2 {
	margin-top: 6px;
	margin-bottom: 6px;
}

.mtb_staza img {
	float:left;
}

.mtb_staza ul {
	margin-top: 6px;
	margin-left:8px;
	float: left;
}

.mtb_staza ul li {
	margin-bottom:17px;
}

.mtb_staza ul img {
	margin: 0 10px 0 0 ;
	border: 0;
	vertical-align: middle;
	width: 24px;
}

.clear {
	clear: both;
}


.pagination {
	font-size: 12px;
}

.pagination a.selected {
	background-color:#d0d0d0; padding: 4px;
	text-decoration: none;
	color:#667;
}

