﻿html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666;
	background: #fff url('../img/bg-body.jpg') no-repeat center top;
}
#outer {
	width: 100%;
	background: transparent url('../img/bg-outer.jpg') no-repeat bottom;
}
#container {
	width: 1000px;
	min-height: 800px;
	margin: 0 auto;
}
a img {
	border: 0;
}
a {
	color: #233e85;
	text-decoration: none;
}
.cb {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */
.clear {
    overflow: hidden;
    width: 100%;
}
.hidden {
	display: none;
}
.noright {
	margin-right: 0;
}
#header {
	height: 107px;
	position: relative;
}

h1 {
	position: absolute;
	top: 25px;
	left: 0;
	width: 250px;
	height: 70px;
	background: transparent url('../img/euprava-logo.png') no-repeat bottom;
	font-weight: normal;
}

h1 a {
	display: block;
	width: 286px;
	height: 56px;
	padding: 14px 0 0 64px;
}
h1 a strong {
	font-size: 18px;
	color: #233e85;
	font-weight: normal;
}
h1 a strong span {
	color: #e60000;
}
h1 a span.tagline {
	display: block;
	color: #666;
	font-size: 12px;
	padding-top: 3px;
}

#sizer {
	position: absolute;
	top: 20px;
	right: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	width: 245px;
}
#sizer a {
	color: #233E85;
}
#sizer a:hover {
	color: #ff0000;
}
#sizer small {
	font-size: 12px;
}
#sizer big {
	font-size: 24px;
}
#lang {
	z-index: 500;
	font-size: 11px;
	display: inline;
}
#lang a {
	color: #999999;
	font-family: Arial, sans-serif;
	font-style: normal;
	margin: 0 0 0 8px;
}
#lang a:hover, #lang a.lang-selected {
	color: #C00B0F;
}
#lang a.lang-selected {
	border: 1px solid #eee;
	padding: 1px;
}

#userlinks {
	position: absolute;
	right: 9px;
	top: 59px;
}
.login {
	height: 20px;
	margin: 0;
	background: url('../img/prijava.gif') 0 0 no-repeat;
	font-size: 14px;
	float: left;
	display: block;
	overflow: hidden;
	text-transform: uppercase;
	color: #c00b0f;
	padding-left: 17px;
	line-height: 20px;
}
.register {
	height: 20px;
	margin: 0;
	background: url('../img/registracija.gif') 0 0 no-repeat;
	float: left;
	display: block;
	overflow: hidden;
	font-size: 14px;
	text-transform: uppercase;
	color: #233e85;
	padding-left: 20px;
	line-height: 20px;
	margin-left: 5px;
}
a.login:hover, a.register:hover {
	background-position: 0 -20px;
	color: #343434;
}
#top {
	background: transparent url('../img/bg-top.gif') no-repeat;
	height: 109px;
	position: relative;
}
#topnav{
	margin: 0;
	padding: 0;	
}

ul#topnav {
	height: 33px;
	position: absolute;
	top: 10px;
	left: 11px;
}
ul#topnav li {
	list-style: none;
	height: 33px;
	float: left;
	display: block;
	position: relative;
	margin: 0;
	padding-right: 2px;
	background: url(../img/nav-separator.gif) no-repeat top right;
}
ul#topnav li.nav-home-outer {
	padding: 0;
	background: 0;
}
ul#topnav li a {
    background: transparent url('../img/nav-a.gif') no-repeat scroll top right;
   	color: #fff;
	display: block;
	float: left;
	height: 33px;
	font-size: 16px;
    padding-right: 14px; /* sliding doors padding */   
}
ul#topnav li a span {
    background: transparent url('../img/nav-span.gif') no-repeat;
    display: block;
    line-height: 33px;
    padding: 0 0 0 14px;
}
ul#topnav li a.nav-home {
	background: url(../img/nav-home.gif) no-repeat 0 0;
	width: 39px;
	text-indent: -9000px;
	padding: 0;
}
ul#topnav li a:hover, ul#topnav li a.nav-selected {
	background-position: bottom right;
}
ul#topnav li a:hover span, ul#topnav li a.nav-selected span {
	background-position: 0 -33px;
}
span#pretraga-naslov {
	display: block;
	font-size: 16px;
	color: #b2c7ff;
	position: absolute;
	top: 0;
	height: 53px;
	line-height: 53px;
	right: 242px;
	width: 90px;
}
#pretraga {
	position: absolute;
	right: 19px;
	top: 12px;
	width: 233px;
}
div.searchwrap {
	width: 193px;
	height: 29px;
	background: url(../img/searchbox.gif) no-repeat 0 0;
	float: left;
	display: inline;
}
div.searchwrap input {
	width: 175px;
	margin-left: 9px;
	padding-top: 7px;
	background: transparent;
	border: 0;
	color: #233e85;
	outline: 0;
}
input.search-go {
	width: 29px;
	height: 29px;
	float: left;
	margin-left: 11px;
	display: inline;
}

#sendto {
	position: absolute;
	right: 12px;
	bottom: 22px;
}
#sendto a.mail {
	height: 34px;
	text-indent: -9999px;
	margin: 0;
	background: url('../img/mail.gif') 0 0 no-repeat;
	width: 38px;
	float: left;
	display: block;
	overflow: hidden;
}
#sendto a.print {
	height: 34px;
	text-indent: -9999px;
	margin: 0;
	background: url('../img/print.gif') 0 0 no-repeat;
	width: 37px;
	float: left;
	display: block;
	overflow: hidden;
}
#main {
	padding-top: 22px;
	text-align: justify;
}
#content {
	width: 630px;
	display: inline;
	float: left;
}


#aside {
	width: 337px;
	margin-left: 24px;
	display: inline;
	float: left;
}

h2 {
	color: #c40d10;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-top: 5px;
	width: 600px;
	border: none !important;
}
#tabs {
	margin-top: 19px;
	width: 100%;
}
#tab1 {
	width: 100%;
}
ul.tabnav {
	height: 31px;
	padding: 0;
	margin: 0;
	list-style: none;
	
}
ul.tabnav li {
	float: left;
	display: inline;
	height: 31px;
}
ul.tabnav li a {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
    display: block;
    float: left;
    padding-right: 18px;
    text-decoration: none;
    height: 31px;
    outline: 0;
}
ul.tabnav li a.tab1 {
    background: transparent url('../img/tab1-a.gif') no-repeat scroll top right;
}
ul.tabnav li a.tab2 {
    background: transparent url('../img/tab2-a.gif') no-repeat scroll top right;
}
ul.tabnav li a span {
    display: block;
    line-height: 21px;
    padding: 5px 0 5px 18px;
	cursor: pointer;
}
ul.tabnav li a.tab1 span {
    background: transparent url('../img/tab1-span.gif') no-repeat;
}
ul.tabnav li a.tab2 span {
    background: transparent url('../img/tab2-span.gif') no-repeat;
    padding: 5px 0 5px 30px;
}
ul.tabnav li a.tab-selected {
	color: #ffe400;
    background-position: bottom right;
}
ul.tabnav li a.tab-selected span {
    background-position: bottom left;
}
h3.naslov {
	font-size: 18px;
	color: #233e84;
	letter-spacing: 0.1em;
	margin: 22px 0 22px 0;
}
#oblasti {
	padding: 0;
	margin: 0;

}
ul#oblasti li {
	float: left;
	height: 40px;
	width: 305px;
	margin: 0 4px 8px 0;
	display: inline;
}
ul#oblasti li a {
	float: left;
	height: 40px;
	width: 246px;
	display: block;
	line-height: 40px;
	color: #333;
	padding-left: 50px;
}
ul#oblasti li a:hover {
	background-color: #ffced0;
	color: #a40101;
	background-position: bottom left;
}
a.ob-javnenabavke {
    background: transparent url('../img/icon-nabavke.gif') no-repeat top left;
}
a.ob-obrazovanje {
    background: transparent url('../img/icon-obrazovanje.gif') no-repeat top left;
}
a.ob-pokposlovanja {
    background: transparent url('../img/icon-pokretanje.gif') no-repeat top left;
}
a.ob-rad {
    background: transparent url('../img/icon-rad.gif') no-repeat top left;
}
a.ob-saobracaj {
    background: transparent url('../img/icon-saobracaj.gif') no-repeat top left;
}
a.ob-zivsredina {
    background: transparent url('../img/icon-stanovanje.gif') no-repeat top left;
}
a.ob-default {
    background: transparent url('../img/icons-default-p.gif') no-repeat top left;
}
a.ob-porodica {
    background: transparent url('../img/icon-porodica.gif') no-repeat top left;
}
a.ob-dokumenta {
    background: transparent url('../img/icon-dokumenta.gif') no-repeat top left;
}
a.ob-porezi {
    background: transparent url('../img/icon-porezi.gif') no-repeat top left;
}
a.ob-finansije {
    background: transparent url('../img/icon-finansije.gif') no-repeat top left;
}
a.ob-zdravlje {
    background: transparent url('../img/icon-zdravlje.gif') no-repeat top left;
}
a.ob-putovanja {
    background: transparent url('../img/icon-putovanja.gif') no-repeat top left;
}

a.ob-policija {
    background: transparent url('../img/icon-policija.gif') no-repeat top left;
}

a.ob-pokposlovanja-p {
    background: transparent url('../img/icon-pokretanje-p.gif') no-repeat top left;
}
a.ob-javnenabavke-p {
    background: transparent url('../img/icon-nabavke-p.gif') no-repeat top left;
}
a.ob-zivsredina-p {
    background: transparent url('../img/icon-stanovanje-p.gif') no-repeat top left;
}
a.ob-finansije-p {
    background: transparent url('../img/icon-finansije-p.gif') no-repeat top left;
}
a.ob-uvozizvoz-p {
    background: transparent url('../img/icon-uvoz-p.gif') no-repeat top left;
}
a.ob-obrazovanje-p {
    background: transparent url('../img/icon-obrazovanje-p.gif') no-repeat top left;
}
a.ob-saobracaj-p {
    background: transparent url('../img/icon-saobracaj-p.gif') no-repeat top left;
}
a.ob-default-p {
    background: transparent url('../img/ob-porodica.gif') no-repeat top left;
}
a.ob-dokumenta-p {
    background: transparent url('../img/icon-dokumenta-p.gif') no-repeat top left;
}

a.pretraga1 {
	height: 46px;
	margin: 5px 10px 0 0;
	background: url('../img/pretraga1.gif') 0 0 no-repeat;
	width: 250px;
	float: left;
	display: block;
	overflow: hidden;
	line-height: 43px;
	color: #fff;
	padding-left: 50px;
}
a.pretraga2 {
	height: 46px;
	margin: 5px 0 0 0;
	background: url('../img/pretraga2.gif') 0 0 no-repeat;
	width: 250px;
	float: left;
	display: block;
	overflow: hidden;
	line-height: 43px;
	color: #fff;
	padding-left: 50px;
}
a.pretraga1:hover, a.pretraga2:hover, a.pretraga-selected {
	background-position: 0 -50px;
	color: #fcc101;
}
h3.subtitle {
	background: transparent url(../img/line.png) repeat-x scroll 0 60%;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal;	
}
h3.subtitle span {
	color: #a80203;
	background-color: #fff;
	padding-right: 4px;
}
a.news-more {
	bottom: 3px;
	right: 4px;
	position: absolute;
	display: none;
}
.news-item{
	margin-bottom: 10px;
	position: relative;
	padding: 8px 0 2px 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #f1f1f1;
	cursor: pointer;
	text-align: justify;
}
.news-item h4, .epart-item h4 {
	color: #233e85;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
	text-align: left;
}
.service-item h4 {
	color: #233e85;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: -30px;
	margin-top: -5px;

}
.service-item a:hover {
	border-bottom:1px solid #343434;
	color:#C40D10;
}
.epart-item {
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
}
.news-item span.date, .epart-item span.date, div.usluga-poruka h5 {
	font-size: 11px;
	color: #cccccc;
	font-weight: normal;
}
.news-item p, .epart-item p {
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.selected-news {
	border-bottom: 1px solid #4f659d;
}
.selected-news h4 a {
	color: #a80203;
}
div.selected-news p {
	color: #000;
}
a.news-all {
	height: 27px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url('../img/news-all.gif') 0 0 no-repeat;
	width: 93px;
	float: right;
	display: block;
	overflow: hidden;
}
a.news-all:hover {
	background-position: 0 -27px;
}
#secondary {
	margin-top: 25px;
}
#sec-left {
	float: left;
	width: 350px;
}
#sec-mid {
	float: left;
	margin-left: 45px;
	width: 356px;
}
#sec-right {
	float: left;
	width: 205px;
	margin-left: 34px;
}
#sec-right h4 {
	color: #233e85;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-top: 5px;
}
#sec-left ul li a {
	color: #666;
	padding: 10px 10px 10px 14px;
	display: block;
	border: 1px solid transparent;
	background: url('../img/arrow.png') 0 12px no-repeat;
}
#sec-left ul li a:hover {
	color: #666;
	padding: 10px 10px 10px 14px;
	display: block;
	background-color: #fbffe7;
	border: 1px solid #f7e6b2;
	color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: none;
}
#sec-right input {
	padding-bottom: 10px;
	padding-left: 5px;
}

#sec-left-mini {
	float: left;
	width: 270px;
}
#sec-mid-mini {
	float: left;
	margin-left: 45px;
	width: 305px;
}
#sec-right-mini {
	float: left;
	width: 305px;
	margin-left: 34px;
}

#sec-right-mini h4 {
	color: #233e85;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-top: 5px;
}

#sec-right-mini input {
	padding-bottom: 10px;
	padding-left: 5px;
}

.sec-right-mini {
	float: left;
	width: 305px;
	margin-left: 34px;
}

.sec-right-mini h4 {
	color: #233e85;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-top: 5px;
}

.sec-right-mini input {
	padding-bottom: 10px;
	padding-left: 5px;
}



a.vote {
	height: 33px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url('../img/vote.png') 0 0 no-repeat;
	width: 99px;
	float: left;
	display: block;
	overflow: hidden;
	margin-top: 25px;
}
a.vote:hover {
	background-position: 0 -33px;
}

a.results {
    background: transparent url('../img/button1_span.gif') no-repeat;
    color: #444;
    display: block;
    float: left;
    color: #fff;
    height: 12px;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 6px;
    padding: 5px 18px 5px 18px;
    text-decoration: none;
}

a.results:hover {
    background-position: bottom left;
    color: #fcc101;
}

span.welcome {
	color: #c00b0f;
}
#footer {
	background: url('../img/footer-bg.png') 0 0 repeat-x;
	margin-top: 60px;
	height: 119px;
}
#footer-inside {
	background: url('../img/footer-logos.png') 0 0 no-repeat;
	height: 119px;	
}
p.copyright {
	position: relative;
	left: 47px;
	top: 28px;
	color: #000;
	float:left;
}
a.top {
	position: relative;
	right: 0;
	background: url('../img/top.png') 0 0 no-repeat;
	padding-left: 15px;
	top: 28px;
	color: #233e84;
	font-size: 11px;
	float:right;
}
#mycontrols {
	background: url('../img/bg-kontrola.jpg') 0 0 no-repeat;
	width: 370px;
	min-height: 126px;
	margin-bottom: 15px;
}
#mycontrols.mini {
	background: url('../img/bg-kontrola-mini.jpg') 0 0 no-repeat;
	min-height: 200px;
	width: 226px;
}
h3.window-title {
	font-size: 18px;
	color: #233e85;
}
#mycontrols h3.window-title {
	padding-top: 11px;
	margin-left: 13px;
	margin-bottom: 15px;
}
#mycontrols ul {
	margin-left: 18px;
	list-style: none;
	padding: 0;
}
#mycontrols ul li {
	width: 160px;
	margin-bottom: 10px;
	float: left;
}
#mycontrols ul li a {
	width: 155px;
	display: block;
	padding-left: 28px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
#mycontrols ul li a:hover {
	color: #c60d11;
	background-position: 0 -20px;
}
#mycontrols .kontrola-top {
	background: url('../img/kontrola-top.gif') 0 0 no-repeat;
	height: 3px;
	font-size: 0;
}
#mycontrols.mini .kontrola-top {
	background: url('../img/kontrola-top-mini.gif') 0 0 no-repeat;
}
#mycontrols .kontrola-bottom {
	background: url('../img/kontrola-bottom.gif') 0 0 no-repeat;
	height: 3px;
	font-size: 0;
}
#mycontrols.mini .kontrola-bottom {
	background: url('../img/kontrola-bottom-mini.gif') 0 0 no-repeat;
}
a.moj-profil {
	background: url('../img/moj-profil.png') 0 0 no-repeat;
}
a.moj-sadrzaj {
	background: url('../img/moj-sadrzaj.png') 0 0 no-repeat;
}
a.moji-zahtevi2 {
	background: url('../img/moji-sadrzaji.png') 0 0 no-repeat;
}
a.moji-zahtevi {
	background: url('../img/moji-zahtevi.png') 0 0 no-repeat;
}
a.moja-euprava {
	background: url('../img/moja-euprava.png') 0 0 no-repeat;
}
a.moje-vesti {
	background: url('../img/moje-vesti.png') 0 0 no-repeat;
}

a.obrada {
	background: url('../img/obrada.png') 0 0 no-repeat;
}
a.moja-organizacija {
	background: url('../img/obrada.png') 0 0 no-repeat;
}
a.moje-usluge {
	background: url('../img/moje-usluge.png') 0 0 no-repeat;
}
a.generator {
	background: url('../img/generator.png') 0 0 no-repeat;
}
a.odjava {
	background: url('../img/odjava.png') 0 0 no-repeat;
}
ul#sublinks {
	position: absolute;
	left: 27px;
	bottom: 32px;
	padding: 0;
	margin: 0;
	list-style:none;
}
ul#sublinks li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #c9cfe1;
}
ul#sublinks a {
	color: #fff;
}
ul#sublinks a:hover {
	color: #ffcc00;
}
ul.izvodi {
	margin-top: 25px;
	width: 100% !important;
	padding:0;
	margin-left:0;
}
ul.search-usluge {
	margin-top: 0;
}
ul.izvodi li {
	height: auto;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
ul.izvodi li a {
	display: block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
ul.izvodi li a.org2 {
	display: block;
	position: relative;
	padding-left: 10px;
	color: #666;
	background: url('../img/arrow2.gif') no-repeat right top;
}
ul.izvodi li a.org2:hover {
	color: #233e85;
	background: #ffced0 url('../img/arrow3.gif') no-repeat right top;
}
ul.izvodi li a span {
	display: block;
	cursor: pointer;
}
ul.izvodi li a:hover {
	background-color: #ffced0;	cursor: pointer;
}
ul.izvodi li a span.izvod {
	color: #666;
	width: 315px;
	padding-left: 10px;
	cursor: pointer;
	background-color: transparent;
	float: left;
}
ul.izvodi li a:hover span.izvod {
	color: #233e85;
	cursor: pointer;
}
ul.izvodi li a span.izvod2 {
	color: #666;
	width: 290px;
	float: left;
	padding-left: 35px;
	cursor: pointer;
}
ul.izvodi li a:hover span.izvod2 {
	color: #233e85;
	cursor: pointer;
}
ul.izvodi li a span.org {
	color: #999;
	width: 280px;
	float: left;
	cursor: pointer;
}
ul.izvodi li a:hover span.org {
	color: #000;
	cursor: pointer;
}
ul.izvodi li a em {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 3px;
	display: block;
	font-style: normal;
	color: #fff;
	font-size: 14px;
	background: url('../img/em.gif') 0 0 no-repeat;
	line-height: 25px;
	text-align: center;
}
ul.izvodi li a:hover em {
	background-position: 0 -25px;
}
a em.d {
	right: 5px;
}
a em.p {
	right: 35px;
}
a em.f {
	right: 65px;
}
span.e-icon {
	background: url('../img/e-icon.gif') no-repeat left center;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 7px;
	right: 24px;
	display: block;
	text-indent: -9000px;
}
em.e-icon-legend {
	background: url('../img/e-icon.gif') no-repeat left center;
	width: 15px;
	height: 15px;
	text-indent: -9000px;
}
span.has-document {
	background: url('../img/has-document.gif') no-repeat left center;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 7px;
	right: 4px;
	display: block;
	text-indent: -9000px;
}
em.has-document-legend {
	background: url('../img/has-document.gif') no-repeat left center;
	width: 15px;
	height: 15px;
	text-indent: -9000px;
}
div.legenda {
	height: 43px;
	background-color: #fbffe7;
	line-height: 43px;
	width: 100%;
	float: left;
}
div.legenda h5 {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-left: 10px;
}
div.legenda em {
	width: 14px;
	height: 25px;
	display: block;
	float: left;
	font-style: normal;
	color: #fff;
	line-height: 25px;
	text-align: center;
	margin: 9px 10px 5px 10px;
}
div.legenda em.f-legend {
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	font-style: normal;
        background: url('/WebResources/img/em.gif') 0 0 no-repeat;
	color: #fff;
	line-height: 25px;
	text-align: center;
	margin: 9px 10px 5px 10px;
}
div.legenda em.p-legend {
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	font-style: normal;
        background: url('/WebResources/img/em.gif') 0 0 no-repeat;
	color: #fff;
	line-height: 25px;
	text-align: center;
	margin: 9px 10px 5px 10px;
}
div.legenda em.d-legend {
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	font-style: normal;
        background: url('/WebResources/img/em.gif') 0 0 no-repeat;
	color: #fff;
	line-height: 25px;
	text-align: center;
	margin: 9px 10px 5px 10px;
}
div.legenda span {
	display: block;
	float: left;
	margin: 0 10px 5px 0;
}
div.atoz {
	height: 25px;
	border-top: 1px solid #ececec;
	width: 100%;
}
div.atoz a {
	width: 20px;
	height: 25px;
	display: block;
	float: left;
	font-size: 11px;
	text-align: center;
	line-height: 25px;
	color: #000;
}
div.atoz a:hover, div.atoz a.atoz-selected {
	background: url('../img/az-on.gif') 0 0 no-repeat;
	color: #fff;
}
ul.smalltop {
	margin-top: 10px;
}
div#big-content {
	width: 757px;
	float: left;
	display: inline;
}


div#big-aside {
	width: 226px;
	margin-left: 17px;
	float: left;
	display: inline;
}
div.news-big {
	background: url('../img/footer-bg.png') 0 bottom repeat-x;
	padding-bottom: 8px;
	width: 100%;
	margin-bottom: 18px;
}
div.news-big h3, h3.news-title, h3.rezultati-title, h3.page-title {
	font-size: 24px;
	color: #233e85;
	margin-bottom: 5px;
	font-weight: normal;
}
div.news-big p {
	line-height: 18px;
	margin-bottom: 10px;
	text-align: justify;
}
span.date-big {
	display: block;
	color: #ccc;
	margin-bottom: 12px;
}
a.comments {
	display: block;
	height: 13px;
	background: url('../img/comment.gif') no-repeat;
	padding-left: 20px;
	color: #999;
	font-size: 10px;
	float: left;
}
a.full-news {
	display: block;
	height: 13px;
	background: url('../img/full-news.gif') no-repeat top right;
	padding-right: 15px;
	font-size: 12px;
	color: #c20c0f;
	float: right;
}
div.news-meta {
	width: 100%;
}
div#pagination {
	width: 100%;
	margin-top: 15px;
}
a.prev, a.next {
	width: 88px;
	height: 32px;
	display: block;
	color: #fff;
	line-height: 32px;
	font-size: 11px
}
a.prev:hover, a.next:hover {
	background-position: 0 -32px;
}
a.prev {
	background: url('../img/prev.gif') no-repeat;
	padding-left: 24px;
	float: left;
}
a.next {
	background: url('../img/next.gif') no-repeat;
	padding-left: 8px;
	float: right;
}
ul.section {
	width: 226px;
	margin-bottom: 25px;
	list-style: none;
	padding:0;
	margin-left:0;
}
ul.section li {
	height: 37px;
}
ul.section li a {
	height: 37px;
	display: block;
	background: url('../img/section.gif') no-repeat;
	padding-left: 15px;
	color: #233e85;
	line-height: 37px;
}
ul.section li a:hover {
	background-position: 0 -37px;
	color: #000;
}
ul.section li a.section-selected {
	background-position: 0 -74px;
	color: #fff;
}


/* select box: */
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:11px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox
{
  margin: 0px 0px 10px 0px;
  padding-left:6px;
  font-size: 12px;
  width : 100px; 
  display : block;
  text-align:left; 
  background: url('../img/bg_select.png') right;
  height:25px;
  cursor: pointer;
  border:1px solid #999999;
  color:#999;
  line-height: 25px;
}

div#archive-dropdown select {
	background: url('../img/bg_select.png') right;
}

.month-container {
float: left;
}
.year-container {
float: left;
margin-left: 8px;
display: inline;
}
/* end select box */




a.archive-go {
	margin-top: 1px;
	display: block;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	background: url('../img/archive-go.gif') no-repeat;
}
a.archive-go:hover {
	background-position: 0 -37px;
	color: #ffcc00;
}

a.signInCertificate {
	background:url("../img/signInCertificate.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display:block;
	height:37px;
	margin-top:1px;
	line-height:37px;
	text-align:center;
	width:320px;
}
a.signInCertificate:hover {
	/*background-position: 0 -37px;*/
	color:#FFCC00;
}

input.signIn {
	margin-top: 1px;
	display: block;
	height: 37px;
	text-align: center;
	color: #FFFFFF;
	background: url('../img/signIn.png') no-repeat;
	width:320px;
	line-height:37px;
	border:0px;
	cursor:pointer;
}
input.signIn:hover {	
	color:#FFCC00;
}
a.news-img {
	display: block;
	position: relative;
	border: 1px solid #eee;
	padding: 6px;
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
a.news-img:hover {
	border: 1px solid #c00b0f;
}
a.news-img img {
	display: block;
}
a.news-img span.zoom-in {
	height: 31px;
	width: 32px;
	text-indent: -9999px;
	margin: 0;
	background: url('../img/zoom-in.gif') top right no-repeat;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.news-img:hover span.zoom-in {
	background-position: bottom right;
}
div.news-in p {
	line-height: 18px;
	margin-bottom: 10px;
	text-align: justify;
}
div.news-in h4 {
	font-size: 18px;
	color: #bf1017;
	font-weight: normal;
	margin: 15px 0 15px 0;
}
div.news-in h5 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 15px 0;
}
div.comment-wrap {
	height: 187px;
	width: 757px;
	background: url('../img/comment-bg.gif') no-repeat;
	margin-bottom: 12px;
}
div.comment-wrap textarea {
	color: #999;
	font-size: 14px;
	border: 0;
	background-color: transparent;
	width: 738px;
	margin: 10px 0 10px 10px;
	height: 155px;
}
div.captcha {
	display: block;
	float: left;
	width: 139px;
	height: 41px;
}
.code-wrap {
	width: 635px;
	height: 41px;
	float: left;
	background: url('../img/captcha-bg.gif') no-repeat;
}
.code-wrap input {
	height: 20px;
	margin: 10px 0 0 10px;
	border: solid #fff 0;
	width: 600px;
	color: #999;
	font-size: 14px;
}
div.news-in form {
	width: 774px;
}
a.comment-go {
	width: 757px;
	height: 41px;
	float: left;
	background: url('../img/comment-go.gif') no-repeat;
	color: #fff;
	line-height: 41px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
a.comment-go:hover {
	background-position: 0 -41px;
	color: #ffcc00;
}
div.comment-item {
	padding-bottom: 5px;
	margin-top: 20px;
	width: 100%;
	border-bottom: 1px solid #eee;
}
div.comment-item h5 {
	font-size: 18px;
	color: #233e85;
	font-weight: normal;
	float: left;
	display: inline-block;
	margin-top: -4px;
}
div.comment-item span.time {
	float: right;
	text-align: right;
}
div.service-item {
	background:url('../img/bgServiceItem.gif') repeat-y scroll 0 0 #FFFFFF;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px 40px;
}
div.service-item h3 {
	color: #233e85;
	font-size: 24px;
	margin-bottom: 22px;
	font-weight: normal;
}
div.service-item p {
	line-height: 18px;
	margin-bottom: 15px;
}
div.service-item ul, div.log-item ul, ul.lista {
	list-style: none;
	width: 600px;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.log-item ul, ul.lista {
	margin-left: 0;
}
div.service-item ul li, div.log-item ul li, ul.lista li {
	background: url('../img/list-item.gif') top left no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 24px;
}

div.service-item h7 a {
	display: block;
	height: 40px;
	float: left;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	padding-left: 60px;
}

div.service-item h7 a.eusluga {
	background: url('../img/eusluga.gif') top left no-repeat;
	width: 83px;
	margin-left: -30px;
}

div.service-item h7 a:hover {
	background-position: 0 -40px;
	color: white;
	border: none;
}


div.service-item a.eusluga {
	display: block;
	height: 40px;
	float: left;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	padding-left: 60px;
	background: url('../img/eusluga.gif') top left no-repeat;
	width: 83px;
	margin-left: -30px;
}

div.service-item  a.eusluga:hover {
	background-position: 0 -40px;
	color: white;
	border: none;
}








div.service-buttons {
	width: 424px;
	margin: 0 auto;
}
div.service-buttons a {
	display: block;
	height: 40px;
	float: left;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	padding-left: 60px;
}

div.service-buttons a.eusluga {
	background: url('../img/eusluga.gif') top left no-repeat;
	width: 83px;
}
div.service-buttons a.obrazac {
	background: url('../img/obrazac.gif') top left no-repeat;
	width: 181px;
	margin-left: 25px;
}
div.service-buttons a:hover {
	background-position: 0 -40px;
}
a.button1 {
    background: transparent url('../img/button1_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
	color: #fff;
	height: 22px;
	font-size: 14px;
    margin-top: 10px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button1 span {
    background: transparent url('../img/button1_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 18px;
}
a.button1:hover {
    background-position: bottom right;
    color: #fcc101;
}

a.button1:hover span {
    background-position: bottom left;
}
div.news a.button1 {
	float: left;
}
div#sec-right form {
	margin-bottom: 10px;
}
h4.slovo {
	width: 100%;
	border-bottom: 1px solid #233e84;
	margin-bottom: -10px;
}
h4.slovo a {
	color: #fff;
	font-size: 18px;
	background-color: #233e84;
	width: 24px;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	margin-top: 10px;
	display: block;
}

div.usluge-aside ul {
	margin-bottom: 40px;
	padding:0 0 10px;
	margin: 0;	
}
div.usluge-aside ul li {	
	list-style: none;
}
div.usluge-aside ul li a {
	display: block;
	color: #233e85;
	font-size: 14px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #eee;
}
div.usluge-aside ul li a:hover {
	border-bottom: 1px solid #343434;
	color: #c40d10;
}
div#big-aside div.usluge-aside ul li a {
	font-size: 12px;
}
div#big-aside div.usluge-aside h3.subtitle {

}
h4.rezultat, div.faq-item h4, h4.page-subtitle {
	color: #c2090f;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 10px 0;
}
div.faq-item {
	margin: 25px 0 25px 0;
}
div.faq-item p {
	line-height: 18px;
}
div.faq-item p strong {
	color: #233e85;
	font-size: 11px;
	font-weight: bold;
}
form.main-form {
	margin-top: 20px;
}
form.main-form div.form-item {
	margin-bottom: 15px;
	width: 377px;
}
form.main-form div.form-item label {
	width: 75px;
	font-size: 12px;
	color: #233e85;
	width: 70px;
	float: left;
	padding-top: 5px;
	line-height: 16px;
}
form.main-form div.form-item input.tfield {
	width: 304px;
	float:left;
	height: 23px;
	padding: 3px 3px 3px 6px;
	border: solid 0 #fff;
	background: transparent url("../img/input-bg.gif") no-repeat;
	background-position:right;
	voice-family: "\"}\""; 
	voice-family:inherit;
}
div.form-item {
	overflow: hidden;
}
form.main-form div.form-item button, form.main-form button, form.main-form input.submit {
	width: 310px;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 31px;
	background-color: #cdcdcd;
	color: #000;
	border: 0 solid #fff;
	height: 31px;
	text-align: center;
}
form.main-form div.form-item button.forgot {
	background-color: transparent;
	color: #c40d10;
}
p.intro {
	line-height: 18px;
	margin-top: 10px;
}


h3.page-title span {
	color: #c90000;
}
div.listboxes {
	margin-top: 20px;
}
select.listbox {
	width: 310px;
	border: 1px solid #999;
	float: left;
	margin-right: 60px;
	margin-bottom: 60px;
	display: inline;
}
select.listbox option, select.listbox2 option {
	padding: 5px 0 5px 0;
}
select.izbor {
	width: 200px;
	border: 1px solid #999;
	padding: 5px;
	color: #666;
	margin-top: 20px;
	font-size: 12px;
}

table.tabela {
	width: 100%;
	border: 0;
	font-size: 12px;
	margin: 25px 0 25px 0;
}
table.tabela thead th {
	font-weight: normal;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #233e85;
	padding-bottom: 5px;
	vertical-align: bottom;
}
table.tabela tr td {
	padding: 15px 5px 15px 5px;
	text-align: left;
}
table.tabela tr {
	border-bottom: 1px solid #ccc;
}

.t-primalac { width: 220px;} 
.t-iznos { width: 80px;} 
.t-svrha { width: 120px;} 
.t-racun { width: 155px;} 
.t-poziv { width: 100px;} 
.t-datum { width: 82px;} 

.t-zahtevi { width: 60px;} 
.t-naziv { width: 160px;} 
.t-broj { width: 60px;}
.t-status { width: 68px;} 
.t-uplaceno { width: 93px;} 
.t-poruke{ width: 100px;} 
.t-detalji { width: 75px;}

td.zahtevi-row { color: #c40d10;}

a.detalji {
	background-color: #cfcfcf;
	padding: 3px 10px 3px 10px;
	color: #000;
}
a.poruka {
	font-size: 10px;
	padding-left: 20px;
	color: #707070;
}
a.poruka {
	background: transparent url("../img/poruka.gif") no-repeat;
}
a.novaPoruka {
	font-size: 11px;
	padding-left: 20px;
	color: #c40d10;
	font-weight:bold;
}
a.novaPoruka {
	background: transparent url("../img/novaPoruka.jpg") no-repeat;
}
a.folder {
	background: transparent url("../img/folder.gif") no-repeat;
	margin-left: 2px;
}
div.usluga-poruka {
	margin-top: 20px;
}
div.usluga-poruka p {
	line-height: 18px;
}
div.listbox-outer {
	width: 193px;
	float: left;
}
div.listbox-outer h6 {
	margin-bottom: 10px;
}

div.listbox-outer h5 {
margin-bottom:20px;
}

select.listbox2 {
	width: 193px;
	border: 1px solid #999;
}
div#sadrzaj-edit {
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}
div.buttons {
	width: 52px;
	float: left;
	text-align: center;
}
div.buttons a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
div.buttons a.edit1, input[type="image"].edit1 {
	margin-top: 40px;
}
div.buttons a.edit2, input[type="image"].edit2 {
	margin-top: 10px;
}
div.prozori {
	float: left;
	width: 250px;
	margin-left: 10px;
	margin-top: 20px;
	display: inline;
}
div.prozor {
	color: #000;
	font-size: 24px;
	width: 100px;
	height: 100px;
	background: transparent url("../img/prozor-bg.gif") no-repeat;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	display: inline;
	text-align: center;
	line-height: 120px;
}
button.save {
	width: 193px;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 31px;
	background-color: #cdcdcd;
	color: #000;
	border: 0 solid #fff;
	height: 31px;
	text-align: center;
	margin-top: 15px;
	cursor:pointer;
}
form.reg-form {
	margin-top: 20px;
}
form.reg-form div.form-item {
	overflow: hidden;
	margin-bottom: 15px;
}
form.reg-form div.form-item label {
	width: 175px;
	font-size: 12px;
	color: #233e85;
	float: left;
	padding-top: 5px;
	line-height: 16px;
}
form.reg-form div.form-item input.tfield {
	width: 184px;
	float: left;
	height: 23px;
	padding: 3px 3px 3px 6px;
	border: solid 0 #fff;
	background: transparent url("../img/input-bg2.gif") no-repeat;
      	background-position: right;
	voice-family: "\"}\""; 
	voice-family:inherit;
}
form.reg-form div.form-item button {
	width: 167px;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 31px;
	background-color: #cdcdcd;
	color: #000;
	border: 0 solid #fff;
	height: 31px;
	text-align: center;
	margin-right: 30px;
	display: inline;
}
form.reg-form div.form-item span.star {
	color: #c40d10;
	font-size: 14px;
	height: 31px;
	line-height: 31px;
	float: left;
	margin-left: 10px;
}
div.star-legend {
	color: #000;
}
div.star-legend span {
	color: #c40d10;
}
div.news-item p img {
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 5px 0;
	padding: 0;
}
div.rssfeeds {
	margin-top: 20px;
	overflow: hidden;
}
div.feedwindow {
	width: 345px;
	float: left;
	margin: 0 30px 30px 0;
	display: inline;
	background: transparent url("../img/feed-bottom.gif") no-repeat bottom;
	padding-bottom: 5px;
}
div.feedwindow h4 {
	background: transparent url("../img/feed-top.gif") no-repeat top;
	height: 22px;
	color: #000;
	line-height: 22px;
	text-align: center;
}
div.feedwindow ul {
	width: 345px;
	background: transparent url("../img/feed-middle.gif") repeat-y;
	padding: 0;
	margin: 0;
}
div.feedwindow ul li {
	display: block;
	margin: 0 0 5px 0;
	padding-top: 5px;
}
div.feedwindow ul li a {
	display: block;
	color: #000;
	padding: 4px 0 4px 15px;
}
div.feedwindow ul li a:hover {
	display: block;
	color: #fff;
	background-color: #233e85;
}
button.save {
	width: 310px;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 31px;
	background-color: #cdcdcd;
	color: #000;
	border: 0 solid #fff;
	height: 31px;
	text-align: center;
}
div.main-form {
      margin-top: 20px;
}
div.main-form div.form-item {
      margin-bottom: 15px;
      width: 320px;
}
div.main-form div.form-item label {
      width: 75px;
      font-size: 12px;
      color: #233e85;
      width: 70px;
      float: left;
      padding-top: 5px;
      line-height: 16px;
}
div.main-form div.form-item input.tfield {
      width: 304px;
      float: left;
      height: 23px;
      padding: 3px 3px 3px 6px;
      border: solid 0 #fff;
      background: transparent url("../img/input-bg.gif") no-repeat;
      background-position: right;
      voice-family: "\"}\"";
      voice-family:inherit;
}

div.main-form div.form-item textarea.tarea {
      width: 304px;
      float: left;
      height: 230px;
      padding: 3px 3px 3px 6px;
      border: solid 0 #fff;
      background: transparent url("../img/input-bg.gif") no-repeat;
      voice-family: "\"}\"";
      voice-family:inherit;
}

div.main-form div.form-item input.button {
      width: 310px;
      float: left;
      display: block;
      font-size: 12px;
      line-height: 31px;
      background-color: #cdcdcd;
      color: #000;
      border: 0 solid #fff;
      height: 31px;
      text-align: center;
      font-weight:normal;    
      margin:0px;
      cursor:pointer;	

}
div.main-form div.form-item input.forgot {
      background-color: transparent;
      color: #c40d10;
}
div.reg-form {
      margin-top: 20px;
}
div.reg-form div.form-item {
      overflow: hidden;
      margin-bottom: 15px;
}
div.reg-form div.form-item label {
      width: 175px;
      font-size: 12px;
      color: #233e85;
      float: left;
      padding-top: 5px;
      line-height: 16px;
      text-align:left;
}
div.reg-form div.form-item input.tfield {
      width: 184px;
      float: left;
      height: 23px;
      padding: 3px 3px 3px 6px;
      border: solid 0 #fff;
      background: transparent url("../img/input-bg2.gif") no-repeat;
      background-position: right;
      voice-family: "\"}\"";
      voice-family:inherit;
}
div.reg-form div.form-item input.button {
      width: 167px;
      float: left;
      display: block;
      font-size: 12px;
      line-height: 31px;
      background-color: #cdcdcd;
      color: #000;
      border: 0 solid #fff;
      height: 31px;
      text-align: center;
      margin-right: 30px;
      display: inline;
      font-weight:normal;
      cursor:pointer;
}
div.reg-form div.form-item span.star {
      color: #c40d10;
      font-size: 14px;
      height: 31px;
      line-height: 31px;
      float: left;
      margin-left: 10px;
}
div.infobox {
	margin-bottom: 15px;
}
div.infobox h3 {
	height: 20px;
	color: #c90000;
	font-size: 18px;
	background: transparent url(../img/line.png) repeat-x scroll 0 60%;
	font-weight: normal;
	z-index: 8000;
	position: relative;
}
div.infobox h3 span.infobox-nav {
	position: absolute;
	top: 0;
	right: 0;
}
div.infobox h3 span.infobox-nav a.infobox-open {
	margin-right: 5px;
	background: url(../img/infobox-open.gif) no-repeat 0 0;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	display: block;
	float: left;
	overflow: hidden;
}
div.infobox h3 span.infobox-nav a.infobox-close {
	background: url(../img/infobox-close.gif) no-repeat 0 0;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	display: block;
	float: left;
	overflow: hidden;
}
div.infobox h3 span.infobox-nav a:hover {
	background-position: 0 -20px;
}
div.infobox-body {
	padding: 20px;
	background-color: #fff7d9;
	border-bottom: 1px solid #f1cece;
	margin-top: -8px;
	text-align: justify;
	display: none;

}
div.infobox-body p {
	line-height: 1.4em;
	margin-bottom: 15px;
	text-indent:50px;
}
div.infobox h3 span.infobox-title {
	color: #a80203;
	background: transparent;
	padding-right: 4px;
}
#sendto a:hover {background-position: 0 -34px;}


#myobj {visibility:hidden;
position:absolute;top:300px;left:200px;width:200px;} 

div.contact-form {
      margin-top: 20px;
}
div.contact-form div.form-item {
      margin-bottom: 15px;
      width: 660px;
}
div.contact-form div.form-item label {
      font-size: 12px;
      color: #233e85;
      width: 260px;
      float: left;
}
div.contact-form div.form-item input.tfield {
      width: 620px;
      float: left;
      height: 23px;
      padding: 3px 3px 3px 6px;
      border: 1px solid #F1CECE;
      background-color: #fff7d9;

}

div.contact-form div.form-item textarea.tarea {
      width: 620px;
      float: left;
      height: 230px;
      padding: 3px 3px 3px 6px;
      border: 1px solid #F1CECE;
      background-color: #fff7d9;
}

div.contact-form div.form-item input.button {
      width: 630px;
      float: left;
      display: block;
      font-size: 12px;
      line-height: 31px;
      background-color: #cdcdcd;
      color: #000;
      border: 0 solid #fff;
      height: 31px;
      text-align: center;
      font-weight:normal;    
      margin:0px;
      cursor:pointer;
}

div.newsletter {
	font-size:14px;
	font-weight:normal;
	text-align:left;
	display: block;
}

div.newsletter input#ctl02_ctl10_btnSave {
      width: 300px;
      float: left;
      display: block;
      font-size: 12px;
      line-height: 31px;
      background-color: #cdcdcd;
      color: #000;
      border: 0 solid #fff;
      height: 31px;
      text-align: center;
      font-weight:normal;    
      margin:0px;
}

#breadcrumb {
	position: absolute;
	left: 27px;
	bottom: 4px;
	font-size: 11px;
	color: #233e84;
}

#breadcrumb a {
	color: #C00B0F;;
}

#breadcrumb strong {
	color: #000;
	font-weight: normal;
}


h4.posaljite {
	margin: 10px 0 10px 0;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}
a.comment-go2 {
	width: 1000px;
	height: 41px;
	float: left;
	background: url('../img/comment-go.gif') repeat-x;
	color: #fff;
	line-height: 41px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
a.comment-go2:hover {
	background-position: 0 -41px;
	color: #ffcc00;
}
div.comment-wrap2 {
	height: 117px;
	width: 1000px;
	background: url('../img/comment-bg2.gif') no-repeat;
	margin-bottom: 12px;
}
div.comment-wrap2 textarea {
	color: #999;
	font-size: 14px;
	border: 0;
	background-color: transparent;
	width: 955px;
	margin: 10px 0 10px 10px;
	height: 85px;
	font-style: normal;
}
div.komentar {
	margin: 0 0 15px 0;
	padding: 15px 10px 10px 10px;
	word-wrap: break-word;
}
div.komentar h4 {
	float: left;
	font-size: 18px;
	font-weight: normal;
}
div.komentar h5 {
	float: right;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
div.komentar p {
	line-height: 18px;
	margin-top: 15px;
	color: #000;
}
div.komentar-meta {
	overflow: hidden;
	width: 100%;
}
div.kom-korisnik {
	border-bottom: 1px solid #eee;
}
div.kom-korisnik p {
	color: #666;
}
div.kom-portal  {
	background-color: #fdfee3;
}
div.kom-portal h4 {
	color: #ff0101;
}
div.kom-organ {
	background-color: #eee;
}
div.kom-organ h4 {
	color: #233e85;
}

#okvir {
	border: #f1cece 1px solid; 
	padding: 10px;
}
 	
#naziv_organa {
	font-size: 14px; 
	color: darkblue; 
	text-align: center;
}	 	
	
#organ_detalj {
	font-size: 12px; 
	color: darkred; 
	text-align: center;	
}		

#organ_detalj span {
	color: #00008b;	
	padding-left: 5px;		
}		
	
#organ_detalj a:hover {	
	border-bottom: 1px solid #343434;
	color: #c40d10;	
}	
	
#img_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;	
	height: 80px;
}
span.gradjani {
	background: url('../img/gradjani.gif') no-repeat left center;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 7px;
	right: 44px;
	display: block;
	text-indent: -9000px;
}
em.gradjani-legend {
	background: url('../img/gradjani.gif') no-repeat left center;
	width: 15px;
	height: 15px;
	text-indent: -9000px;
}
span.pravna-lica {
	background: url('../img/pravna-lica.gif') no-repeat left center;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 7px;
	right: 64px;
	display: block;
	text-indent: -9000px;
}
em.pravna-lica-legend {
	background: url('../img/pravna-lica.gif') no-repeat left center;
	width: 15px;
	height: 15px;
	text-indent: -9000px;
}
div.comment-item-inner
{
      margin-left: 20px;
}

#help {

bottom: 32px;
position:absolute;
right:91px;

}
#help a{

color: #FFFFFF;
}

#help a:hover{

color: #FFCC00;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  