/* CSS fuer Flexible Content Elemente */

/*
** Blockaufbau-Module ( 2 Spalten )
** -----------------------------------------------------------------
*/
.cmsModularDesign {
	margin-bottom:15px;
/*	width:100%;*/
	width:470px;
}
.cmsModularDesign td.col1 {
	width:50%;
	padding-right:2px;
}
.cmsModularDesign td.col2 {
	width:50%;
	padding-left:2px;
}


/*
** Blockaufbau-Module ( 2 Spalten Benutzerdefiniert )
** -----------------------------------------------------------------
*/
.cmsModularDesignUser1 {
	margin-bottom:15px;
	width:100%;
}
.cmsModularDesignUser1 td.col1 {
	width:30%;
}
.cmsModularDesignUser1 td.col2 {
	width:70%;
}

/*
** Blockaufbau-Module ( 3 Spalten )
** -----------------------------------------------------------------
*/

.cmsModularDesign3 {
	margin-bottom:15px;
	width:470px;
}
.cmsModularDesign3 td.col1 {
	width:150px;
}
.cmsModularDesign3 td.col2 {
	width:150px;
	margin-right:10px;
	margin-left:10px;
	background-color: #cccccc;

}

.cmsModularDesign3 td.col3 {
	width:150px;
}


/*
** Blockaufbau-Module ( 4 Spalten )
** -----------------------------------------------------------------
*/

.cmsModularDesign4 {
	margin-bottom:15px;
	width:500px;
}
.cmsModularDesign4 td.col1 {
	width:100px;
}
.cmsModularDesign4 td.col2 {
	width:150px;
}

.cmsModularDesign4 td.col3 {
	width:170px;
}
.cmsModularDesign4 td.col4 {
	width:80px;
}
