body { /* de stijlen voor het hele document */
	margin: 0;
	padding: 1em;
	font: 10px verdana, arial, helvetica, sans-serif;
}

a { /* de stijlen voor de links */
	color: #FFFFFF;
}

a:hover { /* de stijlen voor de links waar de cursor boven zweeft */
	color: #990000;
}

a:visited { /* de stijlen voor de bezochte links */
}

#container { /* de stijlen voor het omvattende deel van de navigatie, inhoud en voet */
	width: 855px;
	height: 100%;
	margin: auto;
	padding: 0.5em;
	border: 3px solid #5B3737;
	text-align: left;
	background-color: #8A6A6B;
}

#header { /* de stijlen van de header, het logo */
	height: 155px;
	border: 3px solid #5B3737;
	background: #3c7796;
	padding: 0px;
}

#nav { /* de stijlen van de navigatie */
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 10px;
	font-size: 12px;
}

#nav a { /* de stijlen voor de links in de navigatie */
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 1px 0;
	width: 150px;
	display: block;
	text-indent: 1em;
	border: 1px solid #5B3737;
	font-variant: small-caps;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #666666;
	color: #ffffff;
}

#nav a:hover { /* de stijlen voor de links in de navigatie waar de cursor boven zweeft */
color: #990000;
}

#content { /* de stijlen voor de inhoud, de tekst */
	float: left;
	margin: 0 0 1em 0.5em;
	width: 694px;
	margin-top: 10px;
	border: #5B3737 2px solid;
}

#content h2 { /* de stijlen voor de kopjes in de inhoud */
	border: 1px solid #999999;
	text-indent: 0.5em;
	font-size: 12px;
	font-variant: small-caps;
	color: #ffffff;
	margin: 0;
	padding: 0.5em;
	background: #666666;
	width: 680px;
}

#content h1 { /* de stijlen voor de kopjes in de inhoud */
	border: 2px solid #5B3737;
	text-indent: 0.5em;
	font-size: 12px;
	font-variant: small-caps;
	color: #ffffff;
	margin: 0;
	padding: 0.5em 0.8em 0 0;
	background: #666666;
	width: 675px;
	text-decoration: none;
	vertical-align: middle;
}

#content p { /* de stijlen voor de alinea's in de inhoud */
	margin: 0.5em;
	padding: 0;
}

#news { /* de stijlen voor de kolom links, het nieuws */
	width: 175px;
	border: 1px solid #3c7796;
	float: left;
	padding: 0;
	margin: 0 0 0 0.5em;
	margin-bottom: 1em;
	margin-top: 10px;
}

#news h2 { /* de stijlen voor de kopjes in de kolom nieuws */
	border: 1px solid #3c7796;
	text-indent: 0.5em;
	font-size: 12px;
	font-variant: small-caps;
	color: #ffffff;
	margin: 0;
	padding: 0.5em;
	background: #3c7796;
}

#news p { /* de stijlen voor de alinea's in de kolom nieuws */
	margin: 1em;
}

#footer { /* de stijlen voor de voet, de copyright */
	clear: both;
	text-align: center;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 2px solid #5B3737;
	background: #666666;
	color: #ffffff;
}

#footer p { /* de stijlen voor de alinea's in de voet */
	margin: 0;
	padding: 0;
}
