﻿/* CSS Document */

/*******************************************************************************
*                                                                              *
*  URL  	 :  http://www.liznjan.hr/										   *
*  Autor     :  Omnicron d.o.o.                                        		   *
*  Mijenjano :  2006/05/25                                                     *
*                                                                              *
*******************************************************************************/

*{
	margin:0px;
	padding:0px;
}
body{
	color:#3B3B3B;
	font: 0.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}

/* PRIKAZ LOGA */
h1 {
	margin:10px 0 0 0;
	position:absolute;
	width:110px;
	height:80px;
	text-indent:-8000px;  
}
h1 a{
	display:block;
	height:80px;
	text-decoration:none;
}

/* OSTALI GLAVNI DIO */
h2, h3 {
	font-size:120%;
	color:#0055A8;
	border-left:1px solid #EBEBEB;
	padding-left:10px;
	font-weight:normal;
	margin-bottom:10px;
}
h3 {
	font-size:100%;
}
p {
	line-height:170%;
	text-align:justify;
}
.left p, .right p {
	text-align:left;
}
p,  ul, ol {
	margin-bottom:10px;
}

/* LINKOVI */
a {
	color:#0055A8; /* 3D93E8 */
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* TABLICE */
table {
	font-size:1em;
	width:100%;
	border-top:1px solid #EBEBEB;
	border-left:1px solid #EBEBEB;
	margin-bottom:10px;
}
th, td {
	padding:2px 10px;
	border-right:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
}
thead th {
	background:#F5F5F5;
}
.vazno table {
	width:370px;
	margin:0 auto;
	border:none;
}
.vazno td, .vazno th {
	padding:3px 10px 3px 0;
	border:none;
}
.vazno thead th {
	background:transparent;
}
.80px {width:80px;}
.100px {width:100px;}
.120px {width:120px;}

/* LISTE */
ul.lista {
	margin-left:25px;
}
#pocetna ul.lista {
	margin-left:0;
	list-style:none;
	line-heght:120%;
}
.lista li {
	margin-bottom:5px;
}
.izdvojeno {
	font-weight:bold;
}

/* GLAVNI DIO */
#container {
	width:760px;
	margin:0 auto;
	text-align:left;
}
#head {
	width:760px;
	height:100px;
	background:url(../art/header.gif) no-repeat;
}
#content {
	width:760px;
	margin:10px 0;
}
#main {
	width:540px;
	float:left;
}
.no_navigation {
	width:760px;
}
#helper {
	width:200px;
	float:right;
}
.helper {
	width:390px;
	float:right;
}
.spacer {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #F6F6F6;
}

/* ISTAKNUTO */
#istaknuto {
	width:760px;
	height:200px;
	background:#fff;
	text-align:right;
}
#istaknuto h2 {
	position:relative;
	bottom:40px;
	right:20px;
	color:#fff;
	font-size:150%;
	color:#fff;
	border:none;
	font-weight:bold;
	margin:0;
	padding:0;
}
#istaknuto a img,  #istaknuto img, #istaknuto a:hover img{
	border:none;
}
/* LIJEVO I DESNO - HOMEPAGE */
.left, .right {
	width:175px;
	float:left;
	padding:0 10px;
	margin-top:10px;
}
.left h2 {
	margin-left:-10px;
}
.right h2 {
	margin-left:-11px;
}
.right {
	border-left:1px solid #EBEBEB;
	width:174px;
}
/* VAZNE NOVOSTI */
.vazno {
	background:#B2CCE5;
	margin-bottom:10px;
}
.ostalo {
	background:#EFF5FA;
}
.vazno .start {
	height:10px;
	background:url(../art/vazno-start.gif) no-repeat center top;
}
.ostalo .start {
	background:url(../art/2vazno-start.gif) no-repeat center top;
}
.vazno .end {
	height:10px;
	background:url(../art/vazno-end.gif) no-repeat bottom center;
}
.ostalo .end {
	background:url(../art/2vazno-end.gif) no-repeat bottom center;
}
.vazno .datum {
	color:#fff;
}
.vazno h2 {
	border:none;
	margin-top:0;
}

/* NOVOSTI NA POCETNOJ STRANICI */
#novosti {
	width:360px;
	float:left;
}
.novost {
	padding:0 10px;
}
.novost h3 {
	border:none;
	padding-left:0;
	color:#000;
	font-size:120%;
	margin-top:2px;
	margin-bottom:2px;
	text-transform: uppercase;
}
.datum {
	color:#A9C8E7;
}
.opsirnije {
	display:block;
}
/* NOVOSTI NA OSTALIM STRANICAMA */
.prikaz_novosti {
	width:350px;
	margin-left:10px;
}
.image img {
	border:1px solid #CCCCCC;
	padding:1px;
}
.prikaz_novosti h3 {
	font-size:170%;
	padding-left:0;
	border:none;
}
.sazetak {
	margin:10px 0;
	font-size:120%;
	color:#000;
}
.tekst {
	
}

/* MAIN */
ol {
	margin-left:40px;
}
ol li strong {
	font-weight:normal;
	color:#0055A8;
}
ol li span {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #EBEBEB;
}
#main table {
	width:100%;
	border-top:1px solid #EBEBEB;
	border-left:1px solid #EBEBEB;
	border-right:1px solid #EBEBEB;
}
#main td, #main th {
	padding:3px 10px;
	border-bottom:1px solid #EBEBEB;
}
#main thead th {
	background:#F5F5F5;
}
.width {
	width:150px;
}
/* GALERIJA FOTOGRAFIJA */
.galerija {
	margin-top:10px;
	text-align:left;
}
.unutar_teksta {
	text-align:center;
	border:1px solid #E5E5E5;
	padding:10px 10px 0 10px;
}
.galerija img {
	margin:0 10px 10px 0;
	padding:1px;
}
.galerija a img {
	border:1px solid #D1DBE6;
}
.galerija a:hover img {
	border:1px solid #AAB8C8;
} 
/* GALERIJA - Kutak za novinare */
.galerija_txt {
	float:left;
	margin: 0 10px 10px 0;
}
.galerija_txt a img {
	border:1px solid #D1DBE6;
}
.galerija_txt a:hover img {
	border:1px solid #AAB8C8;
} 
.galerija_txt span {
	margin-top:5px 0;
	display:block;
	text-align: center;
	width: 250px;
}
/* NAVIGACIJA U HEADERU */
#headnav {
	float:right;
	position:relative;
	top:65px;
	right:10px;
}
#headnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}
#headnav li {
	float:left; 											
	position: relative;
	height:25px;
	line-height:25px;
}

#headnav li a {
	text-decoration: none;
	color: #000000;
	font-weight:normal;
	text-align:center;
}
#headnav span {
	padding:0 3px;
}
#headnav li a:hover, #headnav li a.selected {
	color:#3D93E8;
}
#headnav li#zelena_agenda a:hover, #headnav li#zelena_agenda a.selected, .zelena_agenda {
	color:#007909;
}
/* OSNOVNA NAVIGACIJA */
.navigation {
	margin-bottom:10px;
}
.navigation ul {
	width:100%;
	font-size: 100%;
	background-color:#fff;
	font-family:Tahoma;
	margin:0;
	margin-bottom:10px;
}
.navigation ul ul {
	margin-bottom:0;
}
.navigation ul li {
	list-style:none;
}
.navigation ul a{
	font-weight:normal;
	display:block;
	width:100%;
	color:#3B3B3B;
	border-bottom:1px solid #E0E0E0;
	text-decoration:none;
}
.navigation ul a span{
	display:block;
	padding: 5px 10px; 
}
.navigation ul li li a span{
	padding:5px 20px;
}
.navigation ul li li li a span{
	padding:5px 30px;
}
.navigation ul a:hover, .navigation ul a.selected {
	background:#0055A8;
	color:#fff;
	text-decoration:none;
}

/* NAGLASENO */
.naglaseno {
	border:1px solid #E5E5E5;
	background:#F5F5F5;
	padding:10px;
	margin-bottom:10px;
}
.naglaseno * {
	margin:0 0 5px 0;
	padding:0;
	border:none;
}
.naglaseno ul {
	margin-left:15px;
}
#helper .naglaseno p {
	text-align:left;
}

/* FOOTER */
#footer {
	padding:0 10px 50px;
	border-top:1px solid #E5E5E5;
	margin-top:10px;
}
#footer p {
	margin:10px 0;
}
