/* Generic Selectors */ 

/*algemene opmaak*/

*{
	font-family: "Arial", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

img {
	 margin: 0;
	 border: 0;
	 padding: 0;
}

body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Arial", Verdana, sans-serif; 
	font-size: 100%; 
	color: #000000;  
} 

p { 
	width: 100%;
	font-size: 80%; 
	color: #000000;
	text-align: justify; 
} 

p.center { 
	width: 100%;
	font-size: 80%; 
	color: #000000;
	text-align: center; 
}

li { 
	list-style-type: none;
	font-size: 80%;
} 

em{
	font-style=italic;
}

strong{
	font-weight: bold;
	color:#900b09 ;
}

h1 { 
	font-family: "Arial", Verdana, sans-serif; 
	font-size: 150%; 
	font-weight: bold; 
	color: #900b09;
	text-align:center;
}
 
h2 { 
	font-family: "Arial", Verdana, sans-serif; 
	font-size: 110%; 
	font-weight: bold; 
	color: rgb(37, 83, 152); 
} 

h3 { 
	font-family: "Arial", Verdana, sans-serif; 
	font-size: 100%; 
	font-weight: bold; 
	color: rgb(37, 83, 152); 
} 

h6 { 
	font-family: "Arial", Verdana, sans-serif; 
	font-size: 100%; 
	font-weight: bold; 
	color: #000000; 
	border-bottom: 1px solid #000000; 
}

.text {
	line-height: 23px;
}

/***** OPMAAK VAN DE LINKS *****/
a:link { 
	color: rgb(35,131,90); 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 100%;
} 

li a:link { 
	color: rgb(35,131,90); 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 100%;
} 

a:visited { 
	color: rgb(37, 83, 152); 
	text-decoration: none; 
	font-weight: bold;
	font-size: 100%;
} 

li a:visited { 
	color: rgb(37, 83, 152); 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 100%;
} 

a:hover { 
	color: rgb(77, 131, 211); 
	font-weight: bold; 
	text-decoration: underline; 
} 

li a:hover { 
	color: rgb(77, 131, 211); 
	font-weight: bold; 
} 

a:active { 
	color: rgb(77, 131, 211); 
	font-weight: bold; 
} 


a.top {
	font-family: "Arial", Verdana, sans-serif; 
	font-size: 100%; 
	text-decoration: underline; 
	color: rgb(37, 83, 152);
	font-weight: bold;
}

/***** OPMAAK VAN DE NAVIGATIEBALK *****/

div#navigation {
	position: absolute;
	width: 200px;
	height: 1200px;
	margin: 0;
	margin-top: 75px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: rgb(37, 83, 152);
	text-align: center;
}

div#navigation li {
	border-bottom: 1px solid #000000;
	text-align: center;
	font-size: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#navigation li.huidig {
	border-bottom: 1px solid #000000;
	text-align: center;
	font-size: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}


div#navigation a:link{
	color: #000000; 
	font-size: 100%; 
	text-decoration: none; 
	font-weight: bold;
}

div#navigation a:visited{
	color: #000000; 
	font-size: 100%; 
	text-decoration: none; 
	font-weight: bold;
}

div#navigation a:hover{
	color: #FFFFFF; 
	font-size: 100%; 
	text-decoration: none; 
	font-weight: bold;
}

div#navigation a:active{
	color: rgb(255, 255, 255); 
	font-size: 100%; 
	text-decoration: none; 
	font-weight: bold;
}

div#navigation a.huidig:link{
	font-family: "Arial", Verdana, sans-serif; 
	font-size: 100%; 
	font-weight: bold; 
	width:100%;
	text-align:center;
}

div#navigation a.huidig:visited{
	font-family: "Arial", Verdana, sans-serif; 
	font-size: 100%; 
	font-weight: bold; 
	width:100%;
	text-align:center;
}

div#navigation a.huidig:hover{
	font-family: "Arial", Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: rgb(37,83,152);
	width:100%;
}

div#navigation a.huidig:active{
	font-family: "Arial", Verdana, sans-serif; 
	font-size: 100%; 
	font-weight: bold; 
	border-bottom: 1px solid #000000;
	width:100%;
	display:block; 
}

div#navigation p#navigationfooter {
	font-family: "Arial", Verdana, sans-serif; 
	font-size: 60%; 
	font-weight:normal; 
	text-align: center;
}


/***** OPMAAK VAN DE HEADERS *****/ 

#header {
	position: absolute;
	width: 100%;
	height: 65 px;
	margin: 0;
	font-weight: bold;
	background-color: rgb(255,255,255)
}

#headerleft {
 	text-align: center;
 	width: 200px;
 	height: 65px;
 	float: left;
}

#headercenter {
	width:72%;
 	text-align: center;
 	height: 65px;
 	float: left;
}

/***** OPMAAK VAN DE CENTERDOC *****/
 
#centerDoc { 
	position: absolute;
	width: 75%; 
	padding: 0 0 0 0; /*top right bottom left*/ 
	margin-top: 66px;
	margin-left: 210px;
	margin-right: 0px;
	color: rgb(0,0,0);
	height: 100%;
}
