
/* position and dimensions of the navigator */
.navi {
	margin-left:245px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a, .navi a:link, .navi a:visited {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url('/bilder/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
	border-bottom: none;
	text-decoration: none;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;
	border-bottom: none;
	text-decoration: none;
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;
	border-bottom: none;
	text-decoration: none;
}

