body {
	background-attachment: scroll;
	background-image: url(afbeeldingen/backverloop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #DAE3F2;
}
td {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: scroll;
	text-decoration: none;
	text-align: left;
}
tr {
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#nieuws_blok {
	height: auto;
	width: 460px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#titel {
	width: 460px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #164C9D;
	padding-bottom: 8px;
}
#nieuwsbericht {
	height: auto;
	width: 460px;
	padding-top: 8px;
}
#lijn {
	background-color: #DAE3F2;
	height: 1px;
	width: 460px;
	margin-top: 5px;
	margin-bottom: 5px;
}

