html, body{
 			 
 		font-family: tahoma, verdana, arial,  sans-serif;
 		font-size:12px;
		color:#7A1275;
 		text-align:center;
 		margin-top:0px;
		margin-left:0px;
  		line-height:12pt;
		scrollbar-base-color: #7A1275; 
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-DarkShadow-Color: #FFFFFF;
		scrollbar-track-color: #FFFFFF;
 } 


.STYLE1				{font-size:10px;}
img 				{border: 0; background-color: none; text-decoration: none; border: none;}
p				{margin-top:0px;}
a 				{text-decoration:none; color: #7A1275; font-weight: bold;}
a:hover 			{text-decoration:underline;color: #7A1275;}
td				{text-align:left;}
table				{text-align:center;}
table.entries 			{
	color : #cccccc;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	BORDER-RIGHT: #oooooo 1px solid;
	BORDER-LEFT: #oooooo 1px solid;
	BORDER-TOP: #oooooo 1px solid;
	BORDER-BOTTOM: #23559C 1px solid;
}
 
#pagewidth{ 
 width:883px;
 height:671px; 
 margin-left:auto; 
 margin-right:auto;
 margin-top:10px; 
 
 
} 
 
#header{
 width:883px;
 height:178px;
 background-image:url(afbeeldingen/header.gif);
 margin-top:0px;
 margin-left:0px;
  
} 

#navigation{
 width:883px;
 height:29px;
 
 background-image:url(afbeeldingen/fillnav.jpg);
 margin-top:0px;
 margin-left:0px;
  
} 
 
#twocols{
 width:883px;
 height:418px;
 float:right; 
 
 

}
 
 
#maincol{
 width:883px;
 height:418px;
 margin-left:0px;
 float:left;
 display: inline;
}

#rightcol{
 display: inline; 
 width:175px;
 float:right;
 margin-top:0px;
 margin-right:0px;
 margin-left:0px; 
}

#footer{
 clear: both;
 width:883px;
 height:49px; 
 background-image:url(afbeeldingen/footer.gif);
 background-repeat: no-repeat;
 font-family: tahoma, verdana, arial,  sans-serif;
 font-size:10px;
 color:#EEA5C7;
 text-align:center;

}




 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

