body {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #FFCC99;
	font-size : 12px;
}

a:link {
	color : Black;
	background-color :#FFDEBE;
	text-decoration : none;
}

a:visited {
	color : Black;
	background-color : #FFDEBE;
	text-decoration : none;
	
}

a:hover {
	color : #FD3D33;
	background-color : #FDEEDF;
	text-decoration : underline;
}

a:active {
	color : Black;
	background-color : #FFDEBE;
	text-decoration : none;
}

a {
	display: block;
	
}

h2 {
	text-align : center;
	color : #FD3D33;
}

h3 {
	text-align : center;
	color : #FD3D33;
}

ul {
	list-style : none;
	padding : 10px 10px 10px 10px;
}

#container{
	background-color :#FFDEBE;
	width : 860px;
	border: 4px solid #FFB267;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#logo{
	height: 195px;
	background-image : url(images/roodlogo1.jpg);
	border: 4px solid #FFB267;
	margin-left : 10px;
	margin-right : 10px;
	margin : 10px;
}
#inhoud {
	border: 0px solid black;
	width : 600px;
	float : left;
	margin-bottom : 20px;
	margin-left : 5px;
}    

#navigatie {
	border: 0px solid Black;
	width: 200px;
	margin-left : 20px;
	float : left;
}

#nav {
	width: 115px;
	border: 4px solid #FFB267;

} 

#link {
	color : red;
	background-color :#FDEEDF;
	display: inline;
	
} 
.home{
	background-image: url(images/roodlogo1.jpg);
	background-attachment : inherit;
	height: 195px;
}

.inhoud {
	background-color : #FDEEDF;
	padding-right: 10px;
	padding-left:10px;
	border: 4px solid #FFB267;
	
}  
.nav2{
	padding : 6px;
	border: 1px solid #FFB267;
	}

.footer{
	height:30px;
	background-image : url(images/footer.jpg);
	text-align : center;
	font-size: x-small;
	border: 4px solid #FFB267;
	vertical-align : bottom;
	margin-left : 10px;
	margin-right : 10px;
}

.knopjes {
	text-align : center;
}

.picje {
	text-align : right;
	width : 860px;
	height: 32px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 5px;
	
}  