﻿/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	color:#606060;
	font: 62.5% Tahoma, Arial, Helvetica;
	text-align:center;
	background:#25254d ;
	position:relative;
}

/* PRIKAZ LOGA */
h1 {
	position:absolute;
	top:110px;
	left:50px;
	width:345px;
	height:30px;
	text-indent:-8000px;
}
h1 a, h1 a:hover {
	height:30px;
	text-decoration:none;
	display:block;
}

/* OSTALI GLAVNI DIO */
h2, h3, h4, p, #content ul {
	margin-bottom:20px;
}
h2 {
	font-size:1.8em;
	font-weight:normal;
	color:#202020;
}
h3 {
	color:#303030;
	font-size:1.4em;
	font-weight:normal;
	text-transform:uppercase;
	line-height:1.14em;
}
p, div.text, #content ul {
	font-size:1.2em;
	line-height:1.66em;
}
div.sazetak {
	margin-bottom:20px;
	font-size:1.3em;
	line-height:1.8em;
}
#helper p {
	color:#707070;
}
#content li {
	margin-left:15px;
	margin-bottom:5px;
}
#helper .lista {
	list-style:none;
	font-size:1.1em;
}
#helper .lista li {
	margin-bottom:5px;
}
/* SLIKE */
.image, #content .novost .image {
	float:left;
	border:1px solid #CCC;
	margin:0 10px 5px 0;
}
#content .image {
	margin:0 0 20px 0;
}
.image img {
	border:1px solid #fff;
}
/* LINKOVI */
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#999;
}
.opsirnije {
	display:block;
}
/* GLAVNI DIO */
#container-bg{
	background: url(../art/1/container-bg.jpg) no-repeat 0 357px;

}	
#container {
	width:984px;
	margin:0 auto;
	text-align:left;
	background:  url(../art/1/bg-y.jpg) repeat-y;

}
#head {
	height:357px;
	background:url(../art/1/head.jpg)  no-repeat;
	position:relative;
}
#content {
	width:670px;
	float:left;
	margin-left:45px;
	display:inline;
}
#helper {
	width:180px;
	float:right;
	margin-right:45px;
	display:inline;
        color:#f5f5f5;
}
/* OSNOVNA NAVIGACIJA */
#headnav {
	width:690px;
	height:50px;
	list-style:none;
	position:absolute;
	top:281px;
        left:20px;
}
#headnav li {
	display:inline;
	float:left;
}
#headnav a {
	font-size:1.3em;
	line-height:2.9em;
	margin-right:1px;
	padding:7.5px;
display:block;
	color:#000;
	text-transform:uppercase;
}
#headnav a:hover, #headnav a.selected {
	color:#000;
	background:#fff;
	opacity: .6;
	filter: alpha(opacity=60);
}
/* LIJEVA NAVIGACIJA */
/* TABLICE */
table {
	text-align:left;
	font-size:1em;
	width:100%;
	border-top:1px solid #F1F1F1;
	border-left:1px solid #F1F1F1;
	margin-bottom:20px;
}
th, td {
	padding:2px 10px;
	border-right:1px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;
}
thead th {
	background:#F7F7F7;
}
.w150 {
	width:150px;
}
/* KONTAKT FORMA */
/* FORMS */
fieldset {
	margin:0;
	padding:30px;
	background:#FAFAFA;
	border:none;
	margin-bottom:10px;
}
fieldset.kontakt {
	background:#FAFAFA;
	border:1px solid #F0F0F0;
}
input, select, textarea {
	display:block;
	font-size:100%;
	width:100%;
	font-family:"Trebuchet MS" Arial;
	padding:2px 1px;
	border:1px solid #E5E5E5
}
small {
	display: block;
	margin: -16px 0 0;
	padding-left: 30%;
	text-align: right;
	font-size: 100%;
	color: #969696;
	line-height:150%;
}
label {
	display: block;
	position: relative;
	cursor: default;
	font-size:100%;
	margin-bottom:10px;
}
.skriven {
	display:none;
}
.star-field {
	color: red;
	padding: 0 4px;
	display: inline;
}
.w100 {
	width:100px;
	border:1px solid #83BA62;
	color:#4E7A33;
	background-color:#BDDDA9;
	font-weight:bold;
}
/* FOTOGALERIJA */
.crop {
	width:142px;
	height:142px;
	border:1px solid #CCC;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	position:relative;
}
.crop div { 
	width:140px;
	height:140px;
	position:absolute;
	top:1px;
	left:1px;
	overflow:hidden;
}
.crop a img, .crop a:hover img {
	border:none;
}
.crop img {
}


/* FOOTER */
#footer {
	width:984px;
        height:38px;
	margin: 0 auto;
	text-align:center;
	background:url(../art/1/footer-bg.jpg) no-repeat;
	padding-top:9px;
}
#footer p {
	font-size:1.1em;
	color:#707070;
}
/* JEZICNA NAVIGACIJA */
#lang {
	position:absolute;
	top:10px;
	left:20px;
	font-size:1.2em;
}
#lang ul {
	list-style:none;
	margin:0;
	padding:0;
}
#lang li { display:inline; }
#lang a {
	display:inline-block;
	padding:4px 8px;
	color:#999;
	border:none;
	font-weight:bold;
	background-color:#f9f9f9;
}
#lang a:hover, #lang a.selected {
	background-color:#545454;
}	

	
