/* CSS Document */
html, body {
	background-image:url(homeslice/bodyback02.jpg);
	background-color:#C8C8C8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

/* HEDING /////////////////////////////////////////*/

h1 {
	font-size: 20px;
}
	
h2 {
	font-size: 18px;
	color:#333333;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color:#CC0000;
}

em {
  color:#1867AC;
}
	
/* LINKOVI //////////////////////////////////////////*/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

/* HR ////////////////////////////////////////////////////////////*/

hr {
   height: 0; 
   border: 0; 
   border-top: 1px dashed #CCCCCC; 
/*   height:1px;
   border:1px dashed #CCCCCC; */
}
/* IMAGE POPUP ///////////////////////////////////////////////////*/
/* //////////////////////////// IMAGE GALERY POPUP ////////////////////// */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC; /*lightyellow;*/
padding: 2px;
margin-top:-110px; /*vertical position of enlarge image*/
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -200px; /*left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
/* TOP ////////////////////////////////////////////////////////////////*/
#divtop {
   width:100%;
   background-image:url(homeslice/topbodyback02.jpg);
	margin-top: 0px;
   }
   
#divtopcont {
   width:998px;
   height:198px;
   margin:auto;
	margin-top: 0px;
   background-image:url(homeslice/top02a.jpg);
   }
   
#divtopcont2 {
   width:998px;  
   height:180px;
   margin:auto; 
	/*overflow: auto;*/
   /*margin-top:15px ;*/
	text-align:center;
   }
/* NAVIGACIJA /////////////////////////////////////////////////////////*/
#divnavbar {
   background-color:#004795;
   }
   
#divnavbarcont {
   width:998px;
   height:28px; /* 32 */
   margin:auto;
   padding-top:0px;/* 6 */
   padding-left:20px;
   text-align:center;
   font-size:14px;
   font-weight:normal;
   color:#FFFFFF;
  /* background-image:url(homeslice/navbar02.jpg); */
   }   
#divnavbarcont a {
 /*  font-size:16px;
   font-weight:normal;
   text-decoration:none;
   color:#FFFFFF;
  /* background-image:url(homeslice/navbar02.jpg); */
}   

#divnavbarcont a:hover {
/*   font-size:16px;
   font-weight:normal;
   text-decoration:underline;
   color:#FFFFFF;
  /* background-image:url(homeslice/navbar02.jpg); */
}  
   
/* SADRZAJ //////////////////////////////////////////////////////////////////*/
#divmaincont {
  width:998px;
  margin:auto;
  background-image: url(homeslice/maincontback.gif);
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-bottom:1px solid #CCCCCC;
  background-color: #FFFFFF;
  }  
  
#contentmain {
   padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFFFFF;
}

#reclamstaticleft {
   padding: 5px;
  	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #333333;
}

/* sadrzaj LEVO ////////////////////////////////////////////////sadrzaj LEVO////////////*/
#contleft {
  width:698px;
  float:left;
  background-color: #FFFFFF;
}
/* sadrzaj levo - levo NAVIGACIJA //////////////////////////////sadrzaj levo - levo NAVIGACIJA/////////////////*/
#sidebarleft {
  width:170px;
  float:left;
  border-right:1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding:4px;
  font-size:12px;
}
/*sidebarleft SADRZAJ //////////////////////////////////////////sidebarleft SADRZAJ //////////////////*/
/* levo NASLOV aktuelno ////////////////////////////*/
#naslovleftbar {
  margin-top:10px;
  margin-bottom:5px;
  height:27px;
  background-image:url(homeslice/vesti_title.gif);
  background-repeat: no-repeat;
}
#naslovleftbar2 {
  margin-top:10px;
  margin-bottom:5px;
  height:27px;
  background-image:url(homeslice/stranvesti_title.gif);
  background-repeat: no-repeat;
}
/* naslov vesti ////////////////////////////////////////*/
#naslovblic {
 /* background-color: #D3D3D3;*/
    border:1px solid #CCCCCC;
    padding: 1px;
    font-size: 14px;
	font-weight: normal;
	text-align:center;
	color:#CC0000;
}

#naslovblic a {
   color:#666666;
}

#naslovblic a:hover {
   color:#FF0000;
}

#imgleft {
   margin-top: 5px;
   text-align: center;
   border:1px solid #CCCCCC;
}

#contentleft {
/*	margin-top: -10px;*/
/*	margin-bottom: 10px;*/
	  background-color: #FFFFFF;
	/*text-align:right;*/
}
/* kraj vesti*/
/*levo -levo  AKCIJE /////////////////////////////////////////////////////////////////*/
#naslovleftbarban {
    margin-top:10px;
	margin-bottom:5px;
    height:27px;
    background-image:url(homeslice/akcije_title.gif);
    background-repeat:no-repeat;
}
/* levo - centar  SADRZAJ ///////////////////////////////////////////////levo - centar  SADRZAJ////////////*/
#content {
  float:left;
  width:500px;
  padding:4px;
  background-color: #FFFFFF;
/*  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC; */
}


#mainpagetitle {
  height:27px;
  margin-top: 10px;
  background-image:url(homeslice/mainpage_title.gif);
  background-repeat:no-repeat;
  /*padding: 4px;*/
  padding-left: 10px;  
}

#novostititle {
  background-image:url(homeslice/novosti_title.gif);
  background-repeat:no-repeat;
}

#contenttitle {
  margin-top: 10px;
}

#contentslika {
  text-align:center;
  padding: 4px;
}
#vestihedlinecont {

}
#vestihedline {
  width:235px;
  float:left;
  margin:2px;
  padding:5px;
  background-color:#F2F2F2;
}

#vestihedline a {
  color:#333333;
}

#vestihedline a:hover {
 color:#CC0000;
}

#externallink {
  text-align:right;
  padding-right:10px;
}

#paginglink {
  text-align:center; 
 /* padding-right:20px; */
}

#backlink {
   margin-top:10px;
   text-align:right; 
   padding-right:10px;
}

#navrhlink {
  clear:both;
  padding-right: 20px;
  text-align:right;

}
/* mail forma */
#mailform {
    width: 480px;
	padding: 5px;
}
#formrow {
    width: 470px;
}
#formrow2 {
    width: 470px;
	margin-top:5px;
}
#formleft {
    width:140px;
	float: left;
	padding-right:10px;
	background-color:#CCCCCC;
}
#formleft2 {
    width:140px;
	float: left;
	padding-right:10px;
}
#formright {
    width:300px;
	float:left;
}
#formright2 {
    width:300px;
	float:left;
	padding-right:70px;
	text-align:right;
}

#formmesage {
   text-align:center;
   color:#CC0000;
}
/*//////////////////////////////////////////////////////// PRISTUPNICA ///////////////////////////*/
body {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
#poruka {
width: 500px;
border:1px solid #FF0000;
padding:2px;
font-size:14px;
color:#FF0000;
text-align:center;
}
#pristupnaslov {
width:490px;
font-size: 16px;
padding-left:10px;
}
#pristuptext {
width:490px;
padding-top:5px;
padding-left:10px;
}
#mainform {
    width: 500px;
	padding: 5px;
}
#formheder {
text-align:left;
}
#formrow {
    width: 490px;
}
#formrow2 {
    width: 490px;
	margin-top:5px;
}
#formleft {
    width:180px;
	float: left;
	padding-left:10px;
	background-color:#E2E2E2;
}
#formleft2 {
    width:150px;
	float: left;
	padding-right:10px;
}
#formright {
    width:300px;
	float:left;
}
#formright2 {
    width:300px;
	float:left;
	padding-right:20px;
	text-align:right;
}

#txtField {
border:0;
border-bottom:1px solid #CCCCCC;
}

/* DESNO /////////////////////////////////////////////////////////////////DESNO //////////////////*/
#sidebarright {
  width:285px;
  float:left;
  border-left:1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding:4px;
}

#naslovrightbar {
  margin-top: 10px;
  height: 25px;
  background-image:url(homeslice/video_title.gif);
  background-repeat:no-repeat;
}

#medijalink {
  font-size:12px;
  color:#666666;
}
#medijalink a {
  font-size:12px;
  font-weight:normal;
  color:#666666;
}
#medijalink a:hover {
  font-size:12px;
  font-weight:normal;
  color:#CC0000;
}

#banerrightbar {
  margin-top: 10px;
  margin-bottom: 5px;
  height: 25px;
  background-image:url(homeslice/reklame_title.gif);
  background-repeat:no-repeat;
}

#banerlink {
  margin-left:10px;
  margin-bottom:10px;
  padding:2px;
  border:1px solid #CCCCCC;
  text-align:center;
}

#translator {
 text-align:center;
}

#translator img {
  margin-top:2px;
}

/* DOLE ////////////////////////////////////////////////////////////////////DOLE///////////////*/
#adresbardown {
   width: 998px;
   margin:auto;
   font-size:12px;
   color:#FF0000;
   text-align:center;
}
/* /////// LIGHT BOX STYLE ///  */
#lightbox{	position: absolute;	left: 0; width: 70%; /* 100%;*/ z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* /// END //////////////// */