div.row { 
	width:100%; 
	border-bottom:1px solid #191818;
	height:auto;
	
} 
div.column {
	width:14%;
	min-width:45px;
	float:left; 
	text-align:center;
	line-height:43px;
	border-right:1px solid #191818;
	height:43px;
} 
#navigatie a:link{

	text-decoration: none;
	font-style: normal;
	color: #000000;
}
#navigatie a:hover {
	text-decoration:underline;
	font-style: normal;
	color: #000000;
	cursor:pointer;
}

#navigatie a{
	font-family: Tahoma, Verdana, "Franklin Gothic Medium";
	font-size:small;
	text-decoration: none;
	font-style: normal;
	color: #000000;
}
#nav_but_back .column a:active,#nav_but_back a.selected  {
	background	:#AFA88D;
	display		: block;
	text-decoration:none;
}
#container #navigatie #selected {
	background-color: #AFA88D;
}

