html, body {
padding: 0px;
margin: 0px;
}
#inhoud .thumb {
	height: 104px;
	width: 125px;
	float: left;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #001926;
		
}
h1 {
	font-size: 11px;
	color: #FF0000;
}
#wrapper {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#container {
	height: auto;
	width: 820px;
	margin-left: auto;
	margin-top: 50px;
	overflow: auto;
	margin-right: auto;
	border: 1px solid #999999;
}
#footer {
	height: 45px;
	width: 100%;
	bottom: 0px;
	background-color: #FF0000;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#navigatie {
	height: auto;
	width: 200px;
	text-decoration: none;
	float: left;
	position: relative;
	padding-left: 15px;
	bottom: 0px;
	padding-bottom: 0px;
	padding-top: 220px;
}
#navigatie a:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#navigatie a:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#navigatie a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
#navigatie a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#inhoud {
	width: 600px;
	float: left;
	height: auto;
	text-align: justify;
}
.floatrechts {
	float: right;
	height: 280px;
	width: 230px;
	margin-left: 8px;
}
.accent {
	font-weight: bold;
	color: #F00;
}
.lijntje {
	padding: 10px;
	border: thin double #F00;
}

