/* nothing to clean - klaus 13.02.09 */

/* KOLONNE CONFIG */
/* afhænger af content bredde */

/* two col = (width-50)/2 */
.two-equal-width-cols {
	width: auto;
	margin: 13px 0 0;
}
.two-col-1, .two-col-2 {
	float: left;
	width: 181px;
}

.two-col-1 {
	margin-right: 29px;
}

/* three col = (width-50) / 3 */
.three-equal-width-cols {
	width: 730px;
	margin: 0;
}
.three-col-1,
.three-col-2,
.three-col-3 {
	float: left;
/*	width: 175px; */
}

.three-col-1,
.three-col-2 {
	margin-right: 0;
}

/* four col */
.four-col-1,
.four-col-2,
.four-col-3,
.four-col-4 {
	float: left;
	width: 22%;
}

.four-col-1,
.four-col-2,
.four-col-3 {
	margin-right: 4%;
}

/* FCE-ELEMENTS STYLES BEGIN */
.fp-small-content {
	width: 175px;
	float: left;
	margin: 0 0 5px;
}
.fp-small-content .header {
/*	margin-bottom: 7px;*/
}

.image-text-147px {
	margin-bottom: 11px;
}
/* FCE-ELEMENTS STYLES END */