* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%; /* HEEL BELANGRIJK! */
	background: #003365;
	font-family:Arial;
	font-size:12px;
}
a:link, a:visited {
 color: #003365;
 text-decoration:none;
}
a:hover { 
	color:#0066CC;
	text-decoration:underline;
	}
.clear {
	clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}

#container {
	min-height: 100%;
	width: 1024px;
	margin: 0 auto; /* deze div centreren */
	background: #FFF url(../img/background.gif) top left repeat-y; /* Faux column */
	position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
}

/* 	
	IE hack. IE kent geen min-height, maar gedraagt zich bij height: hetzelfde. 
	* html > bla is een hack die IE snapt en daarom ook de waarde van overneemt.
	
*/
* html  #container {
	height: 100%;
}

#header {
	height: 121px;
	margin-left: 63px;
}
.float_left {	
	float:left;
	border: 0px;
	}

#content {
	width: 200px;
	float: left;
	height: auto;
	margin-left: 63px;
	margin-bottom: 0px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}
* html  #content {
	margin-left: 32px;
}
	
#footer_navigatie {
	background-image:url(../img/bkg_footer.gif);
	background-repeat:no-repeat;
	background-color:#e6ebef;
	height: 97px;
	width: 870px;
	padding: 10px;
	text-align:center;
	padding-top: 15px;
	margin-left: 63px;
	margin-top: 0px;
	}
#footer_navigatie_extra {
	position:absolute;
	margin-top: -80px;
	margin-left: 310px;
	display: block;
	width: 195px;
	padding: 5px;
	border: 1px solid #003365;
	left: 158px;
	top: 123px;
	height: 58px;
	}	
a.footerlink, a.footerlink:visited {
	color: #003366;
	font-size:11px;
	padding-right: 20px;
	} 
#footertext {
	display:block;
	width: 900px;
	height: 20px;
	text-align: center;
	margin-left: 57px;
	color:#999999;
	}
#footertext a, #footertext a:visited {
	color:#666666;
	text-decoration:underline;
	}
#footertext a:hover {
	color:#999999;
	text-decoration:underline;
	}		
/* styles voor tabellen */
#content .row {
	width: 900px;
	margin: 0px;
	}
#content .onderwerp{
	display: block;
	float:left;
	background-image:url(../img/bkg_onderwerp_leeg.gif);
	background-repeat:no-repeat;
	background-color:#e6ebef;
	border-left: 1px solid #ffffff;
	height: 244px;
	width: 266px;
	color: #000000;
	font-size:12px;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 10px;
	}
	
#content h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size:14px;
	font-stretch:extra-condensed;
	text-align:center;
	padding-bottom: 25px;
	padding-top: 4px;
	}	
#content p {
	display: block;
	width: 257px;	
	height: 150px;
	margin: 0px;
	padding: 0px;
	}
	
#content .wit_vlak {
	display: block;
	height: 27px;
	width: 254px;
	background-color:#FFFFFF;
	color: #000000;
	font-size:12px;
	font-weight:bold;
	margin-left: 0px;
	padding-top: 4px;
	padding-left: 3px;
	
	}		
#content a.meer_informatie, #content a:visited.meer_informatie {
	margin-top: 3px;
	margin-left: 4px;
	float:left;
	color: #000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}	
#content a:hover.meer_informatie {	
	color:#666666;
	}
#content a.aanmelden , #content a:visited.aanmelden {
	display:block;
	border:0;
	height: 33px;
	width: 109px;
	background-image:url(../img/knop_aanmelden.gif);
	background-repeat:no-repeat;
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin-left: 0px;
	}	

#content a:hover.aanmelden  {
	color: #CCCCCC;
	}		
#search_outer {
	float: left;
	width: 165px;
	margin-left: 20px;
}
#search {
margin: 0px;
padding: 0px;
width: 148px;
height: 28px;
float: left;
background: url(../images/back_search.jpg) right top no-repeat;
padding-left: 10px;
padding-top: 2px;
vertical-align: top;
}

#search .inputbox{
width: 100px;
height: 18px;
font-size: 10px;
background: white;
border: none;
margin: 0px;
padding: 0px;
line-height: 14px;
color:#003365;
margin-top: 3px;
}

#search .button{
margin: 0px;
padding: 0px;
height: 14px;
font-size: 10px;
background: transparent;
border: none;
line-height: 10px;
}

#search form {
margin: 0px;
padding: 0px;
}