/*Opmaak nieuwsmenu*/
.nieuwsmenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nieuwslist {
	font-size:  10px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}
.nieuwslist:hover {
	color: Yellow;
	text-decoration: underline;
}
/*eind*/

.listmenu{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.linklist {
	color: Red;
	font-weight: bold;
	text-decoration: none;
}
.linklist:hover {
	color: #FF4500;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------------------------------*/

.yellow{
	font-size: 9px;
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}

.titelsub {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}




