@charset "utf-8";
/* CSS Document */

body {
	font-family: "futura-pt-1", "futura-pt-2", "Futura Lt BT", sans-serif, helvetica, arial;
	letter-spacing:1px;
	background: #000;
	margin: 0; 
	padding: 0;
	color: #ccc;
}
#master {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
p {
	font-weight:300;
	font-size: 1em;
	margin: 5px 0 0;
	margin-top: -1px;
	line-height:11pt;
}
p.jaar {
    font-size: 0.9em;
    margin-bottom: 6px;
}
.grotetekst {
	line-height:35px;
	font-size: 1.35em;
	font-weight:300;
	letter-spacing:1px;
}
.grotetekstl {
	line-height:35px;
	font-size: 1.35em;
	font-weight:300;
	letter-spacing:1px;
	float:left;
}
.grotetekstr {
	line-height:35px;
	font-size: 1.35em;
	font-weight:300;
	letter-spacing:1px;
	float:right;
}
.wf-loading .grotetekst {
    /* Hide the blog title and post titles while web fonts are loading */
    visibility: hidden;
}

#Header {
	position:absolute;
	left:0px;
	top:10px;
	width:100%;
	height:35px;
	background-color: #222;
	text-align:center;
}

#Main {
	position:relative;
	left:0px;
	top:45px;
	width:900px;
	height:600px;
	background-color: #333;
}

#Footer {
	position:absolute;
	left:0px;
	top:645px;
	width:900px;
	height:35px;
	background-color: #222;
}

#tabel {
	position:absolute;
	left:0px;
	top:10px;
	width:900px;
	height:500px;
	z-index:5;
	background-color: #333;
}
a {
	color:#C1C0BF;
	text-decoration: none;
}
img {
	padding:0px;
	padding-bottom:4px;
	border:0px;
}
td {
	text-align:center;
	vertical-align:middle;
}

