

	
body {
	
	height:100%;
	margin: 0 0 0 0;
	_height: 100%; /* for ie sux */
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #00b4e7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
	background-color:#00b4e7;

}
.oneColFixCtr #container {
	width: 788px; 
	background: #FFFFFF;
	
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	padding: 0 5px;
	font: 83% Verdana, Arial, Helvetica, sans-serif;
	
	
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}



.oneColFixCtr #table {
	/*padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	/*background-color: #ffffff;*/
	border: 2px solid #00b4e7;
	
	border-left: 2px solid #00b4e7;
	border-right: 2px solid #00b4e7;
	border-top: 0px solid #00b4e7;
	border-bottom: 2px solid #00b4e7;
	width:800px; 
	
	
	
	 }
	 

	
	
.oneColFixCtr #under {
	/*padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	background-color: #00b4e7;
	
	height:15px;
	width:790px;
	
	text-align:center;
	color: #ffffff;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	
	 }

A:link{ 
color: #682127; /*00b4e7*/
font-size: x-small;
font-weight: 800;
text-decoration: underline;
	
	 }
	 	 
A:visited{ 
color: #682127;
font-size: x-small;
font-weight: 800;
text-decoration: underline;
	
	 }
A:active{ 
color: #682127;
font-size: x-small;
font-weight: 800;
text-decoration: underline;
	
	 }
A:hover{ 
color: #00b4e7;
font-size: x-small;
font-weight: bold;
text-decoration: underline;
	
	 }
	 
	 
	 
A.opsomming{ 
color: #682127;
font-size: x-small;
font-weight: 500;
text-decoration: none;
	
	 }
A:hover.opsomming{ 
color: #00b4e7;
font-size: x-small;
font-weight: bold;
font-style:italic;

	 }
	 
	 


p.extra { 
color: #00b4e7;
	
	 }
	 
p.schreef { 

font-style:italic;

		 }
		 
		 
p.kop1 { 
color: #00b4e7;
text-decoration:underline;
font-size: medium;
font-weight:bold;
	

	 }
	 
	 
i.shaduw { 


text-shadow:3px 3px #000000;
color:#000000;


	 }
	 
	 
i.extra { 
color: #00b4e7;
font-size: x-small;
font-weight: 500;

	
	 }


.inhoud #footer {
	background-color: #00b4e7;
	margin-top: 0px;
	margin-bottom: 5px;
	
	text-align:center;
	color: #ffffff;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;

}


	

	
img.floatlinks{
float: left;
margin: 4px;
}
img.floatrechts {
float: right;
margin: 4px;
}