body {
	background: #FFFFFFF;
	color: #FFFFFF;
	font: normal 0.8em Verdana;
	line-height: 1.5;
	width: 960px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
/* Koppen */
h1, h2, h3, h4, h5, h6 {
	color: #e0b60f;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4, h5, h6 {
	color: #888888;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4, h5, h6 {font-weight: bold;}

h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

/* Tekst elementen */
p {margin-bottom: 1em;}

/* Lijsten */
ul {
	list-style-type: disc;
	margin: 0 1.5em 1.5em 0;
}

/* Header */
#header {
	background-color: #FFFFFF;
	padding: 32px 32px 0 46px;
	border: 2px solid #000000;
}

#header-nav {
	height; 39px;
	text-align: right;
	color: #333;
	font-size: 1.2em;
}

#header-nav-link a {
	color: #666;
	text-decoration: none;
}

#header-nav-link a:hover {color: #999;}

#header-nav-link span.text-separator {
	color: #e0b60f;
	padding: 0 7px;
}

#logo {color: #FFF;}
#site-title a {
text-decoration: none;
font-size: 2.0em;}
#site-title, #site-title a {color: #e0b60f;}
#site-slogan {
	color: #888888;
	font-size: 1.7em;
	font-style: italic;
}

/* Primaire navigatie */
#primaire-nav {
	background-color: #e0b60f;
	min-height: 46px;
	padding: 0 8px;
}

#primaire-nav a {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding: 12px;
}

#primaire-nav a:hover {color: #FFF;}

ul.tab {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.tab li {
	float: left;
	list-style: none;
}

ul.tab a { text-decoration: none;}

/* Inhoud */
.inhoud {
	font-size: 1.1em;
	background-color: #000000;
	min-height: 300px;
}
.inhoud a {
	color: #999;
	text-decoration: none;
}
.inhoud a:hover {color: #e0b60f;}

/* Tekst inhoud */
#tekst-inhoud {padding: 24px;}

/* Footer */
#footer {
	background: #888888;
	text-align: center;
	border-top: 1px solid #999;
	font-style: bold;
	font-size: 1.1em;
	padding: 12px 16px;
	margin-bottom: 10px;

/* Floats *
.left {float: left;}
.right {float: right;}
