/************************************************************
Title:     TemplaVoila_FCE.css
Author:    Jacco van der Post - Netcreators.com
Date:	   august 2007
************************************************************/

.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;} /* anders gaat firefox float-left kolommen fout bij combineren van fce's onder elkaar */

.two-col-left, .two-col-right {
	width:328px;
	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 #f18e00; 
}

.two-col-right {
	 padding-left: 6px;
	 padding-right: 6px;
	 }
	 

/*==================*/
/*   3 koloms       */
/*==================*/

.three-col {
	clear:both;
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.three-col-left {clear:both;} /* anders gaat firefox float-left kolommen fout bij combineren van fce's onder elkaar */

.three-col-left, .three-col-center, .three-col-right {
	width:212px;
	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 #f18e00; 
}

.three-col-center {
	 padding-left:6px;
	 padding-right:6px;
	 border-right:1px dotted #f18e00; 
	 }

.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:444px;
	padding-right:6px;
	/* background:url(/fileadmin/templates/img/Kwintessens/groene-dot-bg.gif) repeat-y right top; */
	border-right:1px dotted #f18e00; 
}

.two-col-breed-smal-right {
	 width:208px;
	 padding-left:10px;
	 }
	 	 

/*=========================*/
/*   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;
	padding-right:5px;
	border-right:1px dotted #b75a65; 
}

.two-col-smal-breed-right {
	 width:453px;
	 padding-left:13px;
	 } 


.two-col-breed-smal {
	display:block;
	clear:both;
	width:100%;
} 
