html {
	background: #fff;
}

body {
	width: 1000px;
	margin: 0 auto;
	font-family: "Arial";
	font-size: 14px;
}

a {
	text-decoration: none;
}

h1 {
	margin: -45px 0 0px 495px;
}

header, section {
	width: 100%;
}

header {
	height: 60px;
	/* text-indent: -9999px; */
	/* background: url(../assets/BooXtream.png) no-repeat top center} */
}

header nav {
	width: 100%;
}

header nav li {
	float: left;
	margin: 2px 40px 3px 0;
	line-height: 100%;
}
header nav li.current {
	text-decoration: underline;
}
header nav a {
	color: #555;
}
header nav a:hover {
	text-decoration: underline;
}

section {
	float: left;
	background-color: #090909;
}

section nav {
	float:left; 
	color: #fff;
	height: 500px;
	width: 17%;
}

section nav ul, section nav img {
	font-size: 16px;
	margin: 40px 0 50px 36px;
}

section nav ul li {
	margin-top: 5px;
}

section nav a {
	color: #fff;
}

section nav ul li a:hover {
	color: #ff6600;
}

section article {
	float:left; 
	height: 500px;
	width: 808px;
	text-align: center;
}

section article.left {
	background-repeat: no-repeat;
	background-position: center top;
}

section aside {
	color: #fff;
	float: left;
	height: 500px;
	width: 192px;
}
section aside img {
	margin: 180px 0 0;
}
section aside a {
	color: #fff;
}
section aside a:hover {
	text-decoration: underline;
}

#onderwerpen {
	width: 192px;
	margin: 2px 0;
	color: #fff;
	background-color: #000;
	border:solid 1px #999999;
}

section.rubriek article.right {
	width: 192px;
	float: right;
}
section.rubriek article.right img {
	float: left;
	height: 63px;
	width: 64px;
	cursor: pointer;
}
#omschrijving {
	float: left;
	clear: both;
	color: #fff;
	text-align: left;
	margin-top: 5px;
	width: 190px;
	font-weight: normal;
	font-size: 12px;
}

footer {
	float: left;
	display: block;
	line-height:100%;
	height: 20px;
	width: 100%;
	padding: 6px 0 0 0;
	color: #555;
	text-align: center;
}

#about {
	float: left;
	color: #fff;
	text-align: left;
	line-height: 115%;
	padding: 30px;
	width: 500px;
}
#about a {
	color: #fff;
	text-decoration: none;
}

