
.img{
	border: solid 1px black;
}

.ErrorMessage {
	color:red;
}

.InfoMessage
{
	color:Green;
}
.linkDocument{
	text-decoration:underline;
}.linkDocument:hover{ text-decoration:none; }

.nieuwsBericht{
	text-decoration : none;
} .nieuwsBericht:hover{ text-decoration: underline; }

.Hoofdtitel
{
	text-transform:uppercase;	
	font-weight:bold;
	background-color:#FFF358;	
}

.Subtitel
{
	font-weight:bold;
	background-color:#DDDCD9;
	height:15px;
	padding-left:10px;
}
