* {
margin: 0;
padding: 0;}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
  
#header{
 width:805px;
 height:63px;
 position:relative;
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background-image: url(Afbeeldingen/menu.gif);
 background-repeat: no-repeat;
 }
 
 #menubar{
 width:800px;
 height:30px;
 position:relative;
 align:center;
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 padding-top: 15px;
 padding: 10px;
 margin: 0px 0px 0px 5px;
 }
 
/* #menubar2{
	width:780px;
	height:26px;
	position:relative;
	align:center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 15px 0px 0px 5px;
	background-image: url(Afbeeldingen/menu2.gif);
 	background-repeat: no-repeat;
 }*/
 
#leftcol{
 width:245px;
 float:left; 
 position:relative; 
 background-color:#FCFCFC;
 }
 
		/*  #header-logo{
		 width:245px;
		 height:240px;
		 float:left; 
		 position:relative; 
		 background-color:#FFFFFF;
		 background-image: url(Afbeeldingen/header.gif); 
		 }
		 
		 #header-slogan{
		 width:245px;
		 height:390px;
		 float:left; 
		 position:relative; 
		 background-color:#FFFFFF;
		 background-image: url(Afbeeldingen/slogan.gif); 
		 } */
 
 
#maincol{background-color: #FFFFFF;  
float: right; 
display:inline; 
position: relative; 
width:550px; 
}
 
	    #topcol{
		width:549px; /*457*/
		height:26px;
		float: left; /*left*/
		position:relative;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		padding: 0px;
		margin: 0px 0px 0px 0px; /*0,0,0,10*/
		background-image: url(Afbeeldingen/top.gif);
		background-repeat: no-repeat;
		background-position:right;
		}
 
		 #leftcol{
		 width:5px;
		 float:left; 
		 position:relative; 
		 background-color:#FFFFFF;
		 }
 
 		 #middelcol{
		 width:519px;
		 float:left;
		 position:relative;
		 background-color:#FFFFFF;
		 border-top-width: 0px;
  		 border-right-width: 0px;
  		 border-bottom-width: 0px;
  		 border-left-width: 1px;
  		 border-color: #F5F5F5;
  		 border-style: solid;
  		 padding: 15px; /*10*/
  		 margin: 0px 0px 0px 0px; /*0,10,0,10*/
		 background-image: url(Afbeeldingen/right.gif);
		 background-repeat: repeat;
		 background-position: right; /*not there*/
		 }
 
		 #rightcol{
		 width:5px;
		 float:right; 
		 position:relative; 
		 background-color:#FFFFFF;
		 } 
 
 		 #bottomcol{
		 width:549px; /*457*/
		 height:26px;
		 float:left;
		 position:relative;
		 border-top-width: 0px;
		 border-right-width: 0px;
		 border-bottom-width: 0px;
		 border-left-width: 0px;
		 padding: 0px;
  		 margin: 0px 0px 0px 0px; /*0,10,0,10*/
		 background-image: url(Afbeeldingen/bottom.gif);
		 background-repeat: no-repeat;
		 background-position: right; /*not there*/
		}
		  
#footer{
 height:20px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
 .clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}

