
div.module1 {
    width: 250px;
}
div.module1 .modulesep_part.modulesep_mid {
	width: 20px; /* module width - 180 sides - 50 padding */
}
div.module2 {
    width: 510px; /* two module1 plus 10px margin */
}
div.module2 .modulesep_part.modulesep_mid {
	width: 280px; /* module width - 180 sides - 50 padding */
}
div.module3 {
    width: 770px; /* three module1 plus twice 10px margin */
}
div.module3 .modulesep_part.modulesep_mid {
	width:540px; /* module width - 180 sides - 50 padding */
}
div.module4 {
    width: 800px;
}
div.module4 .modulesep_part.modulesep_mid {
	width: 20px; /* module width - 180 sides - 50 padding */
}

.marginLeft10 {
	margin-left: 10px;
}
.marginRight10 {
	margin-right: 10px;
}
div.modulewrapper {
}
div.moduletitle {
	width: 100%;
	height: 20px;
	line-height:20px;
	color:#604334;
	font-size:14px;
	font-weight:normal;
}
.modulesep_part {
	display:block;
	float:left;
	height:14px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-image:url(../img/streepje_left.png);
}
.modulesep_part.modulesep_side {
	width:90px;
}
.modulesep_part.modulesep_mid {
	background-repeat:repeat-x;
	background-image:url(../img/streepje_mid.png);
}
.modulesep_part.modulesep_right {
	background-image:url(../img/streepje_right.png);
}
div.modulepadding {
	padding: 5px 25px 20px 25px;
}
.col {
	display:block;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
.col.first {
	margin-left:0;
}

/* Arald */
.modulebody_empty {
	width: 250px;
	height: 42px;
}
