body {
	margin-top: 0px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
	color: #FF0004;
}
.thumbNormal {
border:4px solid #000000;
}
.thumbSelected {
border:4px solid #ff0000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

	

#geheel	{
	padding: 3px;
	width: 900px;
	margin-right: 2%;
	margin-left: 4%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#FF0004;
	}


#header	{
	Height:			150px;
	width:			900px;
	background-image: url(./images/header.jpg);
	background-color: white;
	position: relative;
	margin-bottom: 2px;
	}


#inhoud	{
	width:			900px;
	margin-bottom: 		2px;
	background-image: url(./images/inhoud.jpg);
	background-color: 	#666666;
	overflow:		hidden;
	}

#text	{
	width: 750px;
	height: 550px;
	float: left;
	padding-left: 5px;
	padding-right: 2px;
	overflow:auto;
	border-right-width: 2px;
	border-right-style:dotted;
	border-right-color:#FF0004;;
	}
	
#text a {
	text-decoration:none;
	color: #FFCC00;
	}
	
#text a:hover {
	text-decoration:none;
	color:#3bbd2b;
	}

#menu	{
	width: 136px;
	height:550px;
	float: right;
	padding-left: 2px;
	}
	
#menu a {
	text-decoration:none;
	color:black;
	}
	
#menu a:hover {
	text-decoration:none;
	color:#3bbd2b;
	}
	

#footer	{
	height: 25px;
	width: 900px;
	background-color: 	#77736f;
	background-image: url(./images/footer.jpg);
	}

	

