@charset "utf-8";
/* CSS Document */

#bestuurOverzicht div.bestuurEven div.bestuurAfbeelding,
#bestelFormulier div.bestuurAfbeelding{
	float: left;
	margin-right: 10px;
	margin-bottom: 50px;
}


#bestuurOverzicht div.bestuurOdd div.bestuurAfbeelding{
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

#bestuurOverzicht div.bestuurHeader,
#bestelFormulier div.bestuurHeader
{
color:#00B9E0;
font-size:18px;
font-weight:bold;
margin-bottom:5px;
padding-bottom:5px;
}

#bestuurOverzicht div.bestuurDetails{
	text-align: justify;
}

div.clear{
	clear:both;
	height:20px;
}