/* CSS fuer Flexible Content Elemente */

/*
** Blockaufbau-Module ( Element - Element )
** -----------------------------------------------------------------
*/
.cmsModularDesign {
	margin-bottom:15px;
	width:100%;
}
.cmsModularDesign td.col1 {
	width:50%;
}
.cmsModularDesign td.col2 {
	width:50%;
}


/*
** Blockaufbau-Module ( Element - Element - Element - Element )
** -----------------------------------------------------------------
*/
.cmsModularDesign4 {
	margin-bottom:15px;
	width:100%;
}
.cmsModularDesign4 td.col1 {
	width:25%;
}
.cmsModularDesign4 td.col2 {
	width:25%;
}

.cmsModularDesign4 td.col3 {
	width:25%;
}
.cmsModularDesign4 td.col4 {
	width:25%;
}
