body
{
	margin: 0;
	padding: 0;
	background-color: black;
}

h1, h2, h3, h4, h5, p
{
	margin: 0;
	padding: 0;
}

input
{
	border: 1px solid white;
	margin-left: 7px;
}

strong{
	color: white;
}

#rood
{
	background: #811900 url('afbeeldingen/bg.gif') repeat-x;
}

.container
{
	margin: 0 auto;
	width: 925px;
	text-align: left;
}

#logo
{
	color: #cdbdb9;
	font-family: arial;
}

#logo h1 a:link, #logo h1 a:active, #logo h1 a:visited
{
	float: left;
	margin: 43px 10px 0 0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size:0.9em;
	font-weight: normal;
	color: white;
	text-decoration: none;
	padding: 3px 10px 3px 0;
	border-right: 1px solid #7a554c; 
}

#logo h1 a:hover
{
	text-decoration: underline;
}

#logo p
{
	margin: 0;
	padding: 60px 0 0 0;
	font-family: verdana;
	font-size: 0.7em;
}

#logo a img
{
	margin-top: 40px;
	border: 0;
}

#navigatie
{
	padding-top: 13px;
	height: 75px;
}

#zoekfunctie{
	margin-top: 11px;
}

* html .menu{ /*IE6 and below hack.*/
	width: 100%;
}

.menu a.knop{
	float: left;
	margin-right: 1px;
	padding-left: 10px;
	height: 32px;
	display: block;
	font: bold 11px Verdana, Trebuchet MS;
	line-height: 23px; 
	text-decoration: none;
	background: url('afbeeldingen/nav-links.gif') no-repeat top left;
}

.menu a.knop:link, .menu a.knop:visited, .menu a:active{
	color: #e4d2cf;
}

.menu a.knop span{
	display: block;
	padding: 4px 14px 6px 4px;
	background: transparent url('afbeeldingen/nav-rechts.gif') no-repeat top right;
}

.menu a.knop:hover{
	background: url('afbeeldingen/nav-links-hover.gif') no-repeat top left;
}

.menu a.knop:hover span{
	color: white;
	background: transparent url('afbeeldingen/nav-rechts-hover.gif') no-repeat top right;
}

#zijbalk
{
	float: right;
	width: 300px;
	padding-top: 8px;
	color: #e1d2cf;
	font: 11px Verdana, Trebuchet MS;
}

#zijbalk a:link, #zijbalk a:active, #zijbalk a:visited{
	color: white;
	text-decoration: none;
}

#zijbalk a:hover{
	color: white;
	border-bottom: 1px solid white;
}

#zijbalk h3
{
	text-transform: uppercase;
	font: bold 11px Verdana, Trebuchet MS;
	color: white;
}

#zijbalk p
{
	padding: 20px 0 24px 0;
	line-height: 185%;
}

#zijbalk .visitekaart p
{
	padding: 15px 0 0 0;
	line-height: 185%;
}

#zijbalk .veld
{
	margin: 9px 0 25px 0;
	border-top: 1px solid #841901;
}

#zijbalk .visitekaart{
	padding: 0 15px 15px 15px;
	color: #e1d3cf;
	background-color: #611300;
}

#inhoud
{
	margin-right: 340px;
}

#inhoud h2
{
	color: white;
	font: normal 1.1em Verdana, Trebuchet MS;
}

#inhoud h2 a:link, #inhoud h2 a:active, #inhoud h2 a:visited
{
	color: white;
	text-decoration: none;
}

#inhoud h2 a:hover
{
	color: white;
	text-decoration: none;
}

#inhoud h3
{
	padding-top: 15px;
	color: white;
	font: normal 1.1em Verdana, Trebuchet MS;
}


#inhoud h3 a:link, #inhoud h3 a:visited, #inhoud h3 a:active
{
	color: white;
	text-decoration: underline;
}

#inhoud h4
{
	padding-top: 22px; 
	color: #ea2a2a;
	font: x-small Verdana, Trebuchet MS;
}

#inhoud h4 a:link, #inhoud h4 a:active, #inhoud h4 a:visited{
	color: white;
}

#inhoud img{
	float:right;
	border:3px solid white;
	margin: 0 0 15px 15px;
}

#inhoud p{
	margin: 20px 0 22px 0;
	color: #e3d3cf;
	font-size: small;
	font-family: Verdana, Trebuchet MS;
	line-height: 155%;
	text-align: justify;
}

#inhoud ol{
	color: #e3d3cf;
	font-size: small;
	font-family: Verdana, Trebuchet MS;
	line-height: 155%;
	text-align: justify;
}

#inhoud ul{
	color: #e3d3cf;
	font-size: small;
	font-family: Verdana, Trebuchet MS;
	line-height: 155%;
	text-align: justify;
}

#inhoud .veld
{
	margin-top: 8px;
	padding-bottom: 1px;
	border-top: 1px solid #841901;
}

#inhoud .more-link{
	color: white;
	font-size: 0.9em;
}

#inhoud p a:link, #inhoud p a:visited, #inhoud p a:active{
	color: white;
	font-size: 0.9em;
}

#inhoud ul a:link, #inhoud ul a:visited, #inhoud ul a:active{
	color: white;
	font-size: 0.9em;
}

#inhoud ol a:link, #inhoud ol a:visited, #inhoud ol a:active{
	color: white;
	font-size: 0.9em;
}

.navigation{
	padding-bottom: 20px;
}

.navigation a:link, .navigation a:visited, .navigation a:active{
	color: white;
	font: x-small Verdana, Trebuchet MS;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation a:hover{
	color: white;
	font: x-small Verdana, Trebuchet MS;
	border-bottom: 1px solid white;
	text-transform: uppercase;
}

.clear
{
	clear: both;
}

h5{
	text-transform: uppercase;
	font: bold 11px Verdana, Trebuchet MS;
	color: white;
}

#archief
{
	float: right;
	width: 300px;
	padding-top: 25px;
	text-transform: capitalize;
}

#archief a:link, #archief a:visited, #archief a:active{
	color: #cfcfcf;
	font: 11px Verdana, Trebuchet MS;
	text-decoration: none;
	padding: 1em 0 1em 0;
}

#archief a:hover{
	color: white;
	font: 11px Verdana, Trebuchet MS;
}

#archief ul
{
	margin: 15px 0 0 0;
	padding: 0;
}

#archief ul li
{
	padding: 0.35em 0 0.35em 0;
	list-style-type: none;
	border-bottom: 1px solid #3d3d3d;
}

#berichten
{
	padding-top: 25px;
	margin-right: 340px;
}

#berichten a:link, #berichten a:visited, #berichten a:active{
	color: #cfcfcf;
	font: 11px Verdana, Trebuchet MS;
	text-decoration: none;
	padding: 1em 0 1em 0;
}

#berichten a:hover{
	color: white;
	font: 11px Verdana, Trebuchet MS;
}

#berichten ul
{
	margin: 15px 0 0 0;
	padding: 0;
}

#berichten ul li
{
	padding: 0.35em 0 0.35em 0;
	list-style-type: none;
	border-bottom: 1px solid #3d3d3d;
}

#voetnoot
{
	margin-top: 30px;
	padding-bottom: 45px;
	font: 10px Verdana, Trebuchet MS;
	text-transform: uppercase;
	color: #666;
	line-height: 185%;
}

#voetnoot ul{
	margin: 0;
	padding: 0;
}

#voetnoot li{
	border-left: 1px solid #666;
	padding: 0 2px 0 6px;
	display: inline;
	list-style-type: none;
	
}

#voetnoot a:link, #voetnoot a:visited, #voetnoot a:active{
	color: #9d9d9d;
	text-decoration: none;
}

#voetnoot a:hover{
	color: white;
	border-bottom: 1px solid white;
}

.rechts
{
	float: right;
	text-align: right;
	width: 300px;
}

.links
{
	margin-right: 340px;
}