/* global settings */
	* { 
		margin: 0px; 
		padding: 0px; 
	}	
	body{
		background: #FFFFFF;	
	}
	img{
 		border:0px;
	}	
	
/* structure */

    html, body, #wrap {height: 100%;}
    
    body > #wrap {height: auto; min-height: 100%;}
    
    #main {padding-bottom: 32px;}  /* must be same height as the footer */
    
    #footer {position: relative;
    	margin-top: -32px; /* negative value of footer height */
    	height: 31px;
    	clear:both;
    	border-top: 1px solid #666666;
    } 
	
	.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 */
	
	
/* div positioning */
	#all{	
		position:relative;
		height:100%;
		width: 100%;
	}	
	#blindnav{
		position:absolute;
		top:-2500px;
		left:-2500px;
		width:0px;
	}
	#header{
 		position:relative;
 		z-index:500;
		height:1.7em; 
		padding: 2px 0px 0px 0px;
		margin:0px 0px 0px 0px;					
	}								
	#leftcontent {	
		position:absolute;
		top:19px;
		left:5px;
		width:175px;		
	}
	#content {
		position:relative;
		height:100%;
    padding-bottom:10px;
		margin-top:0px;
		margin-right:140px;
		margin-bottom:0px;
		margin-left:190px;
	}		
	#rightcontent {
		position:absolute;
		top:19px;
		right:5px;
		width:126px;
	}
	
/* footer colums*/			
	#extrabuttons {
		background-color:#FFFFFF;									
	}
	#extrabuttons img {
	    margin-right: 4px;
	    height: 10px;
	    width: 10px;
	}

	
	
/* buttons*/	
	#buttons{
		position:absolute;
		right:10px;
		top:122px;
		height:20px;
	}	
	
/* default form inputs */				
	form{
		margin:0px 0px 0px 0px;
	}		
	
	
/* Portal */
	#rij{	
 		clear:both;	
	}
	#rij2{	
 		clear:both;
	}
	#portalheader{	
 		margin-bottom:20px;
	}
	#portalvlak1{	
 		margin:0px;
 		float:left;
		width:48%;
		height:150px;		
	}
	#portalvlak2{
 		margin:0;
 		float:right;
		width:48%;							
		height:150px;		
	}
	#portalvlak3{	
 		margin:0px;
 		float:left;
		width:48%;
		height:150px;		
	}
	#portalvlak4{
 		margin:0px;
 		float:right;
		width:48%;	
		height:150px;
	}		
	#leftColumn{
 		margin:0px;
 		float:left;
		width:48%;	
	}		
	#rightColumn{
 		margin:0px;
 		float:right;
		width:48%;	
	}		
	#leftColumnLinks{
 		margin:0px;
 		float:left;
		width:48%;	
	}		
	
	
/* collage */
	#collage{	
 		margin:0;
 		float:left;
		width:48%;
		height:140px;
	}	
	

	
/* vlakken */
	#vlakken{
	  clear:both;
	  display:inline;
	  width:100%;
	}
	#vlak1{	
 		margin:0px;
 		float:left;
		width:48%; 
		height:155px;	
	}
	#vlak2{
 		margin:0px;
		float:right;
		width:48%; 						
		height:155px;		
	}
	

	/* global settings */
	#printContent{	
		display:block;
		height:100%;
		overflow: auto;
    }
/* div positioning */


/* footer colums*/
	#extrabuttons {
		background-color:#FFFFFF;
		text-align: left;
		float: left;
		margin:0px;
		width:226px;
		height:18px;
		background:#FFFFFF;
	}
	#adres {
		margin: auto;
		width: 30em;
		text-align: center;
	}
