/* CSS Document */

a:link, a:active {
	color: #CE403A;
	text-decoration:none;
}
a:visited {
	color: #EE605A;
	text-decoration:none;
}
a:hover {
	color: #FE706A;
	text-decoration:none;
}


.form { 
	border: 1px solid #D82800;
	color: #D82800;
	font-weight: bold;
}
.button {
	background-color: #D82800;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
}
.kop {
	font-size: 12px;
	font-weight: bold;
	height:auto;
}
.bericht {
	font-size: 11px;
	height:auto;
	float:left;
	margin-top: 10px;
}
.header {
	color: #CE403A;
	font-weight: bold;
	font-size: 16px;
}
.foto {
	border: 1px solid #CE403A;
	height:auto;
	width:auto;
	float: right;
}
.body, .table {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.fout {
	color: #CE403A;
	border: 1px dashed #CE403A;
}
.om {
	height:auto;
	width: 100%;
	float:left;
	margin-bottom: 30px;
}
.nieuwsgroepen {
	font-weight: bold;
	border: 1px solid #CE403A;
	font-size: 12px;
}