





/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
/*http://www.fu2k.org/alex/css/layouts/3Col_NN4_FMFM.mhtml?order=213&width_one=240&width_two=240&width_three=160&wrap_width=800&column_gutter=0&column_vertical_padding=0&column_horizontal_padding=0&columns_background=0&border_surround=0&body_padding=0&longest_column=one&controls=1&show_style=1*/


.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
.footer{
	clear: both;
}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */

/*eerste 2 columms*/
.columns-float{
	float: left;
}

#middle_container{
	float: right;
}


	/* GUTTERS BETWEEN COLUMNS */
	#middle_content{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	
	/* VERTICAL PADDING ABOVE COLUMNS */
	#header{ 
		margin-bottom: 0px; 
	}
	/*space between footer and content*/
	.column_padding_after{
		height:0px;
		font-size: 1px;
		line-height: 0px;
		clear: both;
	}

/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
#wrapper, .columns-float, #middle_container, #left_container, #right_container, h2
	{ p\osition: relative; }
/* */





#wrapper{
	width: 800px;
}



/* 3 column breedte */
		/* 	totaal: 800
			240,400,160
			
			
			/*eerste 2 columms*/
			.columns-float{
				width: 640px; /* wrapper width - right container 800 - 160   , 240 + 400 */
			}
			
			#middle_container{
				width: 400px; /* echte width van middle container */
			}
			
			/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
			/*/*/
			#left_container { margin-right: 400px; } /* echte width van middle container */
			#right_container {margin-left: 640px;} /* wrapper width - right container 800 - 160*/
			/* */
/* einde 3 column breedte */
