html, body {
	margin: 0px;
	background-color: black;
	background-image: url(../images/achtergrond.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #CCCCCC;
	background-position: center top;
	font-size: 1em;
	height: 100%; /* voor IE */
}
#container {
	position: relative;
	top: 0px;
	margin: 0 auto;
	border: 0px;
	width: 1024px;
	min-height: 75%;
	height: auto !important; /* voor moderne browsers */
	height: 75%; /* voor IE */
}
#header  {
	margin: 0 auto;
	width: 1020px;
	height: 137px;
	background-image: url(../images/bos.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 4px;
}
#knoppenbalk {
	margin: 0 auto;
	height: 32px;
	background-color: white;
	filter: alpha(opacity=60); 	/* MSIE */
	opacity: 0.6; 				/* CSS3, FF1.6+ */
	-moz-opacity: 0.6; 			/* FF */
	padding-top: 12px;
}
#knoppen_container {
	position: relative;
	top: -36px;
	margin: 0 auto;
	width: 1020px;
	text-align: left;
	padding-left: 4px;
}
#knoppen {
	margin: 0 auto;
	width: 1020px;
	padding-left: 4px;
}
#content {
	width: 616px;
	text-align: left;
	float: left;
	padding-left: 4px;
	padding-right: 30px;
}
#footer {
	position: absolute;
	text-align: center;
	font-size: 0.8em;
	color: #666666;
	width: 100%;
	background-color: #333333;
	padding: 6px 0px 6px 0px;
	border: 0;
	letter-spacing: 0.1em;
}
.transparantelaag {
	background-color: #333333;
	filter: alpha(opacity=70); 	/* MSIE */
	opacity: 0.7; 				/* CSS3, FF1.6+ */
	-moz-opacity: 0.7; 			/* FF */
	color: white;
	width: 317px;
	float: left;
	padding: 12px;
	left: 650px;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	position: absolute;
}
.transparantelaag h3 {
	color: white;
	text-align: left;
}
.transparantelaag p {
	color: white;
	text-align: left;
}
.kruimels {
	font-size: 0.7em;
	font-style: italic;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 10px;
}
.lijst {
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height: 1.6em;
	color: #CCCCCC;
}
h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-top: 22px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
h2 {
	font-family: Georgia, Times, Times New Roman, serif;
	color: #FFFFFF;
	font-size: 1.1em;
	margin-top: 22px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	color: #FFFFFF;
	font-size: 1.1em;
	margin-top: 22px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
p	{
	font-family: Georgia, Times, Times New Roman, serif;
	color: #CCCCCC;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: justify;
}
a:link, a:visited, a:active {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: none;
}
a.intext:link, a.intext:visited, a.intext:active {
	color: #CCCCCC;
	text-decoration: underline;
}
a.intext:hover {
	color: white;
	text-decoration: none;
}	
a.clean:link, a.clean:visited, a.clean:active {
	color: #666666;
	text-decoration: none;
}
a.clean:hover {
	color: white;
	text-decoration: underline;
}

/*** uitklapmenu ***/

#navigation {
	height: 40px;
	line-height: 40px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:	left;
	width: 100%;
	z-index: 999;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	font-weight: 300;
	color: white;
	position: absolute;
	left: -15px;
	top: -5px;
}

#navigation li {
	float: left;
}

#navigation li a {
	clear: both;
	color: white;
	float: left;
	padding: 0px 4px 0px 20px;
	text-decoration: none;
}
#navigation li a:hover {
	clear: both;
	color: #006633;
	float: left;
	padding: 0px 4px 0px 20px;
	text-decoration: none;
}

#navigation li ul.subnavigation {
	clear: both;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	top: 41px;
	width: 200px;
}

#navigation li ul.subnavigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#navigation li ul.subnavigation li a {
	background-color: #333333;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #CCCCCC;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 100%;
	font-size: 0.9em;
	letter-spacing: 0em;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.last {
	border-bottom: 1px solid #CCCCCC;
}

#navigation li ul.subnavigation li a:hover {
	color: white;
	background-color: #666666;
}