#pagination {
	width:655px;
	height:20px;
}

.kop {
	float:left;
	margin:3px;
	line-height:20px;
	font-weight:bold;
}

.page {
	background-color:#f554b4;
	padding:0 8px 0 8px;
	height:20px;
	line-height:20px;
	text-align:center;
	border:1px solid #007cb9;
	color:white;
	float:left;
	margin:3px;
	cursor:pointer;
	cursor:hand;
}

.active_page {
	
}

.inactive_page {
	display:none;
}

.current, .page:hover {
	background-color:#007cb9;
}

.arrow {
	display:none;
}

.arrow_back {

}

.arrow_forward {

}