body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

p {
	text-align:justify;
}

a {
	color: #000000;
}

img {
	border: 0px;
}
#container {
	width: 760px;
	margin: 0px auto;
}

#top {
	height: 100px;
	width: inherit;
}

#logo_bne {
	float: left;
	margin: 17px 13px;
}

#logo_ncp {
	float: right;
	margin: 8px 40px;
}

#links, #rechts {
	width: 180px;
	display: block;
	float: left;
}

#midden {
	width: 350px;
	padding: 0px 20px;
	float: left;
}
#full {
	display: table-cell;
	width: 530px;
	padding: 0px 20px;
}

#navcontainer {
	height: 150px;
	background-color: #d06d2b;
	margin-bottom: 10px;
	line-height: 30px;
}

#navcontainer ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
}

#navcontainer li {
	list-style-type: none;
}

#navcontainer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.foto {
	height: 150px;
	margin-bottom: 10px;
}

.spacer {
	height: 120px;
}

.blauw, .wit {
	background-color: #0085c6;
	width: 164px;
	height: 150px;
	margin-bottom: 10px;
	padding: 2px 8px 0px 8px;
	color: #FFFFFF;
}

.wit {
	background-color: #FFFFFF;
	color: #333333;
}

#footer {
	clear: both;
	padding-top: 40px;
}

#footer .blauw, #footer .wit, #footer .foto {
	float: left;
	margin-right: 10px;
}

#copyright {
	width: 730px;
	padding: 10px;
	margin: 0px;
	color: #666666;
	clear: both;
	border-top: 1px dashed #d06d2b;
}
#copyright a {
	color: #666666;
}


