/* CSS Document */
/* ############### tales.be css/html5 framework v2 (by kvd) ###############  */
/* ############### a02_grids_cssframework.css ############### */

/*
contains:
	generic grid layouts
	
*/	



/* ############### BASIC BUILDING BLOCKS ############### */


/*#outerwrapper{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
#pagewrapper{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}*/
#topblock{display: block;}
#pagehead{	display: block;}
#contentsection{display: block;}
#pagefooter{	display: block;}
#madeby{display: block;}

#sidenav{display: block;}	
#topnav{display: block;}



.col1, .col2, .col3, .col4, .col5, .col6 {display: block; float: left; overflow: hidden !important; min-height: 1px;}
/* ############### 1 COLUMN LAYOUT ############### */
.oneCol .col1{ float: none;}

