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

/* two col = (width-50)/2 */
.two-col {
	padding: 15px 0 0;
}
.two-col-1, .two-col-2 {
	float: left;
	width: 45%;
	overflow: hidden;
}

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

/* three col = (width-50) / 3 */
.three-col-1,
.three-col-2,
.three-col-3 {
	float: left;
	width: 30%;
}

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

/* 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%;
}