/* CSS fuer Flexible Content Elemente */

/*
** Blockaufbau-Module ( 2 Spalten )
** -----------------------------------------------------------------
*/
.cmsModularDesign {
	margin-bottom:15px;
	width:456px;
}
.cmsModularDesign td.col1 {
	width:50%;
	padding-right: 7px;
}
.cmsModularDesign td.col2 {
	width:50%;
	padding-left: 7px;
}


/*
** Blockaufbau-Module ( 2 Spalten Benutzerdefiniert )
** -----------------------------------------------------------------
*/
.cmsModularDesignUser1 {
	margin-bottom:15px;
	width:100%;
}
.cmsModularDesignUser1 td.col1 {
	width:30%;
	padding-right: 8px;
}
.cmsModularDesignUser1 td.col2 {
	width:70%;
}

/*
** Blockaufbau-Module ( 3 Spalten )
** -----------------------------------------------------------------
*/
.cmsModularDesign3 {
	margin-bottom:15px;
	width:456px;
}
.cmsModularDesign3 td.col1 {
	width:33%;
	padding-right: 5px;
}
.cmsModularDesign3 td.col2 {
	width:33%;
	padding-right: 5px;
}

.cmsModularDesign3 td.col3 {
	width:33%;
}

/*
** Blockaufbau-Module ( 4 Spalten )
** -----------------------------------------------------------------
*/

.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%;
}