/*FCE */

/* fce 2-Spalter  50-50 */
table.doublepage {
	width:100%;
	margin-bottom: 2em;
	}

table.doublepage td.col1 {
	padding: 10px;
	border: 1px solid #999999;
	width: 50%;
	}

table.doublepage .col2 {
	padding: 10px;
	border: 1px solid #999999;
	width: 50%;
	}
/* END 2 Spalter  50%-50% END */


/* 2 Spalter */
.twoColums { width: 100% }
.left { float: left; width: 48%; }
.right { float: right; width: 48%; }



/* fce 3-Spalter  33-33-33 */
td {
	vertical-align: top;
	}

table.fce-3sp1 {
	width: 100%;
	}

td.fce-3sp1-left {
/*	width: 230px; */
	width: 33%;
	border: 1px solid #999999;
	margin-right: 7px;
	padding: 10px;
	}

td.fce-3sp1-center {
	width: 33%;
	border: 1px solid #999999;
	padding: 10px;
	}

td.fce-3sp1-right {
	width: 33%;
	border: 1px solid #999999;
	padding: 10px;
	}






/* fce 3-Spalter  (50 50) 25 */
div.fce-3sp2-modellintro {
	}

div.fce-3sp2-left {
	width: 250px;
	float: left;
	}

div.fce-3sp2-center {
	width: 350px;
	float: left;
	}

div.fce-3sp2-right {
	width: 150px;
	padding-left: 20px;
	float: left;
	}

/* 2Spalter - 75% 25% */
div.fce-2sp1 {
	}

div.fce-2sp1-left {
	width: 520px;
	float: left;
	}

div.fce-2sp1-right {
	width: 250px;
	float: left;
	}


/* 2Spalter - 25% 75% */
div.fce-2sp2 {
	}

div.fce-2sp2-left {
	width: 250px;
	float: left;
	}

div.fce-2sp2-right {
	width: 520px;
	float: left;
	}


