/* CSS fuer Flexible Content Elemente */

/*
** Blockaufbau-Module ( 2 Spalten )
** -----------------------------------------------------------------
*/
.cmsModularDesign {
	margin-bottom:15px;
	width:100%;
}
.cmsModularDesign td.col1 {
	width:50%;
}
.cmsModularDesign td.col2 {
	width:50%;
}


/*
** Blockaufbau-Module ( 2 Spalten Benutzerdefiniert )
** -----------------------------------------------------------------
*/
.cmsModularDesign2_30_70 {
/*	table-layout:fixed;*/
	border-collapse:collapse;
	margin-bottom:15px;
	border-style:solid;
	border-color:#000000;
	border-width:0px;
	width:540px;
}
.cmsModularDesign2_30_70 td.col1 {
	width:80%;
	border-style:solid;
	border-color:#000000;
	border-width:0px;

}
.cmsModularDesign2_30_70 td.col2 {
	width:20%;
	border-style:solid;
	border-color:#000000;
	border-width:0px;
}

/*
** Blockaufbau-Module ( 3 Spalten )
** -----------------------------------------------------------------
*/
.cmsModularDesign3 {
	margin-bottom:15px;
	width:100%;
}
.cmsModularDesign3 td.col1 {
	width:33%;
}
.cmsModularDesign3 td.col2 {
	width:33%;
}

.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%;
}
