/* LAYOUT ELEMENTEN */

a img {
	border: 0;
}

body{
	text-align:left;
}


.clear {
	clear: both; /* deze class wordt gebruikt om de twee floats #left en #center te clearen. */
}

.container {
	min-height: 100%;
	_height: 100%;
	width: 	883px;
	margin: 0 left; /* deze div links zetten (gebruik 'auto' om te centreren */
	position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. */
}

* html > .container {
	height: 100%;
}

.header_picture {
	height:121px; 
	text-align:left;
}

.left {
	width: 232px; 
	float: left;
	height: auto;
	padding-left:26px;
	padding-top:30px;
	_padding-right:30px;
	margin-bottom: 20px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}

.center {
	width: 148px;
	float: left;
	height: auto;
	margin-top:28px;
	margin-bottom: 20px; /* 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{
	width: 446px;
	_width: 476px;
	float: left;
	height: auto;
	padding-left:15px;
	padding-right:15px;
	margin-top:6px;
	_margin-top:7px;
	margin-bottom: 20px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}

.footer {
	position: absolute;
	bottom: 0;
	width: 883px;
	height: 24px;
	vertical-align: middle;
	padding-left:43px;
}

.faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 883px;
}



/* VORMGEVING ELEMENTEN */

csc-firstHeader {
	margin:0px;
}

h1 {
	font-size:12px;
	padding-bottom:15px;
	_padding-bottom:10px;
}
h2 {
	font-size:11px;
}
sup {
	font-size:9px;
	line-height: 1.4;
	vertical-align: text-top;
}

.right p {
	padding-top:5px;
}

