* {
    margin: 0;
    padding: 0;
}
html,body {
	height: 100%;
	background-color: #FFFFFF;
}

#hoofdtabel {
	height: 100%;
	width: 100%;
}


div#centreren {
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 100%;
	background-color: #FF00FF;
	text-align: center;
	vertical-align: middle;
	padding: auto;
}

div#container {
	position:relative;
	margin:0 auto; /* center, not in IE5 */
	height:600px; /* IE6: treaded as min-height*/
	min-height:600px; /* real browsers */
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

div#linksboven {
	float: left;
	width: 600px;
	height: 410px;
	background-color: #FFFFFF;
	background-image: url(../images/site/promotor_01.jpg);
	background-repeat: no-repeat;
}
div#linksboven div{
}
div#linksonder {
	float: left;
	width: 600px;
	height: 190px;
	background-color: #FFFFFF;
}
div#linksonder div{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 24px;
}
div#linksonder h1{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 24px;
	margin-left: 12px;
}
div#linksonder h2{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 12px;
	margin-top: 6px;
}

div#rechts {
	float: right;
	width: 400px;
	height: 600px;
	background-color: #FFFFFF;
	background-image: url(../images/site/promotor_02.jpg);
	background-repeat: no-repeat;
}
div#rechts div{
}


#formuliertabel {
	width: 550px;
	height: 200px;
	border: thin solid #FF0000;
}
.nieuwsbrief {
	background-color: #ffffff;
	border: 2px solid #FF9900;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.nieuwsbrief_knop {
	background-color: #FF9900;
	border: thin solid #666666;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 10px 0px 10px;
	margin-top: 10px;
}



