@charset "utf-8";

body {
	margin: 0px;
	background: url(../images/pozadina.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:top;
}
#container {
	width: 1024px;
	margin: 0 auto;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container_top {
	width: 1024px;
	margin: 0 auto;
	background-image:url(../images/container_top.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 20px;
	margin-top: 230px;
}
#container_bottom {
	width: 974px;
	margin: 0 auto;
	background-image:url(../images/container_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

#top {
	height:135px;
	background-image: url(../images/top.png);
}
#head {
	width:1024px;
	margin: 0 auto;
	padding-top: 20px;
}


.clear {
	clear:both;
	height:2px;
}
/* ********** UNUTRASNJOST STRANA ********** */
.polje1 {
	width:300px;
	margin-left:45px;
	float:left;
	text-align: justify;
}
.polje1a {
	width:300px;
	margin-left:25px;
	float:left;
}
.polje2 {
	width:625px;
	margin-left:45px;
	float:left;
}
.poljegal {
	width:950px;
	margin-left:45px;
	float:left;
	margin-top: 25px;
}
.proizvodi_polje {
	width:625px;
	margin-left:45px;
	float:left;
}
.proizvod_okvir {
	margin-bottom: 20px;
}
.proizvod_naslov {
	background-color: #369;
}
.proizvod_naslov2 {
	background-color: #b9d4a0;
}
.proizvod_slika {

}
.proizvod_opis {
	height: 45px;
	background-color: #369;
	font-size:12px;
	color:#FFF;
	padding-left: 10px;
	padding-top: 10px;
}
.proizvod_opis2 {
	height: 60px;
	background-color: #b9d4a0;
	font-size:12px;
	color:#063;
	padding-left: 10px;
	padding-top: 10px;
}
.video {
	width: 305px;
	float:left;
	padding-left: 10px;
	margin-top: 10px;
}
