/* CSS Document */
/* Tagovi */
body {
	background-image: url(slike/bodyImg.png);
	background-repeat: repeat-x;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

/* Osnovne pozadine*/
#head1{
	height: 20px;
	width: 850px;
	background-image: url(slike/head2.png);
}

#head{
	height: 160px;
	width: 850px;
	background-image: url(slike/headPic.jpg);
}

#fotter{
	height: 20px;
	width: 850px;
	background-image: url(slike/footer.png);
}
/*-----------------LINKOVI---------------------*/
#linkovi{
	width:850px;
	heaght:25px;
	background-color: #003366;
}
#sad_link{
	background-image: url(slike/link_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
a img{
	filter:alpha(opacity=100);
	opacity:1;
}
a:hover img{
	filter:alpha(opacity=60);
	opacity:0.6;
}
/*-----------------------------------------------------*/

#conteiner{
	background-image: url(slike/tabla.png);
	background-repeat: repeat-y;
}

}
#sadrzaj{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#kontakt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

