﻿/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#FFFFFF;
	color:#666666;
	font: 0.7em "Trebuchet MS";
	text-align:center;
	background-image: url(../art/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	margin:90px 0 0 50px;
	position:absolute;
	width:130px;
	height:65px;
	text-indent:-8000px;  
}
h1 a{
	display:block;
	height:65px;
	text-decoration:none;
}
h2 {
	font-size:160%;
	font-weight:normal;
	text-transform: uppercase;
}
h3 {
	font-size:120%;
	font-weight:normal;
	margin: 10px 0;
	color:#2076B1;
}
a {
	color:#2F90D2;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	line-height:130%;
	text-align: justify;
	margin:10px 0px;
}
p.istaknuto {
	line-height:150%;
	font-size:120%;
}
#helper h2 {
	margin: 10px;
	font-size:130%;
	font-weight: bold;
	color:#2076B1;
}
#helper h3 {
	margin: 5px 10px;
	color:#000000;
}
#helper p {
	line-height:130%;
	margin:5px 10px;
	color:#898989;
}
.spacer {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #E5E5E5;
	clear:both;
}
/* LISTE UNUTAR TEKSTA */
li {
	margin:0 25px;
}
/* GLAVNI DIO */
#headbg {
	height:230px;
	width:100%;
	background: url(../art/head-bg.gif) center;
}
#head {
	margin:0 auto;
	height:230px;
	width:760px;
	background: url(../art/head.jpg) no-repeat;
	text-align:left;
}
#contbg {
	width:760px;
	height:270px;
	margin:0 auto;
	background: url(../art/cont-bg.jpg) repeat-x center top;
}
#container {
	margin:0 auto;
	width:680px;
	text-align:left;
}
#content {
	width:430px;
	margin:-20px 0 0 0;
	float:right;
}
#helper{
	width:190px;
	float:left;
}

/* IMG */
a img, img {
	margin:0 10px 5px 0;
	/*
	float:left;
	*/
}

/* CROP IMAGE */
.crop {
	margin:0 5px 5px 0;
	float:left;
	border:1px solid #E5E5E5;
	width:80px;
}
.crop div {
	width:78px;
	height:78px;
	overflow:hidden;
	border:1px solid #fff;
}
.crop a img {
	border:none;
}

/* NAVIGACIJA KATALOGA */
#nav{
	width:100%;
	font-size: 100%;
}
#nav li{
	list-style:none;
	margin:0;
}
#nav a{
	font-weight:normal;
	display:block;
	width:100%;
	color:#656565;
	border-bottom:1px dashed #C1C1C1;
	text-decoration:none;
}
#nav a span {
	display:block;
	padding: 3px 10px; 
}
#nav li li a span{
	padding:3px 25px;
}
#nav li li li a span{
	padding:3px 40px;
}
#nav a.selected {
	font-weight:normal;
}
#nav a:hover, #nav a.selected {
	color:#000000;
	background-color: #F5EEDD;
}

/* NAVIGACIJA U HEADERU */
#headnav {
	width:700px;
	float:right;
	position:relative;
	top:10px;
	right:30px;
	text-align:right;
}
#headnav li {
	list-style:none;
	display:inline;
	margin:0;
}
#headnav a {
	color: #9C9C9C;
	text-decoration: none;
	padding: 3px 6px;
	line-height: 20px;
	font-weight:normal;
}
#headnav a:hover, #headnav a.selected {
	color: #FFFFFF;
	background-color: #9CB819;
}

/* PDF - lista u katalogu */
#pdf{
	width:100%;
	font-size: 100%;
}
#pdf li{
	list-style:none;
	background:url(../art/pdf_icon.gif) no-repeat left center;
	margin-bottom:5px;
}
#pdf a{
	line-height:30px;
	height:30px;
	display:block;
	padding:0 0 0 40px; 
}
#pdf a span {
}
#pdf a:hover {
	text-decoration:underline;
}

/* KATALOG - listanje proizvoda */
/* OPIS PROIZVODA KRATKI */
.proizvod {
	width:430px;
	clear:both;
	padding:5px 0;
	/*
	margin:10px 0;
	border-bottom:1px solid #E5E5E5;
	*/
}
.proizvod ul {
	width:250px;
	float:left;
	position:relative;
}
.proizvod li {
	list-style:none;	
}
.proizvodkategorija, .proizvodnaslov {
	padding:2px 10px;
	margin:2px 0;
}
.proizvodkategorija {
	color:#CCCCCC;
}
.proizvodnaslov {
}
.image {
	float:left;
	margin-bottom:10px;
}
.opis {
	display:block;
	clear:both;
}

/* KONTAKT FORMA */
/* FORMS */
fieldset {
	margin:10px 10px 10px 0;
	padding:20px;
	border:1px solid #E5E5E5;
	margin-bottom:10px;
	background:#F7F7F7;
}
fieldset.kontakt {
	background:#F7F7F7;
}
input, select, textarea {
	display:block;
	font-size:100%;
	width:100%;
	font-family:"Trebuchet MS" Arial;
	padding:2px 1px;
	border:1px solid #CCCCCC;	
}
input:focus, textarea:focus {
	border:1px solid #2F90D2;
}
label {
	display: block;
	position: relative;
	cursor: default;
	font-size:100%;
	margin-bottom:10px;
}
.skriven {
	display:none;
}
.w100 {
	width:100px;
	border:1px solid #CBCBCB;
	color:#fff;
	background-color:#2F90D2;
	font-weight:bold;
}

/* FOOTER + BG PICTURE */
#footer{
	float:right;
	width:680px;
	padding:15px 0;
	margin:20px 0;
	text-align:center;
	background: url(../art/footer.gif) no-repeat center top;
	height:50px;
}

/* LISTA STRANICA */
#ostale_stranice {
	width: 100%;
	float: left;
	text-align:left;
}
#ostale_stranice li {
	list-style:none;
	display:inline;
}
#ostale_stranice a {
	color: #000000;
	background:#CCCCCC;
	text-decoration: none;
	padding: 3px 6px;
	line-height: 22px;
	font-weight:normal;
}
#ostale_stranice a:hover, #ostale_stranice a.selected {
	color: #FFFFFF;
	background-color: #000000;
}
