body {
	height: 640px;
	width: 1000px;
	color: #FFF;
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	color: #FFF;
	line-height: 1;
	margin-bottom: 1.9em;
}

p {
	margin-bottom: 0.6em;
	color: #CCC;
}

ul {
	list-style-type: none;
	margin: 0 1.5em 1.5em 0;
}

#header { 
	background-color: #CCC;
	padding: 10px 0px 60px 0px;	
}

#header-nav1 {
 	text-align: left;
 	color: #999;
	font-size: 1.2em;
	margin-top: -40px;  	
}

#header-nav1 ul {
	list-style: none;
}

#header-nav1 li {
	float: left;
	padding: 0px 42px 10px 42px;
}

#header-nav1 a {
	color: #999;
	text-decoration: none;
	display: inline;
	float: left;
}

#header-nav1 a:hover {
	color: #FFF;
	font-weight: bold;
	float: left;
}

#inhoud {
	background-color: #FFF;
	min-height: 500px;
	border-color: #FFF;
	color: #999;
	font-size: 0.9em;
}

#inhoud a:link {
	color: #999;
	text-decoration: none;
}

#inhoud a:visited {
	color: #999;
	text-decoration: none;
}

#inhoud a:hover {
	color: #CCC;
	font-weight: bold;
}

#inhoud-nieuws {
	background-color: #FFF;
	min-height: 300px;
	color: #666;
	font-size: 0.9em;
	padding: 0px 80px 0px 80px;
}

#inhoud-nieuws a:link {
	color: #999;
	text-decoration: none;
}

#inhoud-nieuws a:visited {
	color: #999;
	text-decoration: none;
}

#inhoud-nieuws a:hover {
	color: #CCC;
	font-weight: bold;
}

#afbeelding {
	text-align: center;
	float: none;
	padding: 20px;
}

#voet {
	color: #999;
	text-align: center;
	background-color: #FFF;
	border: 27px solid #FFF;
}
