/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#FFFFFF;
	color:#5F5F5F;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align:center;
}
h1 {
	margin:120px 0 0 20px;
	position:absolute;
	width:340px;
	height:60px;
	text-indent:-8000px;  
}
h1 a{
	display:block;
	height:60px;
	text-decoration:none;
}
/* DEFINICIJE GLAVNIH DIJELOVA */
h2, h3, h4, p, small {
	margin-bottom:10px;
}
h2 {
	font-size:2em;
	font-weight:normal;
}
h3 {
	font-size:1.6em;
	font-weight:normal;
}
p {
	line-height:150%;
	font-size:1.2em;
	font-family:"Trebuchet MS";
}
small {
	text-transform:uppercase;
	font-size:1.1em;
	display:block;
}
a {
	color:#2478C7;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color:#3B3B3B;
	text-decoration:underline;
}

img {
	margin:0px;
}
a img {
	border:1px solid #ccc;
	padding:1px;
}
a img { float:left; margin:0 10px 10px 0 }
/*
a img, img {
	border:1px solid #f2f2f2;
}
a:hover img {
	border:1px solid #EDEDED;
}
*/

/* GLAVNI DIO */
#headbg {
	height:270px;
	width:100%;
	text-align:center;
	background: url(art/head-bg.gif) repeat-x center;
}
#head {
	margin:0 auto;
	height:270px;
	width:778px;
	background: url(art/head.jpg) no-repeat;
	text-align:left;
}
#helper {
	float:left;
	width:170px;
}
#left .helper {
	float:left;
}
#right {
	float:right;
	width:560px;
}
#right .helper {
	float:right;
}
#contbg {
	width:778px;
	margin:0 auto;
	background: url(art/cont-bg.gif) repeat-x center top;
}
#container {
	margin:0 auto;
	width:740px;
	text-align:center;
	background: #fff;
}
#content {
	width:520px;
	float:right;
	text-align:left;
}
/* NOVOSTI - umjesto contenta */
#novosti{
	width:/*100%*/380px;
	margin:0;
	float:left;
	text-align:left;
}
/* === */
#helper {
	width:200px;
	float:left;
	text-align:left;
}
#helper h2 {
	font-size: 1.4em;
	font-weight:normal;
	padding: 4px 10px; 
	border-bottom:1px solid #F5F5F5;
}
.helper h2.first {
	margin-top:0;
}
.helper p {
	line-height: 110%;
	margin:5px 10px;
	color: #BFBFBF;
}
.helper img {
	margin:10px 10px 0 10px;
}
/* GORNJA NAVIGACIJA */
#headnav {
	list-style:none;
	font-size:1.1em;
	float:right;
	margin-right:20px;
	margin-top:20px;
}
#headnav li {
	display:inline;
	margin-right:20px;
}
#headnav a:hover, #headnav a.selected {
	color:#333;
	text-decoration:none;
}
/* GLAVNA LIJEVA NAVIGACIJA */
#nav{
	width:100%;
	font-size: 1.1em;
	background-color:#FFFFFF;
	margin-bottom:20px;
}
#nav ul { margin-bottom:0; font-size:1em }
#nav li{
	list-style:none;
}
#nav a{
	font-weight:normal;
	display:block;
	color:#000000;
	border-bottom:1px solid #F2F2F2;
	text-decoration:none;
	background-color: #FFF;
	padding: 4px 10px; 
	height:1%;
}
#nav li li a {
	padding:4px 20px;
}
#nav li li li a {
	padding:4px 30px;
}
#nav a:hover, #nav .current_page_item a {
	color:#6290A7;
	background-color: #E5F6FE;
	border-bottom:1px solid #D9E9F1;
}
/* OSTALE LISTE */
.list {
	list-style:none;
	text-align:left;
	font-size:1.1em;
}
.list li a {
	font-weight:normal;
	display:block;
	color:#000000;
	border-bottom:1px solid #F2F2F2;
	text-decoration:none;
	background-color: #FFF;
	padding: 4px 10px; 
	height:1%;
}
.list li a:hover {
	color:#6290A7;
	background-color: #E5F6FE;
	border-bottom:1px solid #D9E9F1;
}

/* HELPER - LOGIN FORM */

form {
	background:#F8F8F8;
	padding:10px;
}
.input{
	border:1px solid #999;
	color:#666;
}
.inputArea{
	border:1px solid #999;
	color:#666;
}
.inputButton{
	border:1px solid #999;
	padding:1px 3px;
	background-color:#eee;
	margin:5px 0;
}
/* FOOTER */
#footer{
	background: url(art/footer-bg.jpg) no-repeat top center;
	width:760px;
	padding: 60px 0 20px;
	text-align:center;
	margin:0 auto;
}
