span.active
{	
	padding-top:1px;	
	color:#bbbbbb;	
	font-size:11px;
	background:url("images/active.gif") no-repeat;
	width:18px;
	height:18px;
	text-align:center;
	display:block;
	float:left;
	position:relative;	
	margin-right:4px;
}
div.pagenav a{
	padding-top:1px;	
	color:#535353;	
	font-size:11px;
	background:none;
	width:18px;
	height:18px;
	text-align:center;
	display:block;
	float:left;
	position:relative;
	margin-right:4px;
}

div.pagenav a:hover{
	background:url("images/hover.gif") no-repeat;		
	color:#535353;
}

div.pagenav a.cur2, div.pagenav span.cur2{
	padding-top:1px;
	width:auto;	
}
div.pagenav a.cur2:hover{
	color:#91b8c8;
	background:none;
}

div.punktir{
	border:solid 1px #000;
	height:1px;
	width:90%;
	background:url("images/punktir.gif");
}
