body {
	background-color: #333333;
	color: #CCCCCC;
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
}
H1 {
	font-family : Times New Roman, Times, serif;
	font-weight : bold;
}
p, div, td {
	color: #CCCCCC;
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
}
table.tableproductie {
	border: 1px solid #ffffff;
	width: 95%;
	margin-bottom: 10px;
}
td.productietitel {
	background-color: #CCCCCC;
	color:#000000;
	font-weight: bold;
	font-size: 1.2em;
}
td.productiebeschrijving {
	background-color: #ffffff;
	color:#000000;
}
td.productiebeschrijving p, td.productiebeschrijving td {
	color:#000000;
}
td.productiesubtitel {
	background-color: #CCCCCC;
	color:#000000;
	font-size: 0.8em;
	padding-left: 20px;
}
td.productieagenda {
	padding-left: 20px;
}
td.productieagenda a {
	color: #CCCCCC;
}
a.button {
	text-decoration: none;
}
span.button {
	background-color: #CCCCCC;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
input.button {
	background-color: #CCCCCC;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.error {
	color: red;
}
.inputveld {
	border: 1px solid #cccccc;
}
textarea {
	border: 1px solid #cccccc;
}
.FormAlert {color: red;}