/* CSS Document */

html, body
{
	text-align:center;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left top;	
}
div.container {
	background-color: #FFFFFF;
	height: auto;
	width: 735px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
div.logo {
	float: left;
	width: 735px;
	height: 185px;
}
div.links {
	float: left;
	height: auto;
	width: 179px;
	margin-right: 5px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: normal;
	text-align: left;
}
div.content {
	float: left;
	height: auto;
	width: 551px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin-bottom: 25px;
}
div.lijn {
	background-color: #0195DB;
	float: left;
	height: 1px;
	width: 735px;
	margin-bottom: 10px;
}
