@charset "UTF-8";
/* CSS Document */



/* boven navigatie */
.navigatie a {
	display:block;
	background:url(../webimages/button1.png);
	line-height: 25px;
	color:#FFF;
	width:113px;
	height:25px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	font-style: normal;
	clear: none;
}


.navigatie a:hover {
	display:block;
	background:url(../webimages/button2a.png);
	color:#FFF;
}


.navigatie a:active {
	display:block;
	background:url(../webimages/button2a.png);
	color:#FFF;
}
	
.navigatie1 a {
	display:block;
	background:url(../webimages/button3.png);
	line-height: 25px;
	color:#fff;
	width:113px;
	height:25px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	font-style: normal;
	clear: none;
}


.navigatie1 a:hover {
	display:block;
	background:url(../webimages/button2a.png);
	color:#fff;
}


.navigatie1 a:active {
	display:block;
	color:#C96;
	background:url(../webimages/button3.png);
}


