/*
main css
------------------------------
*/
	.bodytext { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #804929}

	.input1{
	font-size: 11px;
	color: #804929;
	background-color : #F5ECE7;
}

	.input2{
	font-size: 11px;
	color: #804929;
	background-color : #F5ECE7;
}

/*
email link
------------------------------
*/

	
	a.email{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	font : 11;
	font-weight : bold;
	
}

	
	
	a.email:link {
		color: #804929;
	}

	a.email:visited {
		color: #804929;
	}

	a.email:hover {
		color: Gray;
	}

	a.email:active {
		color: #804929;
	}

	/*
positie foto rechts
------------------------------
*/

.rechts{
	position : absolute;
	left : 518px;
	top : 0px;
}