#header-container {
	min-height: 180px;
}
#header-container .wrap {
	height: 180px;
}
#header-title {
	width: 480px;
	font-size: 35px;
}

#section-page {

}

#section-page h2 {
	margin: 0 0 20px 0;
	font-weight: 400;
}

#section-page .wrap > div:not(.wp-caption) {
	clear: both;
	margin-bottom: 20px;
}
#section-page .wrap > div:not(.wp-caption):after {
	content: '';
	display: block;
	clear: both;
}

div.aligncenter {
	text-align: center;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

/* Bestellen */

#section-page input[type=text]#form-contributie {
	width: 60px;
	text-align: right;
}

#desc-contributie {
	float: left;
	padding: 8px 0;
	margin-left: 8px;
}

#total-contributie {
	float: left;
	padding: 8px 0;
}

#form-row-contributie {
	display: none;
}

.begunstiger #form-row-contributie {
	display: block;
}
.lidmaatschap #form-row-contributie {
	display: none;
}

#section-page ul {
    list-style-position: inside;
}
