#topmenu a{
	height: 11px;
	display: block;
	font-size: 12px;
	color: #58585a;
	float: left;
	padding: 0 20px 0 20px;
	line-height: 11px;
	border-left: 1px solid #58585a;
	text-decoration: none;
	}
	#topmenu a:hover{
		color: #bfd730;
	}
ul#nav{
	position: absolute;
	float: right;
	list-style-type: none;
	top: 130px;
	right: 0px;
	width: auto;
	}
	ul#nav li{
		float: left;	
		}
		ul#nav li a{
			display: block;
			width: auto;
			padding: 0 20px 0 10px;
			height: 13px;
			line-height: 13px;
			text-decoration: none;
			text-transform: uppercase;
			border-left: 1px solid #bfd730;	
			font-size: 13px;
			color: #231f20;
			}
			ul#nav li a.last{
			padding: 0 10px 0 10px;
			}
			ul#nav li a:hover{
				color: #bfd730;
			}
h1{
	font-size: 16px;
	text-transform: uppercase;	
	color: #636365;
	margin-top: 15px;
	margin-bottom: 5px;
	}
span.titeltekst{
	font-size: 25px;
	text-transform: uppercase;
	color: #636365;
	font-weight: bold;
	margin-bottom: 30px;
	float: left;
	}
h2{
	font-size: 12px;
	text-transform: uppercase;	
	color: #595959;
	margin: 20px 0 0 0;
	padding: 0px;
	float: left;
	clear: both;
	}
	h2 a{
		color: #bfd730;
	}
h3{
	font-size: 16px;
	text-transform: uppercase;	
	color: #595959;
	margin: 20px 0 0 0;
	}
p{
	font-size: 12px;	
	color: #636365;
	line-height: 21px;
	padding: 0px;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
	}
	p a{
		font-weight: bold;
		color: #bfd730;
		text-decoration: none;
	}
.errors{
	font-size: 12px;	
	color: #636365;
	line-height: 21px;
	padding: 0px;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
	}
	.referentieItem p{
		color: #595959;
		float: left;
	}
#left ul{
	margin: 5px 15px;
	padding: 0px;
	float: left;
	clear: both;
}
#left li{
	padding-left:20px;
	font-size: 12px;	
	color: #636365;
	line-height: 21px;
	float: left;
	clear: both;
	text-decoration: none;
	}
#left li a{
	padding-left: 0px;
	font-size: 12px;	
	color: #bfd730;
	line-height: 21px;
	/* float: left; */
	clear: both;
	text-decoration: none;
	}
	#left li a:hover{
		text-decoration: underline;
		}
#right p{
	color: #58585a;	
	margin-top:0px;
	}
	#right p a{
		font-size: 11px;
	}