	body {
		background: #f5f5f5;
		font-family: Calibri, Arial;
		font-size: 12px;
		margin: 0;
		padding: 0;
	}
	a {
		text-decoration: none;
		color: #4fc532;
	}
	a:hover {
		text-decoration: underline;
		color: #121212;
	}
	div#containertop{
		
	}
	div#headercontainer {
		background: #fff;
		margin:0px;
	}
	div#header {
		width:965px;
		position: relative;
		left: 50%;
		margin-left: -485px;
		height: 101px;
		background: #fff;
	}
	div#header img{
	}
	.logo {
		float: left;
	}
	div#zoekbox{
		float: right;
		width: 611px;
		margin-top: 8px;
	}
	div#zoekbox img{
		margin-left: 1px;
	}
	.ruler{
		height: 4px;
		background: #eaeaea;
	}
	div#navigation{
		background: #fbfbfb url(/img/grad.gif) repeat-x;
		padding-top: 18px;
		width: 100%;
	}
	div#navlinks{
		height: 20px;
		width:990px;
		
		position: relative;
		left: 50%;
		margin-left: -495px;
	}
	.navbutton{
		background: url(/img/nav.gif) repeat-x;
		border-right: 1px solid #b3b3b3;
		height: 20px;
		padding-top: 3px;
		padding-left: 15px;
		padding-right: 15px;
		float: left;
		color: #fff;
		cursor: pointer
	}
	
	div#page{
		background: #fff;
		border: 1px solid #b3b3b3;
		border-top: 4px solid #b3b3b3;
		border-bottom: 4px solid #b3b3b3;
		padding-left: 16px;
		padding-right: 16px;
		width:958px;
		position: relative;
		left: 50%;
		margin-left: -495px;
	}
	h2{
		color: #fff;
		background-color: #333;
		font-size: 20pt;
		padding-left: 22px;
		margin-top: 29px;
	}
	h2 a, h2 a:hover{
		color: #fff;
		text-decoration: underline;
	}
	.right{
		margin-right: 10px;
		float: right;
		text-align:right;
	}
	div#footer{
		width:990px;
		position: relative;
		left: 50%;
		margin-left: -500px;
		font-size: 10px;
		text-align: right;
	}
	input {
		background: url(/img/formgrad.gif) repeat-x;
		border: 1px solid #e2e2e2;
		color: #000; /*57565b*/
		font-family: Calibri, Arial;
		font-size: 12px;
		height: 25px;
		padding-left: 6px;
		padding-right: 6px;
		margin: 0px;
	}
	select, option {
		/*background: url(/img/formgrad.gif) repeat-x;*/
		font-size: 9pt;
		border: 1px solid #e2e2e2;
	}
	option:hover {
		/*background: none;*/
	}
	input.button {
		background: url(/img/buttongrad.gif) repeat-x;
		color: #fff; /*57565b*/
	}
	textarea {
		background: url(/img/formgrad.gif) repeat-x;
		border: 1px solid #e2e2e2;
		color: #57565b;
		font-family: Calibri, Arial;
		font-size: 12px;
		padding-left: 6px;
		padding-right: 6px;
	}
	.dots{
		float: bottom;
		background: url("/img/dots.gif") repeat-x;
		height: 3px;
	}
	.box{
		border: 1px solid #d2d2d2;
		width: 285px;
		height: 184px;
		background: #fff url(/img/boxbg.gif) repeat-x;
		padding: 10px;
		margin: 2px;
		float: left;
		color: 7a7a7a;
	}
	.box h3{
		color: #748080;
		font-family: Calibri, Arial;
		font-size: 13pt;
		margin-top: 0px;
	}
	h3.green{
		color: #4fc532;
	}
	.hr{
		background: #fff url(/img/boxhr.gif) no-repeat;
		width: 282px;
		height: 4px;
		margin-top: -10px;
		margin-bottom: 1px;
	}
	.image, .text{
		float: left;
		font-size: 12pt;
	}
	p{
		margin-top: 0px;
		margin-bottom: 12px;
	}
	div#search{
		float: left;
	}
	#zoekbox input, #zoekbox span {
		float: left;
	}
	input.button{
		border-left:0;
	}
	.tablehead{
		font-weight: bold;
	}
	td{
		font-family: Calibri, Arial;
		font-size: 12pt;
		vertical-align: top;
	}
	.domainoptions {
		width: 240px;
	}
	.authcode{
		color: #ccc;
		font-size: 9pt;
	}
.texthome {
	float: left;
	font-size: 12pt;
	width: 410px;
}
.textregister {
	width: 660px;
	float: left;
	font-size: 12pt;
}