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

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

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

a:visited { /* de stijlen voor de bezochte links */
	color: #378DC6;
}

a:active{ /* de stijlen voor de bezochte links */
	color: #378DC6;
}

a:focus{ /* de stijlen voor de bezochte links */
	color: #378DC6;
}

#container { /* de stijlen voor het omvattende deel van de navigatie, inhoud en voet */
	width: 852px;
	height: 100%;
	margin: auto;
	padding: 0.5em;
	border: 1px solid #43494D;
	text-align: left;
}

#header { /* de stijlen van de header, het logo */
	height: 144px;
	margin: 0 0 0.5em 0;
	border: 1px solid #43494D;
	background: #43494D;
	background: #FFFFFF;
}

#nav { /* de stijlen van de navigatie */
	margin: 0;
	padding: 0;
	float: left;
}


.level_1 { /* de stijlen van de navigatie */
	clear:both;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	
}
.level_1 li a{
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 1px 0;
	width: 150px;
	display: block;
	text-indent: 1em;
	border: 1px solid #43494D;
	font-variant: small-caps;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #43494D;
	background: #28579F;
	background: #668BC1;
	color: #ffffff;
}

.level_1 li p{
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 1px 0;
	width: 150px;
	display: block;
	text-indent: 1em;
	border: 1px solid #43494D;
	font-variant: small-caps;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #43494D;
	background: #28579F;
	background: #668BC1;
	color: #ffffff;
}


#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 #43494D;
	font-variant: small-caps;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #43494D;
	background: #28579F;
	background: #668BC1;
	color: #ffffff;
}

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

.level_1 a:hover { /* de stijlen voor de links in de navigatie waar de cursor boven zweeft */
color: #ADC6ED;
}
.level_1 a.selected { /* de stijlen voor de links in de navigatie waar de cursor boven zweeft */
color: #ADC6ED;
}

#content { /* de stijlen voor de inhoud, de tekst */
	float: left;
	margin: 0 0 0 0.5em;
	padding: 0 0.5em 0 0.5em;
	width: 500px;
}

#content h2 { /* de stijlen voor de kopjes in de inhoud */
	border: 1px solid #43494D;
	text-indent: 0.5em;
	font-size: 12px;
	font-variant: small-caps;
	color: #ffffff;
	margin: 0;
	padding: 0.5em;
	background: #43494D;
	background: #28579F;
	background: #668BC1;
}

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

#right { /* de stijlen voor de kolom links, het nieuws */
	width: 174px;
	border: 1px solid #43494D;
	float: left;
	padding: 0;
	margin: 0 0 0 0.5em;
	margin-bottom: 1em;
}

#right h2 { /* de stijlen voor de kopjes in de kolom nieuws */
	text-indent: 0.5em;
	font-size: 12px;
	font-variant: small-caps;
	color: #ffffff;
	margin: 0;
	padding: 0.5em;
	background: #43494D;
	background: #28579F;
	background: #668BC1;
}

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

}

#right span { /* de stijlen voor de alinea's in de kolom nieuws */
	margin: 1em;

}

#footer { /* de stijlen voor de voet, de copyright */
	clear: both;
	vertical-align:middle;
	text-align: center;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #43494D;
	background: #43494D;
	background: #28579F;
	background: #668BC1;
	color: #ffffff;
}

#footer p { /* de stijlen voor de alinea's in de voet */
	vertical-align:middle;
	margin: 3px;
	padding: 0;
}

.clear  {height:0.1px; overflow:hidden; font-size:0.1px; line-height:0.1px; clear:both;}
.invisible  {width:0px; height:0px; left:-1000px; top:-100px; position:absolute; overflow:hidden; visibility:hidden;}
.mod_navigation .submenu { display:inline; }
.mod_navigation .level_2 { margin-top:-18px; margin-bottom:-9px; }