	body, html {
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		color: #004982; /* Amusing blauw */
	}
	a { text-decoration: none; }
	
	a img { border: 1px solid #004982; /* Amusing blauw */ }

	h1, h2, h3 { margin-top: 0; }

/* Layout divs */
	#centerdiv { margin: 0 auto 0 auto; width: 982px; }

	#header, #content, #footer, #mainmenu { width: 100%; }
	#header { background: url('../images/bg_head.jpg'); height: 117px; }
	#headertxt { 
		float: right;
		font-size: 26pt; 
		margin: 18px 13px 0 0;
		width: 680px;
		text-transform: uppercase;
	}

	#home #content { background: url('../images/bg_contenthome.jpg') repeat-y; }
	#default #content { background: url('../images/bg_contentdefault.jpg') repeat-y; }

	#footer { 
		background: url('../images/bg_footer.jpg') no-repeat; 
		padding-top: 10px; text-align: center; font-size: 8pt;
	}
	#footer a { color: #004982; /* Amusing blauw */ }
	#default #footer { position: relative; top: -1px; }
	#content { padding: 5px 40px 10px 40px; width: 902px; }
	#home #content { padding-right: 12px; width: 930px; overflow: hidden; }
	#default #content { overflow: hidden; position: relative; top: -1px; }
	
	#default #texts { width: 100%; }
	#home #texts { width:720px; float: left; } /* Ruimte voor sponsor logos overlaten */
	
	#home #sponsors { 
		float: right;
		width: 181px;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
	}
	
	#sponsors img { margin-top: 15px; }
	#content #sponsors a img { border: none; }
	#content #sponsors a { border: none; }

	#logo { 
		background: url('../images/logo.gif') no-repeat; width: 260px; height: 80px; 
		float: left; margin: 12px 0 0 12px;
	}
	
	#home #rightcolumn { float: right; width: 220px; text-align: center; }
	#home #leftcolumn { float: left; width: 470px; text-align: left; }
	#default #leftcolumn { float: left; width: 49%; padding-right: 5px; }
	#default #rightcolumn { float: right; width: 49%; padding-left: 5px; }

/* Menu styling */	
	#mainmenu { 
		background: url('../images/bg_mainmenu.jpg') no-repeat; 
		height: 26px; 
		padding-left: 12px; 
	}
	#mainmenu a { 
		display: block; float: left; 
		height: 21px; padding-top: 5px;
		padding-left: 10px; 
		padding-right: 10px;
		color: #004982; /* Amusing blauw */
	}
	#mainmenu .active { background-color: #004982; color: #fafac6; }
	
	#submenu { 
		background: url('../images/bg_submenu.jpg'); 
		height: 26px; 
		padding-left: 12px; 
	}
	#submenu a { 
		display: block; float: left; 
		padding-left: 10px;
		padding-right: 10px;
		height: 22px; padding-top: 3px; 
		color: #fafac6; 
		font-size: 90%; 
	}
	#submenu .active { 
		font-weight: bold; 
		background: url('../images/bg_submenu_active.jpg') repeat-x; 
		background-color: #7eacaa;
		height: 24px; 
	}

	#language_selector { float: right; margin-right: 24px; }
	#language_selector a { position: relative; top: 2px; }
	#language_selector img { border: 2px solid transparent; }
	#language_selector img:hover { border: 2px solid #FDFB37; }
	#language_selector img.active { border: 2px solid #FDFB37; }
	
/* Content styling */
	#content { font: 13px "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier; }
	#home #leftcolumn { line-height: 1.7em;	}
 	#default #content { line-height: 1.7em; }
 	#content a { 
	 	color: #cc0066;
		border-bottom: 1px dotted #004982; /* Amusing blauw */ 
 	}
 	#content #faq li { margin-bottom: 1em; }
 	
 	.pdf_download {
		background-image: url('../images/pdf-icon.gif');
		background-repeat: no-repeat;
		padding-top: 10px;
		padding-left: 40px;
		padding-bottom: 15px;
		margin: 1em;
	}
 	.mp3_download {
		background-image: url('../images/mp3-icon.gif');
		background-repeat: no-repeat;
		padding-top: 10px;
		padding-left: 40px;
		padding-bottom: 15px;
		margin: 1em;
	}
 	.word_download {
		background-image: url('../images/word-icon.gif');
		background-repeat: no-repeat;
		padding-top: 10px;
		padding-left: 40px;
		padding-bottom: 15px;
		margin: 1em;
	}	
