/*--------------------------------------
   LAYOUT
-------------------------------------- */
#wrapper                               {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
#header                                {
	width: 960px;
	height: 123px;
/* 	background: #fff url(../images/layout/header.jpg) no-repeat 0 0; */
	}
#header a#logo                         {
	font-size: 20px;
	display: block;
	width: 289px;
	height: 113px;
	position: relative;
	top: 10px;
	left: 30px;
	text-indent: -9999px;
	}
/* #header a span                         { */
	/*position: absolute;
	width: 289px;
	height: 113px;*/
/* 	background: transparent url(../images/layout/hvarski-vodovod-logo.gif) no-repeat 0 0; */
	/*top: 0;
	left: 0;
	cursor: pointer;*/
/* 	} */

#main_content #news-navigator   {
	display: table;
	float: right;
	margin: 20px 0;
	padding: 0;
	}

#main_content #news-navigator a                {
	display: block;
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	width: 120px;
	text-align: center;
	margin-right: 5px;
	text-decoration: none;
	}
#main_content #news-navigator a:hover          { border: 1px solid #506C90; }
#main_content #news-navigator a.on,
#main_content #news-navigator a.on:hover       { font-weight: bold; text-decoration: none; color: #506C90; background: #e2f1fd; border: 1px solid #506C90; }
#main_content #news-navigator a.disabled,
#main_content #news-navigator a.disabled:hover { color: #c2c2c2; text-decoration: none; border: 1px solid #e3e3e3; }
#main_content #news-navigator li             { background: none; padding: 0; margin: 0; line-height: normal; display: inline; }

.news .date                            { float: right; font-weight: bold; margin-top: -32px; font-size: 11px; }
.news#sazetak { font-weight: italic; } 