.tabel {
	background-color: #EEEEEE;
}

.hoofdtitel {
	background-color: #DDDDDD;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

.artikeltabel {
	background-color: #FFFFFF;
	border: #DDDDDD 1px solid; 
}
.artikeltitel {
	height: 20px;
	background-color: #EC620C;
	font-weight: bold;
	padding: 4px;
	border-bottom: #555555 1px solid; 
}