body {
    font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size:0.8em; /;
}

#wrapper {
	position:relative; 
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

/* Header */

#header {
	width:100%;
	margin-bottom:20px;
}

h1 {
	font-size:1.8em;
	font-weight:bold;
}

.skip-nav {
	display:none; /* Enkel van belang voor Anysurfer */
}

/* Horizontale navigatiebalk */

#top-nav {
	display:none;
}

/* Contentsectie */

#content-wrapper { /* Nodig om achtergrond nav-box en content-box gelijk te laten lopen */
	width:100%;
}

/* Verticale navigatie */

#nav-box {
	display:none;	
}


/* Content */

#content-box {
	width:100%;
}

/* Crumbtrail */

#crumb {
	display:none;
}

/* Footer */

#footer {
	display:none;
}
	
/* Tekstopmaak */ 

h2 {
	font-size:1.8em;
	font-weight:normal;
	color:#4e85c5;
}

h3 {
	font-size:1.3em;
	color:#4e85c5;
	font-weight:bold;	
}

h4 {
	font-size:1.3em;
	color:#4e85c5;
	font-weight:normal;	
}

h5 {
	font-size:1.2em;
	color:#663333;
	font-weight:normal;	
}

h6 {
	font-size:1.0em;
	color:#663333;
	font-weight:normal;	
	font-style:italic;
}

#content-box ul {
	list-style-type:square;
}

#content-box a {
	color:#663333;
	text-decoration:underline;
}
legend {
	padding:5px 10px 10px 10px;
	font-size:1.2em;
	color:#4e85c5;
	font-weight:bold;	
}
