* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%; /* HEEL BELANGRIJK! */
	font-family: Trebuchet MS, Verdana;
	color:#000000;
	font-size:12px;
	margin-left:55px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.clear {
	clear: both; /* deze class wordt gebruikt om de twee floats #left en #right te clearen. */
}

.container {
	min-height: 100%;
	_height: 100%;
	width: 680px;
	margin: 0 left; /* deze div links zetten (gebruik 'auto' om te centreren */
	_margin-left:110px;
	background: url(../images/spacer_vert.gif) top left repeat-y; /* Faux column */
	position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. */
}

* html > .container {
	height: 100%;
}
.spacer{
	height: 10px;
	background-color:#FFFFFF;
}
.header {
	height: 136px;
	background-color:#FFFFFF;
}

.navbar {
	height: 93px;
	line-height: 5px;	/* height, line-height en vertical-align: middle zorgen ervoor dat de inhoud altijd verticaal gecentreerd wordt. */
	vertical-align: middle;
}

.left {
	width: 410px; 
	float: left;
	height: auto;
	margin-bottom: 60px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}
	.left h1 {
		font-size:13px;
		padding-bottom:0px;
		padding-left: 20px;
		padding-right:20px;
	}
	.left p {
		line-height: 16px;
		padding-left: 20px;
		padding-right:20px;
		padding-bottom:10px;
	}
	.left table{
		position:relative;
		left:20px;
		width:370px;
	}
	.left a {
		color:#FFFFFF;
		text-decoration:none;
	}
	.left a:hover {
		color:#FFFFFF;
		text-decoration:underline;
	}
	.left attention {
		color:#FF0000;
		font-size:14px;
	}
.right {
	width: 270px;
	float: left;
	height: auto;
	margin-bottom: 60px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}
	.right h1, .right p {
		line-height: 16px;
		padding-left: 15px;
		padding-right:15px;
		padding-bottom:10px;
	}
	.right a {
		color:#FFFFFF;
		text-decoration:none;
	}
	.right a:hover {
		color:#FFFFFF;
		text-decoration:underline;
	}
.footer {
	position: absolute;
	bottom: 0;
	width: 680px;
	height: 60px;
	background: url(../images/footer.gif) top left no-repeat;
}

.footer p {
	padding-top:40px;
	vertical-align: middle;
	font-family:Verdana;
	text-decoration:none;
	font-size:9px;
	}

.faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 690px;
}
h1 {
	font-size:12px;
}
h2 {
	font-size:11px;
}