/************************************************************
Title:     TemplaVoila_FCE.css
Author:    Emile Blume - Netcreators.com
************************************************************/

.two-col-breed-smal,
.two-col-left,
.three-col,
.two-col-breed-smal-left,
.two-col-smal-breed-left {
   overflow:auto; 
}

/*==================*/
/*   2 koloms       */
/*==================*/


.two-col-left {clear:both;}

.two-col-left, .two-col-right {
	width:320px;
	float:left;
	display:inline; /* tegen iE6 double margin bug bij float-left */ 
	margin:1px 0 10px 0;  /* De 1px is om te voorkomen dat rechterkolom naar links gaat als linkerkolom leeg is. */
	}
	
.two-col-left { padding-right:5px; border-right:1px dotted #A0BB2C;}
.two-col-right { padding-left:6px; padding-right:6px; }
	 
/*==================*/
/*   3 koloms       */
/*==================*/
.three-col {
	clear:both;
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.three-col {
	clear:both;
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.three-col-left {clear:both;}

.three-col-left, .three-col-center, .three-col-right {
	width:208px;
	float:left;
	display:inline; /* tegen iE6 double margin bug bij float-left */ 
	margin:1px 0 10px 0;  /* De 1px is om te voorkomen dat rechterkolom naar links gaat als linkerkolom leeg is. */
	}
	
.three-col-left {
	padding-left: 6px;
	padding-right: 6px;
	border-right:1px dotted #A0BB2C;
}

.three-col-center {
	 padding-left: 6px;
	 padding-right: 6px;
	 border-right:1px dotted #A0BB2C;
	 }

.three-col-right {
	 padding-left: 6px;
	 padding-right: 6px;
	 }

/*=========================*/
/*   2 koloms breed smal   /*
/*=========================*/

.two-col-breed-smal-left {clear:both;} /* anders gaat firefox float-left kolommen fout bij combineren van fce's onder elkaar */

.two-col-breed-smal-left, .two-col-breed-smal-right {
	float:left;
	display:inline; /* tegen iE6 double margin bug bij float-left */ 
	margin:1px 0 10px 0;  /* De 1px is om te voorkomen dat rechterkolom naar links gaat als linkerkolom leeg is. */
	}
	
.two-col-breed-smal-left {
	width:435px;
	padding-right:5px;
	border-right:1px dotted #A0BB2C;  
}

.two-col-breed-smal-right {
	 width:201px;
	 padding-left:13px;
	 }
	 	 

/*=========================*/
/*   2 koloms smal-breed   */
/*=========================*/
.two-col-smal-breed-left {clear:both;} /* anders gaat firefox float-left kolommen fout bij combineren van fce's onder elkaar */

.two-col-smal-breed-left, .two-col-smal-breed-right {
	float:left;
	display:inline; /* tegen iE6 double margin bug bij float-left */ 
	margin:1px 0 10px 0;  /* De 1px is om te voorkomen dat rechterkolom naar links gaat als linkerkolom leeg is. */
	}
	
.two-col-smal-breed-left {
	width:217px;
	width:190px;
	padding-right:5px;
	border-right:1px dotted #A0BB2C;  
}

.two-col-smal-breed-right {
	 width:453px;
	 padding-left:13px;
	 }  

