div#newsItems {
	height: 182px;
}

div#brochures {
	width: 100%;
	height: 182px;
	background: white;
	position: relative;
}

div#brochure1 {
	width: 343px;
	height: 100%;
	float: left;
	background: #e8e8e8 url('/images/brochure1-achtergrond.png') top left no-repeat;
	overflow: hidden;
	padding: 14px 9px;
	position: relative;
}

div#brochure2 {
	width: 342px;
	height: 100%;
	float: right;
	background: #e8e8e8 url('/images/brochure2-achtergrond.png') top left no-repeat;
	overflow: hidden;
	padding: 14px 9px;
	position: relative;
}

div.brochureTekst {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 140px;
	height: 122px;
	text-align: right;
	font-size: 11px;
	padding-top: 6px;
	overflow: hidden;
	color: #545454;
}

div.brochureTekst p {
	font-size: 11px;
	color: #545454;
}

div.brochureTekst h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #545454;
}

div.brochureKnop {
	position: absolute;
	right: 15px;
	bottom: 8px;
}

div#mainBannerButton {
	position: absolute;
	bottom: 9px;
	right: 10px;
}

div#mainContent {
	height: 534px;
	margin-bottom: 14px;
}