body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
}
table {
	border-collapse: collapse;		/* op table niveau zorgt dit ervoor dat er geen ruimte tussen de cellen zit */
	border-spacing: 0px;			/* breedte van de rand */	
	width: 1300px;					/* breedte van de tabel */
	margin-left: auto;				/* combinatie van margin-left en right auto zorgt voor het centreren van de tabel */
	margin-right: auto;
}
.LightGrey {
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 15px;			/* ronde hoeken CSS3 */
	-webkit-border-radius: 15px;	/* ronde hoeken voor webkit browsers zoals oude versies van Chrome */ 
	-moz-border-radius: 15px;		/* ronde hoeken voor oude versie mozilla browsers */ 
	behavior: url(pie/PIE.htc);		/* om ronde hoeken bij IE8 en eerder te maken*/
	cursor: pointer;
	padding: 9px;					/* dit is de oude cell-padding */
}
.LightGrey:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.DarkGrey {
	background-color: #555555;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    border-radius: 15px;			/* ronde hoeken CSS3 */
	-webkit-border-radius: 15px;	/* ronde hoeken voor webkit browsers zoals oude versies van Chrome */
	-moz-border-radius: 15px;		/* ronde hoeken voor oude versie mozilla browsers */ 
	behavior: url(pie/PIE.htc);		/* om ronde hoeken bij IE8 en eerder te maken*/
	cursor: pointer;
	padding: 9px;					/* dit is de oude cell-padding */
}
.DarkGrey:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.yearcolumn {
	font-size: 28px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.SerieHeader {
	color: #FFCC00;
	font-weight: bold;
}
.Validator {
	border: 0;
	width: 88px;
	height: 31px;
}
.DpreviewLogo {
	border: 0;
	width: 118px;
	height: 60px;
}
.pictureLeft	 {
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
}
.pictureCenter	 {
	display: block;
	margin-left: auto;		/* combinatie van margin-left en right auto zorgt voor het centreren van het plaatje */
	margin-right: auto;
	margin-bottom: 2px;
}