#latestNews h1, #newsList h1, #linkedNewsList h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
#latestNews h1 a, #newsList h1 a, #linkedNewsList h1 a {
	color: #666666;
}
#article h1 {
	margin-top: 0px;
}

p.date {
	font-style: italic;
	margin-bottom: 0px;
}
p.uptitle {
	
}
p.lead {
	padding: 10px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #999999;
	margin-bottom: 20px;
}

	  
	   
#linkedNewsList {}

.border {
	height:1px;
	background-image: url(/img/story_bottom_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0;
	padding: 0px;
}

.DownloadNaslov {
	font-family: Tahoma;
	color: #5C727A;
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* -------------------  PAGINACIJA -------------------- */


#paginacija {
	height: 11px;
	width: 120px;
	padding: 0px;
	margin-top: 0px !important;
	margin-right: auto !important;
	margin-bottom: 0px !important;
	margin-left: auto !important;
}

#paginacija li {
	height: 12px;
	border-bottom: 0;
	padding: 0;
	list-style-type: none;
	margin: 0 !important;
	float:left;
}

#paginacija li.number {
	height: 12px;
	width: 102px;
	border-bottom: 0;
	padding: 0;
	list-style-type: none;
	margin: 0;
	text-align: center;
	color:#3A484E;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}

#paginacija a { /*image replace */
	display: block;
	height: 0px !important;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	height /**/:12px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#paginacija li.left a:hover, #paginacija li.right a:hover {
	background-position: 0 -12px;
}

#paginacija li.left, #paginacija li.left a {
	background-image: url(/img/pagination_left.gif);
	width: 9px;
	background-position: left top;
	background-repeat: no-repeat; 
}

#paginacija li.right, #paginacija li.right a {
	background-image: url(/img/pagination_right.gif);
	width: 9px;
	background-position: left top;
	background-repeat: no-repeat;
}



#paginacija li.empty { /*image replace */
	display: block;
	height: 0px !important;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	height /**/:12px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}





/*.tekstBoks table tr td {
background-color:#eeeeee;
}*/