
.img{
	border: solid 1px black;
}

.ErrorMessage {
	color:red;
}

.InfoMessage
{
	color:Green;
}
.linkDocument{
	text-decoration:underline;
}.linkDocument:hover{ text-decoration:none; }

.infoBericht{
	text-decoration : none;
} .infoBericht:hover{ text-decoration: underline; }

.Hoofdtitel
{
	text-transform:uppercase;	
	font-weight:bold;
	background-color:#00508D;
	padding-left:0px;
	height:20px;
	border:1px solid white;
	text-indent:0.6em;
	color:White;
}

.Subtitel
{
	font-weight:bold;
	background-color:#006F9E;
	border: 1px solid white;
	height: 20px;
	text-indent:0.6em;
	color:White;
}
