
html, body, #box {
	margin: 5px;
	padding:0;
	height: 101%;
}
body {
	font: 1em Arial, Helvetica, sans-serif;
	color:#FFF;
	background: #999 ;
}
#box {
	width: 1100px;
	margin: 0 auto;
	background-color: #333;
	height: auto;
	
}
#kop {
	width: 100%;
	height: 225px;
	background:url(kop.jpg) no-repeat top;
	position: relative;
}

#inhoud {
	width: 96%;
	padding: 2%; 
}
#inhoud img {
	border: none;
	}
#inhoud a {
	color:#CCC;
	}
#inhoud h1 {
		font: 1.5em Arial, Helvetica, sans-serif;
	color:#FFF;
	}
#inhoud h2 {
		font: 1.4em Arial, Helvetica, sans-serif;
	color:#FFF;
	}
#inhoud h3 {
		font: 1.2em Arial, Helvetica, sans-serif;
	color:#FFF;
	}
#voet {
	width: 96%;
	padding: 2%;
	border-top: 1px solid #999;
	background-color: #333;
	font-size: 90%;
	text-align: center;
	}
#voet a {
	color:#CCC;
	text-decoration:none;
	}
#voet img  {
	border:none;
	}

#menu {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 3px solid #666;
	font: 0.9em Arial, Helvetica, sans-serif;
}
#menu ul {
	margin: 0;
	padding:0;
	list-style: none;
}
#menu ul li {
	float: left;
	margin-left: 6px;
	background:url(../picture/tab.png) no-repeat top;
	padding-top: 4px; 
}
#menu ul li a {
	width: 100px;
	padding: 4px 8px;
	background-color: #333;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
}
#menu ul li:hover {
	background:url(../picture/tab.png)
}
#menu ul li:hover a {
	background-color:#333;
	color:#F00;
}
#menu ul li.actief {
	border-bottom: 3px solid #333;
	margin-bottom: -3px;
	background-color:#FFF;
	/*background-image:url(../picture/tab.png); */
}
#menu ul li.actief a {
	background-color: #333;
	color: #eee;
}
.clear {
	clear:both;
	}
/* login aanmelden*/
 #aanmeldformulier {
	 color: #eee;
 	width: 400px;
	float: left;
 }
 #aanmeldformulier label {
 	width:180px;
	text-align: right;
	margin-right: 10px;
	display:block;
	float: left;
 } 
 #aanmeldformulier input {
  width: 100px;
 }
 #aanmeldformulier legend {
 	color:#eee;
	font: bold;
	text-decoration: underline;
 }
 /* foutmelding*/
 .fout {
 	color: #C00;
	font-weight: bold;
	clear:both;
 }
 
 
 
 
 
#fotoKlein {
	width: 360px;
	height: 450px;
	float: right;
}
/* De lijst stijl verwijderen*/
#fotoKlein ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* formaat van  de foto's aanpassen*/
#fotoKlein img {
	width: 100px;
	height: auto;
	border: 1px solid #870;
	/* foto's naast elkaar plaatsen en van elkaar verwijderen*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
