/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505C6C;
	background-color: #C2C1AD;
	font-size: 62.5%;
	/*background: url(images/bodyBg.jpg);
	background-repeat: repeat;
	background-position: 50% 0%;*/
}

a {
color:#000000; 
outline: none;
text-decoration:none;
}

.okvir {
background-repeat:no-repeat;
width:750px;
height:500px;
background-color:#dfded3;
}

.autor a{
color: #000000; 
outline: none;
text-decoration: underline;
}

acronym {
    border-bottom: 1px dotted #505C6C;
    cursor: help;
}
  
/* Layout */
#wrapper {
	display: block;
	position: relative;
	width: 748px;
	margin: 0 auto;
}

#page {
	display: block;
	position: relative;
	width: 600px; /*748px*/
	float: left;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	/*background-position: 50% 0%;*/
	padding: 10px 25px 10px 25px;
}

#pageHead {
	display: block;
	position: relative;
	float: left;
	background-color: #C2C1AD;
	clear: both;
	margin-bottom: 30px;
	/*height: 170px;*/
}

#content {
    height:30px;
	padding: 0 0px;
	padding-left:25px;
	clear: both;
}

#onama, #reference {
	display: block;
	position: relative;
	float: left;
	width: 350px;
}

#reference {
	margin-top: 30px;
	width: 395px;
}

#proizvodi {
	display: block;
	position: relative;
	float: right;
	width: 230px;
}

#slike {
	display: block;
	position: relative;
	float: right;
	width: 230px;
	margin-top: 30px;
	text-align: right;
}

#footer {
	display: block;
	position: relative;
	float: left;
	width: 698px; /*698px;*/
	background: url(images/bgFooter.jpg) no-repeat bottom center;
	padding: 0 25px 25px 25px;
	clear: both;
}

/* Navigacija */
#headNav {
background-image:url(thumb/glava.jpg);
	display: block;
	position: relative;
	float: left;
	width: 698px;
	height:52;
	background-color: #DFDED3;
	border-top: 2px solid #FFF;
}

#headNav ul {
	display: block;
	position: relative;
	float: right;
	right: 10px;
}

#headNav ul li{
	display: block;
	position: relative;
	float: left;
}

#headNav ul li a {
	display: block;
	height: 29px;
	text-indent: -9999px;
}

a#linkPocetna:link, a#linkPocetna:visited {
	background: url(thumb/pocetna.jpg) no-repeat 0 0;
	width: 80px;
} 

a#linkPocetna:hover, a#linkPocetna:active {
	background-position: 0 -31px;
	background: url(thumb/pocetna_h.jpg) no-repeat 0 0;
	width: 80px;
}


a#linkGalerija:link, a#linkGalerija:visited {
	background: url(thumb/galerija.jpg) no-repeat 0 0;
	width: 80px;
} 

a#linkGalerija:hover, a#linkGalerija:active {
	background-position: 0 -31px;
	background: url(thumb/galerija_h.jpg) no-repeat 0 0;
	width: 80px;
}

a#linkKontakt:link, a#linkKontakt:visited {
	background: url(thumb/kontakt.jpg) no-repeat 0 0;
	width: 80px;
} 

a#linkKontakt:hover, a#linkKontakt:active {
	background-position: 0 -31px;
	background: url(thumb/kontakt_h.jpg) no-repeat 0 0;
	width: 80px;
}
/* Naslovi */
h1 {
	height: 141px;
	text-indent: -9999px;
}

h1 a {
	display: block;
	position: absolute;
	top: 0;
	left: 12px;
	width: 176px;
	height: 161px;
	background: url(images/logo.jpg) no-repeat 0 0;
	z-index: 10;
}

h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #8F0000;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 18px;
}

#reference h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 12px;
}


/* Liste */
ul {
	list-style-type: none;
}

#reference ul {
	margin-bottom: 20px;
}

#reference ul li {
	display: block;
	position: relative;
	background: url(images/bullet.gif) no-repeat 0 52%;
	padding: 0 0 0 12px;
	line-height: 1.8em;
}

#contactInfo dl {
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 20px;
}


/* */
#content a:link, #content a:visited {
	color: #C2C1AD;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #8F0000; /*#C2C1AD;*/
	text-decoration: underline;
}

p {
	line-height: 1.8em;
}

#footer p {
	background-color: #DFDED3;
}

#footer p span#copy {
	display: block;
	background-color: #C2C1AD;
	color: #FFF;
	border-right: 2px solid #FFF;
	padding-left: 20px;
	width: 250px;
}

#footer p span#copy a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.img {
	border: none;
}

#slike img {
	padding: 9px;
	border: 1px solid #DFDED3;
	margin-bottom: 5px;
}


#map img {
	padding: 5px;
	border: 2px solid #EDEDED;
	margin: 0;
}

#gallery img {
	/*width: 100px;
	height: 90px;*/
	border: 1px solid #505C6C;
}

#gallery a:link, #gallery a:visited {
	display: block;
	position: relative;
	float: left;
	/*width: 102px;
	height: 92px;*/
	border: 1px solid #DFDED3;
	padding: 8px;
	margin: 0 5px 5px 0;
}

#gallery a:hover, #gallery a:active {
	border: 1px solid #8F0000;
}

/* Kontak forma, ako ce je biti */

form {
	border: none;
	margin-top: 30px;
}

fieldset {
	border: 1px solid #DFDED3;
	width: 250px;
	padding: 10px;
}

.itext {
	display: block;
	padding: 0.25em 0.1em 0.25em 0.1em;
	border: 1px solid #DFDED3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 250px;
}

/* LightBox 2 */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0px;
}

#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: 0px;
}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#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: 85px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
.header_izbirke {
margin-left:30px; 

}

.povratak {
width:135px;
height:30px;
position:absolute;
left:90px;
top:500px;
display:block;
color:#000000;
}

.ispis {
width:135px;
height:30px;
position:absolute;
left:107px;
top:520px;
display:block;
color:#000000;
}

.meni a:active {
display:block;
border:#FFFFFF 1px;
border: dashed;
}
 
h2 {
        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

img {
border: none;
}

/*- Menu Tabs 4--------------------------- */

    #tabs4 {
	float:left;
	width:430px;
	font-size:93%;
	line-height:normal;
	left: 271px;
	top: -3px;
	height: 23px;
	/*border-bottom:1px solid #6B78A9;*/
    }
    #tabs4 ul {
      margin:0;
      padding:10px 10px 0 50px;
      list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:left;
      background:url("tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:left;
      display:block;
      background:url("tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#6B78A9;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
      color:#6B78A9;
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }

      #tabs4 #current a {
              background-position:0% -42px;
      }
      #tabs4 #current a span {
              background-position:100% -42px;
      } 
	  .frame{
	  width:180px;
	  padding-left:10px;
	  text-align:justify;
	  font-size: 12px;
	  font-family: "Times New Roman", Times, serif;
	  color: #333333;
	  }
/*- Izlozbe --------------------------- */

.godina{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 12px;
	font-weight:bold;
}

.naziv_izl{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505C6C;
	font-size: 10px;
	font-weight:bold;
}

.datum_izl{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505C6C; 
	font-size: 10px;
	font-weight:normal;
}

.naziv1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 12px;
	font-weight: bolder;
}

.godine{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 11px;
	font-weight:bold;
}

.top{
    text-align:right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 10px;
	font-weight:normal;
	width:35px;
	background-image:url(slike/arrow_red.gif);
	background-repeat:no-repeat;
}

.vijesti{
width:600px;
height:350px;
background-color: #F0EFEA;
padding:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
border-bottom:#333333 1px solid;
}

.slikaokvir{
border:#F0EFEA 10px solid;
}
.textprogram {
	font: Tahoma;
	font-size:11px;
	margin-left:0px;
}
.textprogram a {
	color:#660000;
	text-decoration:none;	
}
.vijesttop {
	text-align:left;
	font-size: 8pt; 
	font-weight: bold;
	text-transform:uppercase; 
	color: #696969;
	}
.vijestdatum {
	text-align:left;
	font-size: 8pt; 
	color: #505C6C;
	}
.vijesttekst {
	text-align: justify;
	font-size: 8pt; 
	font-weight: normal;
	color: #707070;
	}
.bglink {
background-image:url(thumb/glava.jpg);
background-repeat:no-repeat;
background-color: #DFDED3;
height:67px;
}
