/* CSS Document */

#form		{ width:45%; float:left;}
#inhoud		{ float:left; width:55%; max-width:690px;}
.label		{ display:block; padding-top:10px}

.formitem	{ box-sizing:border-box; width:400px; }

br			{ clear:both; }




@media screen and (max-width: 980px),(max-device-width: 980px) and (orientation: portrait) {
	#form		{ max-width:400px;  }
	#inhoud		{ width:auto;  }
}

@media screen and (max-width: 499px),(max-device-width: 499px) and (orientation: portrait) {
	.formitem	{ width:100%;}
	#form		{ width:100%; }
}