/* lay-out */
body {
	padding : 0px;
    background-color: #ffffff;
	background-position : 50% 0%;
    background-repeat: repeat-x;
	text-align: justify;
}

	#canvas {
		position : relative;
		width : 1016px;
		margin : 0px auto 0px auto;
	}
		.kop{
			font-size : 16px;
			color : #ff983a;
		}

		.onderschrift{
			font-size : 10px;
		}

		.footer{
			font-size : 11px;
		}
	
		a.footer{
			color : #ff983a;
			text-decoration : none;
		}
	
		a.footer:hover{
			color : #ff983a;
			text-decoration : none;
		}

		.textinput {
			border: 1px solid #ff983a;
			font-family : Georgia, Verdana, Arial, Helvetica;
			font-size: 11px;
		}

		.required {
			color: #ff983a;
		}

p {
	text-align: justify;
}