body{
	background-color: #c1befb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{
	color: #c1befb;
}

	.header{
		background-color: #8477d7;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100px;
		z-index:2;
		text-align: center;
		font-size:50px;
		font-weight:bold;
		line-height: 70px;
	}
	
	.subheader{
		background-color: #443d72;
		position: absolute;
		top: 100px;
		left: 75px;
		right: 75px;
		height: 75px;
		z-index:2;
	}
	
	.links{
		background-color: #5e559d;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 150px;
		height: 100%;
		z-index: 1;
	}
	
		.menu{
			position: absolute;
			line-height: 40px;
			font-size: 20px;
			color: #c1befb;
			left:0px;
			top: 200px;
		}
	
	.rechts{
		background-color: #5e559d;
		position: absolute;
		top: 0px;
		right: 0px; 
		width: 150px;
		height: 100%;
		z-index: 1;
	}
	
	.tekstbox{
		position: absolute;
		left: 170px;
		right: 170px;
		top: 200px;
	}
		
		.tekstbox a{
			color:#000066;
		}
