
body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	background-color: #FFFFFF;
	margin: 0;
	background-image: url(/img/body_bg.png);
	background-repeat: repeat-x;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}
.left {
	float:left;
}
.right {
	float:right;
}

a {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
}
span.black {
	color:#000000;
	font-weight: bold;
	padding-right: 10px;
	float: left;
}

/* ------------------- HEADER -------------------- */

#headerPrint {
	display: none;	
}

#header {
	width: 970px;
	margin: 0 auto;
/*	background-color: #FFFFFF;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image:url(/img/header_bg.png);
	background-repeat: repeat-y;
	height: 105px;
	margin: 0 auto;
	padding: 0;	
}
#logo {
	width: 200px;
	float:left;
	margin: 0;
	height: 85px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 45px;
}

#headerRight {
	width: 800px;
	float: right;
	text-align: right;
}

#languages {
	margin: 10px 10px 0 0;
}

#loginout {
	margin: 10px 10px 0 0;
}

#search {
	margin: 75px 10px 0 0;
	
}
#search form {
	margin: 0;
}
#search form input {
	border: 1px solid #000000;
	padding: 2px;
	margin: 0;
}
#search form input.btn {
	padding: 0;
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	height: 21px;
}

/* -------------------  KONTEJNER -------------------- */

#container {
	margin: 0 auto;
	background-color: #f6f6f6;
	background-image: url(/img/header_bg.png);
	background-repeat: repeat-y;
	width: 920px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	
}


/* -------------------  LEVO -------------------- */
#containerLeft {
	margin: 0;
	float:left;
	width: 195px;
}

#left {
	width: 200px;
	float: left;
	background-color: #cccccc;
}

/* -------------------  PATH -------------------- */

#path {
	margin: 0;
	padding: 5px;
	padding-left: 205px;
	background-color: #e0e6e0;
}
#path a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

/* -------------------  CENTAR -------------------- */

#center {
	float: left;
	width: 500px;
	background-color: #f0f0f0;
	padding: 10px;
	padding-top: 0;
}
#center h1 {
	font-size: 24px;
	font-weight: normal;
}
#center h2 {
	font-size: 18px;
	font-weight: normal;
}
#center h3 {
	font-size: 16px;
	font-weight: bold;
}
#center h4 {
	font-size: 14px;
	font-weight: bold;
}
#center p {
	line-height: 140%;
}
#center img {
	margin: 0 10px 10px 0;
}
#center ul, #center ol {
	margin-bottom: 0px;
}
#center ol li {
	margin-left: 0px;
	padding-left: 0px;
}

/* -------------------  DESNO -------------------- */

#right {
	float: left;
	width: 260px;
	background-color: #CCCCCC;
	padding: 10px;
}

/* -------------------  POTPIS -------------------- */

#footerPrint {
	display: none;
}


table.poll_results tr td{
    height: 22px;
}
img.poll_img {
    margin: 0px;
}

table.poll_results tr td.poll_img {
    vertical-align: top;
}

table.poll_results tr td.answer {
    padding-right: 10px;
    text-align: right;
}






/* -------------------  GORANOV KOD IZ UMBRACO FERNA -------------------- */

#wrap {
	width: 970px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}


/********************************************
   LINKS
********************************************/

a, a:visited {
	color: #339900;
	text-decoration: none;
}

.greenArrow {
	margin-left:5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.greenLink {
	color: #339900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline;
}
.greenLink a {
	text-decoration: none; /*adjust bullet image padding*/
	color: #339900;
	background-color: transparent;
	background-image: url(/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
.greenLink a:visited, .greenLink a:active {
	color: #339900;
	text-decoration: none;
}
.greenLink a:hover {
	text-decoration: underline;
}


.mainGreenLink {
	color: #339900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.mainGreenLink a {
	text-decoration: none; /*adjust bullet image padding*/
	color: #339900;
	background-color: transparent;
	background-image: url(/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
.mainGreenLink a:visited, .mainGreenLink a:active {
	color: #339900;
	text-decoration: none;
}
.mainGreenLink a:hover {
	text-decoration: underline;
}


.fix{
	display:block;
}

#footerSearch {
	width: 200px;
	float: left;
	padding-top: 30px;
}

form.search {
	border-top: 1px #B4B4B4 solid;
	border-bottom: 1px #B4B4B4 solid;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	height:22px;
}

button.submit {
	border: 0;
	float: left;
	padding:0;
	text-align:center;
	background-image: url(/img/button_bg.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 22px;
	text-indent: -200px;
	cursor: pointer;
}
button.submit1 {
	border: 0;
	float: left;
	padding:0;
	text-align:center;
	background-image: url(/img/submit.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 67px;
	height: 23px;
	text-indent: -200px;
	cursor: pointer;
}
button.submit1_hover {
	background-position: 0 -23px;
}


input.searchInput {
	border: 0;
	color:#666666;
	float:left;
	width: 166px;
	height: 18px;
	background-image: url(/img/input_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}


/********************************************
   FOOTER
********************************************/ 


#footer {
	height: 285px;
	background-image: url(/img/footer_bg_new.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 45px;
	padding-top: 90px;
	width: 935px;
	margin: 0 auto;
	display:block;
}
#footer_second {
	height: 295px;
	background-image: url(/img/footer_bg.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 90px;
	width: 925px;
	float: left;
	margin: 0 auto;
}

#footerMenu {
	width: 660px;
	margin-left: 20px;
	float: left;
}

#copyright {
	width: 880px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4B4B4;
	margin-top: 20px;
	padding-top: 15px;
	font-size:11px;
	float:left;
}

a.rssLink, a.rssLink:visited{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	
	background-color: transparent;
	background-image: url(/img/rss.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:19px;
}
a.rssLink img {
	border: none;
}
.copyrightLeft {
	float:left;
	width:680px;
}
.copyrightRight {
	float:right;
	width:200px;
	text-align:right;
}

/******** Footer Menu Links ********/

.footerMenuLinks {
	list-style:none;
	padding: 0;
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footerMenuLinks.last {
	margin-right: 0px;
}



.footerMenuLinks li.title {
	font-size: 14px;
	color: #666666;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
	padding: 0;
	margin: 0;
	height: 30px;
}
.footerMenuLinks li.title  a, .footerMenuLinks li.title  a:visited {
	color: #666666;
	text-decoration: none;
	font-size:14px;
}
.footerMenuLinks li.title  a:hover {
	text-decoration: underline;
	font-size:14px;
}
.footerMenuLinks li {
	padding:0;
	list-style:none;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.footerMenuLinks li a, .footerMenuLinks li a:visited {
	color: #666666;
	text-decoration: none;
	font-size:11px;
}
.footerMenuLinks li a:hover {
	text-decoration: underline;
}

/********************************************
   LINKS
********************************************/ 

a, a:visited {	
	color: #339900;
	text-decoration: underline;
}
a:hover {
	color: #339900;
	text-decoration: none;
}

/********************************************
   USER MENU TOP HEADER
********************************************/ 

.userMenu {
	height: 45px;
	width: 700px;
	float: left;
	background-color: #018B3D;
	font-size: 11px;
	margin: 0;
	padding: 10px 20px 0 0;
	font-family:Arial,Helvetica,sans-serif;
}
.userMenu a {
	text-decoration: none;
	padding-right: 15px; /*adjust bullet image padding*/
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(/img/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	margin-left: 10px;
}
.userMenu a:visited, .userMenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.userMenu a:hover {
	text-decoration: underline;
}




/**********************************************************
			Sub menu
**********************************************************/

.subMenuHolder {
	margin: 0;
	background-image: url(/img/header_bg.png);
	background-repeat: repeat-y;
	width: 920px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0 auto;
}


#subMenu {
	border-bottom: 1px solid #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 220px;
	margin: 0;
}
#subMenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#subMenu a:link, #subMenu a:visited {
	float: left;
	font-size: 15px;
	line-height: 14px;
	padding: 0 10px 6px 10px;
	text-decoration: none;
	color: #333333;
}
#subMenu a:link.selected, #subMenu a:visited.selected, #subMenu a:hover, #subMenu a.active, #subMenu a.onPath {
	padding-bottom: 6px;
	color: #339900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/******** Container Left ********/

.sideBarHolder {
	width: 195px;
	background-image: url(/img/sideBarHolder_bg.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-top: 15px;
}
.sideBarHolder .sideBarHead {
	background-image: url(/img/sideBarHolder_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	background-color: transparent;

}
.sideBarHolder .sideBarHead .sideBarTitle {
	background-image: url(/img/sideBarTitle_bg.jpg);
	background-repeat: repeat-y;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	height: 22px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}

.sideBar {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 3px;
}
.sideBar li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 7px;
	padding-left: 0px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sideBar li a, .sideBar li a:visited {
	background-image: url(/img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display:block;
	text-decoration: none;
	color: #4CA41B;
	font-size: 12px;
}
.sideBar li a:hover {
	text-decoration: underline;
	color: #4CA41B;
}
.sideBar li.last {
	border-bottom:none;
}


#containerRight {
	float:left;
	width: 690px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 35px;
}


/******** Header Title ********/

.headerTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 690px;
	float: left;
	
}
.headerTitle h1.mainTitle {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	font-size: 38px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
	float: left;
}
.headerTitle h2.title {
	font-weight: normal;
	color: #666666;
	margin: 0px;
	font-size: 20px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	float: left;
}

.headerTitle h3.title {
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	font-size: 14px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	float: left;
}


/******** User Menu Action ********/

.userMenuAction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.userMenuActionBrd {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-top:10px;
	
}
.userMenuAction a.mail {
	text-decoration: none; /*adjust bullet image padding*/
	color: #33CC33;
	background-color: transparent;
	background-image: url(/img/mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float:right;
	margin-right: 10px;
	padding-left: 20px;
}
.userMenuAction a.print {
	text-decoration: none; /*adjust bullet image padding*/
	color: #33CC33;
	background-color: transparent;
	background-image: url(/img/print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float:right;
	margin-right: 10px;
	padding-left: 17px;
}
.userMenuAction a.rss {
	text-decoration: none; /*adjust bullet image padding*/
	color: #33CC33;
	background-color: transparent;
	background-image: url(/img/rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float:right;
	margin-right: 10px;
	padding-left: 18px;
}
.userMenuAction a.share {
	text-decoration: none; /*adjust bullet image padding*/
	color: #33CC33;
	background-color: transparent;
	background-image: url(/img/share.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float:right;
	margin-right: 10px;
	padding-left: 17px;
}

.userMenuAction a:visited, .userMenuAction a:active {
	color: #33CC33;
	text-decoration: none;
}
.userMenuAction a:hover {
	text-decoration: underline;
}


/******** Bread Crumbs ********/

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	color: #CCCCCC;
	padding-top: 5px;
}
.breadcrumb a {
	text-decoration: none;
	color: #339900;
	background-color: transparent;
	margin: 0px;
	background-image: url(/img/bread.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.breadcrumb a:visited, .breadcrumb a:active {
	color: #339900;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

#content {
	margin: 0;
	width: 690px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear:both;
}
#contentLeft {
	margin: 0;
	float:left;
	width: 450px;
	padding-top: 10px;
}

/******** Content Left ********/

#contentLeft p.lead {
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	margin: 0px;
}
#contentLeft img.bigThumb {
	float: left;
	border: none;
	margin-right:15px;
}
#contentLeft img.wideThumb {
	border: none;
	margin-top:15px;
}

/******** Main ********/

#main img {
	margin-bottom: 10px;
	margin-top: 10px;
}

#main p {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#main h2 {
	font-weight: normal;
	color: #666666;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#main h3 {
	background-image: url(/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#main h4 {
	font-weight: normal;
	color: #666666;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/******** Content Right List 2 - Latest news or similar ********/

#contentRight .list2 {
	list-style: none;
	background-color: #F4F4F4;
	background-image: url(/img/list_ul_bg.png);
	background-repeat: repeat-x;
	padding: 0;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 3px;
}
#contentRight .list2 li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 7px;
	line-height: 130%;
	padding-top: 8px;
	padding-bottom: 8px;
}
#contentRight .list2 li img {
	float: left;
	margin-right: 6px;
}
#contentRight .list2 li a, #contentRight .list2 li a:visited {
	background-image: url(/img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	display:block;
	text-decoration: none;
	width: 80px;
	clear: both;
	margin-top: 5px;
}
#contentRight .list2 li a:hover {
	text-decoration: underline;
}
#contentRight .list2 li.last {
	border-bottom:none;
}

/* -- Tabele u tinyMCE -- */

#contentLeft table.tableFormatted, #content table.tableFormatted {
	border-bottom: 2px solid #F3E9B2;
}
#contentLeft table.tableFormatted tr td, #content table.tableFormatted tr td {
	padding: 5px 10px;
	background-color: #FDFCF2;
}
#contentLeft table.tableFormatted tr.odd td, #content table.tableFormatted tr.odd td {
	background-color: #F9F4D5;
}

#contentLeft table.tableFormatted thead tr td, #content table.tableFormatted thead tr td {
	border-top: 4px solid #01722B;
	background-color: #018B3D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}
/*#contentLeft table.tableFormatted tr td.leftColumn, #content table.tableFormatted tr td.leftColumn {
	border-left: 5px solid #F9F4D5;
}
#contentLeft table.tableFormatted tr td.rightColumn, #content table.tableFormatted tr td.rightColumn {
	border-right: 5px solid #F9F4D5;
}

#contentLeft table.tableFormatted tr.last td, #content table.tableFormatted tr.last td {
	border-bottom: 5px solid #F9F4D5;
}
*/




#bannerHome {
	height: 260px;
	padding-top: 40px;
	padding-left: 5px;
}
#bannerHome object {
}









