/*
	default.css
	----------------------------------------------------
*/



	

div.default {
}
div.default div#column-one {
	margin-right:0.5em;
	float: left;
	width: 65%;
}

div.default div#column-two {
	background-color: #EDE7E5;
	float:left;
	width: 30%;
	padding:1em;
}

div.default div.inzet-rechts {
	background-color:#A74D16;
	color:white;
	float:right;
	margin:1em 0 3em 1em;
	padding:2em 1em;
	width:30%;
}
