body { 
		background: url('../img/bg.png');
		font-family: tahoma, helvetica; 
	/* 	background: #cfd0d0; */
		font-size: 12px;
		padding: 0px;
		margin: 0px;
	}

table, td { 
		text-align: normal;
		font-size: 12px; 
		padding: 15px;
		margin: 0px;
	}
	
#content {
	padding: 20px;
	font-size: 12px;
	margin-top: -30px;
	line-height: 1.4em;
}
#content a { color: #1d3c8c; text-decoration: underline; }
#content  a:hover { color: #5885fb; text-decoration: underline; }

#mainwrapper {
	width: 800px;
	position: relative;
	top: -12px;
	bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#header { 
	width: 100%;
	height: 200px;
	background: url('../img/headerb.png');
	position: relative;
	border: 0px solid #e6e6e6;
	margin-left: auto;
	margin-right: auto;
}
.header-content {
	width: 800px;
	height: 200px;
	background: url('../img/headera2.png');
	position: relative;
	margin-left: auto; 	
	margin-right: auto; /* centreren */
	margin-top: 0px;
	border: 0px solid red;
}
.header-content a {
	display: block;
}
#nav { 
	background: url('../img/navA.png'); 
	width: 800px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 13px;
	}
	
#nav a { 
	font-family: tahoma;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	height: 19px;
	font-weight: normal;
}
	
#nav a:hover { 
	color: #fff;
	font-weight: normal; /* BS: niet aankomen gvd */
	}

#menuelement { 
		background: url('../img/navA.png'); 
		font-size: 13px;
		height: 15px; 
		min-width: 74px;
		padding: 8px;
		float: left;
		text-align: center;
		display: block;
		cursor: hand;
	}
#menuelement:hover { 
		background: url('../img/navB.png'); 
		color: #000;
	}

#menuelement-right { 
		background: url('../img/navA.png'); 
		font-size: 13px;
		height: 15px; 
		padding: 8px;
		float: right;
		text-align: center;
		margin-left: 5px;
	}
#menuelement-right:hover { 
		background: url('../img/navB.png'); 
		color: #000;
		background-color: #03596A; 
	}	

#promoblok {
	position: relative;
	right: -410px;
	text-decoration: none;
    color: #888888;
    background: #f0f0f0;
    text-align: center;
    margin: 8px;
	padding: 5px;
	width: 250px;
    height: 4.3em;
	border: 2px solid #03596A; 
	-webkit-border-radius: 10px;  /* was 3*/ 
	-moz-border-radius: 10px;   /* was 3*/ 
	}
#titel {
	font-size: 18px; 
	font-weight: bold;
	color: #17306f;
	
	}
	
#promoblok a {
	display: block;
	text-decoration: none;
}

#promoblok a:hover {
	text-decoration: none;
}
	
#footer { 
	background: url('../img/footer.png'); 
	width: 800px; 
	height: 50px; 
	position: relative;
	top: -40px;
	bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}