@font-face {
    font-family: 'FuturaBookRegular';
    src: url('../Fonts/futura-book-webfont.eot');
    src: url('../Fonts/futura-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/futura-book-webfont.woff') format('woff'),
         url('../Fonts/futura-book-webfont.ttf') format('truetype'),
         url('../Fonts/futura-book-webfont.svg#FuturaBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	color: #CCCCCC;
	font-family: 'FuturaBookRegular';
	padding: 0px;
	margin: 0px;
	background-color: #393939;
}
div {
	margin: 0px;
	padding: 0px;
}
div.container {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
div.vierkant {
	background-color: #329998;
	height: 60px;
	width: 60px;
}
span.Menu1 {
	display: block;
	background-color: #7b7cbb;
	height: 60px;
	width: 60px;
}
span.Menu2 {
	display: block;
	background-color: #996533;
	height: 60px;
	width: 60px;
}
span.Menu3 {
	display: block;
	background-color: #999800;
	height: 60px;
	width: 60px;
}
span.Menu4 {
	display: block;
	background-color: #326698;
	height: 60px;
	width: 60px;
}
table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
td {
	vertical-align: bottom;
}
td.KleurBlok{
	width: 60px;
	height: 60px;
	padding-bottom: 25px;
	padding-top: 25px;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 78px;
	color: #666666;
}
p.B {
	text-align: right;
	width: 100%;
	color: #999999;
}
p.D {
	text-align: left;
	width: 100%;
	color: #999999;
}
#Menu1{
	font-size: 78px;
	display: none;
}
#Menu2{
	font-size: 78px;
	display: none;
}
#Menu3{
	font-size: 78px;
	display: none;
}
#Menu4{
	font-size: 78px;
	display: none;
}