@charset "utf-8";
/* CSS Document */

* {
	border: 1px;
	margin: 0;
	padding: 0;
  }

input
{
	border: thin solid gray;
}

body,td,th {
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}  
  
.style1 {color: #000066} 

.style4 {
	color: #003366;
}

.style5 {
	color: #003366; 
	font-weight: bold; 
} 

.style16 {
	font-size: 14px
}
.style17 {font-size: 16px}


a:link {color: #003366; text-decoration: none;}     
a:visited {color: #003366; text-decoration: none;}  
a:hover {color: #0000CC;}  
a:active {color: #996699;}

/* galerija slika*/

div.img
  {
	margin: 11px;
	/*padding:10px;*/
  border: 1px solid #A8C7E9;
	height: 400px;
	width: auto;
	float: left;
	text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #003366;
  }
div.desc
  {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	width: 156px;
	margin: 3px;
  }
  

/* end of galerija slika*/

/* button ispod slike*/

.button
  {
	margin: 5px;
	border: thin solid black;
  }

/* button ispod slike*/
	

#wrapper_outer {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height:890px;
	background-image: url(../images/pozadina.jpg);
	background-repeat:repeat-x;
	background-color:#A8C7E9;
	z-index:1;
}

#wrapper_inner {
	position:absolute;
	width: 967px;
	height: 870px;
	top:0px;
	left:28px;
	
}

#header {
	position: absolute;
	width:967px;
	height:236px;
	background-image:url(../images/header.jpg);
	left:0px;	
	background-repeat:no-repeat;
}

#content {
	position: absolute;
	width: 967px;
	height: 577px;
	top: 237px;
	left: 0px;
	background-color:#FFFFFF;
	color:#0000000;
	text-align:left;
	z-index:2;
	overflow:hidden;
	
}

#apDiv31 {
	position:absolute;
	left:23px;
	top:26px;
	width:413px;
	height:507px;
	padding: 10px;
	border: thin #999999;
	background-color: #E8E8E6;
	z-index:2;
}
#apDiv32 {
	position:absolute;
	left:488px;
	top:26px;
	width:438px;
	height:508px;
	padding: 10px;
	border:thin #999999;
	background-color:#E8E8E6;
	z-index:3;
}

#footer {
	position: absolute;
	width:967px;
	height:56px;
	top:814px;
	left:28px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	z-index:1;
}


#izbornik_1 {
	position:absolute;
	left:12px;
	top:134px;
	width:545px;
	height:27px;
	z-index:1;	
}


#izbornik_2 {
	position:absolute;
	left:0px;
	top:168px;
	width:967px;
	height:67px;
	z-index:1;
}

#trazilica {
	position:absolute;
	left:705px;
	top:4px;
	width:235px;
	height:20px;
	z-index:1;
	vertical-align:text-bottom;
}						
#trazilica input[type="text"]{
	width:100px;
	height: 16px;
	border: thin solid gray;
	vertical-align:text-bottom;
}
#trazilica input[type="button"]{
	border: thin solid gray;
	height: 18px;
	vertical-align:text-bottom;
}
