/* default settings */
body#home div.article {
	padding: 15px 25px;
}

/* contentwrap */
body#home div#content {
	padding: 0;
	overflow: hidden;
}

body#home div#content div.article {
	padding: 15px 25px;
}

body#home div.article {
	margin-bottom: 0;
}

/* new containers */
/* foto linksboven */
body#home div#fotolb {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* foto rechtsboven */
body#home div#fotorb {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* content links onder */
body#home div#contentlo {
	float: left;
}

body#home div#contentlo h2 {
	margin-bottom: .5em;
}

body#home div#contentlo div.field {
	margin-bottom: .3em;
}

body#home div#contentlo div.last {
	margin-bottom: .6em;
}

body#home div#contentlo label.field {
	width: 5em;
}

body#home div#contentlo div.fieldinput {
	margin-left: 6em;
}

body#home div#contentlo div.submit div.fieldinput {
	margin-left: 0;
}

body#home div#contentlo button {
	border: 1px solid;
}

/* foto midden onder */
body#home div#fotomo {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* div#nieuws */
body#home div#nieuws {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}