@charset "utf-8";
/* CSS za setovanje osnovnih parametara strane */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	outline: none;
	padding:0px;
	margin:0px;
	color:#555;
}
BODY {
	background:#fbfbfb;
	margin:0 auto;
}
P{
	font-size:12px;
	color:#333;
}
IMG{
	border:0px;
}
.content_zaglavlje{
	background:url(../../site_images/bgnd_zaglavlje.gif) repeat-x;
	z-index:0;
	height:58px;
}
.header{
	margin:0 auto;
	height:58px;
	width:960px;
	position:relative;
}
.logo{
	position:absolute;
	top:0px;
	left:0px;
	border:0px;
	cursor:pointer;
	width:183px;
	height:73px;
	z-index:100;
}
.content_strane_home{
	background:#ededed url(../../site_images/bgnd_strane_home.gif) repeat-x 0% 0%;
}
.strana_home{
	margin:0 auto;
	width:960px;
	background:url(../../site_images/slika-home.jpg) no-repeat 0% 0%;
	height:470px;
	position:relative;
}
.content_strane{
	background:url(../../site_images/bgnd_strane.gif) repeat-y 50% 0%;
}
.strana{
	background:url(../../site_images/bgnd_strane.png) repeat-y;
	padding:0px 9px 20px 9px;
	width:960px;
	margin:auto;
	z-index:0;
	position:relative;
}
.content_futer{
	background:url(../../site_images/bgnd_oblast_futera.gif) repeat-x 0% 0%;
	height:90px;
}
.futer{
	margin:auto;
	width:940px;
	height:35px;
	padding:10px 10px 5px 10px;
	border-top:4px solid #003299;
	background-color:#fff;
	position:relative;
	font-size:10px;
}
.futer SPAN.potpis{
	font-size:11xp;
	color:#003299;
}
.futer A{
	font-size:10px;
	color:#888;
}
.clear{
	float:none;
	clear:both;
}