@charset "utf-8";
/* css Document */
img {
	behavior: url("css/pngbehavior.htc");
}


html {
/*	background-image:url(bg_repeat.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
*/
}
body {
	font-size: 0.8em;
	color: #333;
	text-decoration: none;
	background-color: #E5E9EF;
	font-family:   'Trebuchet MS','Lucida Grande',Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body, div, span, td, tr, scr, ul, li, form, img {
	margin:0px;
	padding:0px;
	border:0px;
}
table {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.header_pocetna_linija_iznad {
	background-image:url(linije_iznad.png);
	background-repeat: repeat-x;
	height: 10px;
	font-size: 5px;
}
.header_pozadina {
	background-image:url(header-pozadina.jpg);
	background-repeat: repeat-x;
	height: 132px;
}
#navcontainer {
	margin: 0;
}
#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navcontainer ul li a {
	width: 120px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size:12px;
	color: #313538;
	background-color: #FFFFFF;
	background-image: url(menu-pozadina.png);
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #1D6691;
	background-position: -1px;
	background-repeat: repeat-x;
}
#navcontainer ul li a:hover {
	color: #FFF;
	background-color: #99D7EE;
	background-image: url(menu-pozadina-over.png);
	background-repeat: repeat-x;
	background-position: -1px;
}
.naslov {
	background-image: url(menu-pozadina-over.png);
	background-repeat: repeat-x;
	background-position: -1px;
}
#navcontainer a:active {
	color: #000000;
	background-color: #999999;
	background-image: url(../slike/down.png);
	font-weight: bold;
}
#navcontainer ul li#levo /*Ces modifications ne concernent QUE le premier lien*/ {
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size:12px;
	color: #313538;
	background-color: #FFFFFF;
	background-image: url(menu-pozadina.png);
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #1D6691;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1D6691;
	background-repeat: repeat-x;
	background-position: -1px;
}
#navcontainer ul li#desno /*Ces modifications ne concernent QUE le premier lien*/ {
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size:12px;
	color: #313538;
	background-color: #FFFFFF;
	background-image: url(menu-pozadina.png);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1D6691;
	background-position: -1px;
	background-repeat: repeat-x;
}
#navcontainer ul li#odabrano a {
	width: 120px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size:12px;
	color: #FFF;
	background-color: #FFFFFF;
	background-image: url(menu-pozadina-over.png);
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #1D6691;
	font-weight: bold;
}
/*#navcontainer li#premier_lien a:hover Ces modifications ne concernent QUE le premier lien
{
background: red;
border: 1px solid red;
color: white;
}

#navcontainer li#premier_lien a:active Ces modifications ne concernent QUE le premier lien
{
background-image: url(slike/menu-bg-active.png);
color: white;
line-height: 31px;
}
/*Kraj css-a za meni na index.php stranici*/

.menu_linija_pozadina {
	background-color:#022E5B;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1E2635;
	border-bottom-color: #1E2635;
	height:35px;
	font-size: 9px;
}
.header_pozadina_slika{
	background-image:url(header-pozadina-slika.jpg);
}
.za_naslov{
	background-image:url(za-naslov.gif);
	height:35px;
	font-size: 16px;
	color: #F60;
	text-decoration: none;
}
.telo_pozadina{
	background-image:url(linkage_bg.png);
	background-repeat: repeat-x;
}

.leva_senka{
	background-image:url(leva-senka.png);
	background-repeat: repeat-y;
	width: 15px;
}
.desna_senka{
	background-image:url(desna-senka.png);
	background-repeat: repeat-y;
	width: 15px;
}
.linija_ispod {
	background-image: url(linija_ispod.png);
	background-repeat: repeat-x;
	height: 5px;
	margin: 0px;
	font-size: 1px;
}
.linije_footer {
	font-size: 3px;
	background-image: url(linije_iznad.jpg);
	height: 6px;
}
.footer_bg {
	background-image: url(footer_pozadina.jpg);
	background-repeat: repeat-x;
	height: 80px;
}
.copyright {
	clear: both;
	vertical-align: bottom;
	text-align: center;
	font-size: 11px;
	color: #001E3C;
	}

a {
	margin:0;
	text-decoration:none;
	color: #000;
	}

a:link.copyright{
	color: #59E7FF;
	text-decoration:none;
	}

a:visited.copyright{
	color: #45A7DC;
	text-decoration:none;
}
	
.razmak {
	height:40px;
}
.sivi_bg {
	background-image: url(sivi.gif);
	background-repeat: repeat-x;
	height: 33px;
	font-size: 18px;
	color: #FFF;
}
.crveni_bg {
	background-image: url(crveni.gif);
	background-repeat: repeat-x;
	height: 33px;
	font-size: 18px;
	color: #FFF;
}
.svplavi_bg {
	background-image: url(svplava.gif);
	background-repeat: repeat-x;
	height: 33px;
	font-size: 12px;
	color: #FFF;
}
.zeleni_bg {
	background-image: url(zeleni.gif);
	background-repeat: repeat-x;
	height: 33px;
	font-size: 18px;
	color: #FFF;
}
.plavi_bg {
	background-image: url(plavi.gif);
	background-repeat: repeat-x;
	height: 33px;
	font-size: 18px;
	color: #FFF;
}

.providni_bg {
	background-image: url(pozadina.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #0A1C29;
	padding: 10px;
}
.komentari_komentar{
	font-size:12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 7px;
}
.komentari_naslov{
	font-size:10px;
}
input, select, textarea {
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid #999;
	color:#666;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:3px 2px;
	width:180px;
}
.input {
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid #999;
	color:#666;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:3px 2px;
	width:180px;
}
.input_fokus {
	background:#FFFFF0 none repeat scroll 0 0;
	border:1px solid #666;
	color:#000;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:3px 2px;
	width:180px;
}
.tabela_padding{
	padding:2px 5px 2px 5px;
}
.error {
	font-size:11px;
	color:#C00;
	padding: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #F00;
	border-bottom-color: #F00;
	background-color: #FFFBFB;
	margin-bottom: 10px;
}
.error_naslov {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.error_ok {
	height:0px;
}
.error_valid {
	background-color:#FFE8E8;
	height:20px;
	line-height:20px;
	color:#C00;
	font-size: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #F00;
	border-bottom-color: #F00;
}
.dugmic_na_baru {
	font-size:11px;
	color:#333;
	height:22px;
	background-color:#C5D1DA;
	border:#999999 solid 1px;
	color:#333;
}
.dugmic_na_baru_hover {
	height:22px;
	font-size:11px;
	color:#000;
	background-color:#CAEEFF;
	border:#999999 solid 1px;
	color: #000;
	text-decoration: none;
}
.anketa_procenat_bar {
	font-size:1px;
	height:4px;
	width:0px;
	background-color:#318000;
	border:1px solid #666;
}
.anketa_pitanje {
	font-size:14px;
	color:#000;
}
.anketa_odgovor {
	font-size:12px;
	color:#333;
	padding:7px 0px 0px 0px;
}
.anketa_brojevi {
	font-size:9px;
	color:#333;
}
/*JQUERY LIGHT BOX*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
/*KREAJ JQUERY LIGHT BOX*/