

* {
	margin: 0;
	padding: 0;
}

body{
	text-align:center;
	overflow: -moz-scrollbars-vertical;
}

html,body {
	height: 100%; /* HEEL BELANGRIJK! */
	font-family: Verdana;
	color:#3c4349;
	font-size:11px;
	line-height:18px;
	background-image:url(../images/actuals-bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-position:top;
}
td,th {
	font-family: Verdana;
	color:#3c4349;
	font-size:11px;
	line-height:24px;
}
.clear {
	clear: both; /* deze class wordt gebruikt om de twee floats #left en #right te clearen. */
}

.container {
	min-height: 100%;
	width: 910px;
	_height: 100%;
	text-align:left;
	margin: 0 auto; /* deze div links zetten (gebruik 'auto' om te centreren */
	position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. */
}

* html > .container {
	height: 100%;
}

.header {
	height: 450px;
}

.left {
	width: 300px;
	float: left;
	height: auto;
}
	.left h1{
		padding-left: 0px;
		padding-right: 20px;
		padding-bottom:15x;
		text-align:left;
		font-size:13px;
		color:#3c4349;
	}
	.left p {
		padding-left: 0px;
		padding-right: 40px;
		padding-bottom:5px;
		text-align:justify;
	}

	.left a{
		color:#3c4349;
		text-decoration:underline;
	}
	.left a:hover{
		color:#3c4349;
		text-decoration:none;
	}
	
	
.mid {
	width: 310px;
	float: left;
	height: auto;
}
	.mid h1{
		padding-left: 20px;
		padding-right: 30px;
		padding-bottom:15x;
		text-align:left;
		font-size:13px;
		color:#3c4349;
	}
	.mid p {
		padding-left: 20px;
		padding-right: 30px;
		padding-bottom:20px;
		text-align:justify;
	}
	.mid a{
		color:#3c4349;
		text-decoration:underline;
	}
	.mid a:hover{
		color:#3c4349;
		text-decoration:none;
	}
	


.right {
	width: 300px;
	float: left;
	height: auto;
}
	
	.right h1{
		padding-left: 50px;
		padding-right: 0px;
		padding-bottom:15x;
		text-align:left;
		font-size:13px;
		color:#3c4349;
	}
	.right p {
		padding-left: 50px;
		padding-right: 0px;
		padding-bottom:20px;
		text-align:left;
	}
	.right a{
		color:#3c4349;
		text-decoration:underline;
	}
	.right a:hover{
		color:#3c4349;
		text-decoration:none;
	}

.clear {
	clear: both;
}

.footer {
}

.register_form {
	
	height: auto;
}
	.register_form h1{
		padding-left: 0px;
		padding-right: 20px;
		padding-bottom:15x;
		text-align:left;
		font-size:13px;
		color:#3c4349;
	}
	.register_form p {
		padding-left: 0px;
		padding-right: 40px;
		padding-bottom:5px;
		text-align:left;
	}

	.register_form a{
		color:#3c4349;
		text-decoration:underline;
	}
	.register_form a:hover{
		color:#3c4349;
		text-decoration:none;
	}

.faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 910px;
}
