body	{
	background: #ffffa4;  /*lichtstgeel*/
	color: #333; /*donkergrijs*/
	font-size: 100%;
	margin: 0;
	padding: 0;
	}

#buitenste_schil {
	width: 1000px;
	margin: auto;
	clear: both;
}

#header {
 	background-image:url(images/panontmkerk_1000.jpg);
 	height: 300px;
}

#header_top_tekst {
	position: relative;
	display: block;
	text-align: left;
	height: 150px;
	width: 700px;
	float:right;
	top: -10px;
}

#header_voet_tekst {
	display: block;
	clear: all;
	float: left;
	left:	10px;

	height: 20px;
	color: #ffff00;
	margin: 10px;
}

#header_logo {
	position: relative;
	left: 600px;
	top: 0px;
}


#navigeren {
	width: 20%;
	position: relative;
	float: left;
	display: block;
	margin: 2px;
	top: 2px;
	font-size:100%;
	/* background:  #ffffa0; */ /*geel*/ 
	}

#navigatie{
	list-style:none;
	text-decoration: none;
	text-align: center;
	padding: 5px 5px 5px 5px;

	}
	
#navigatie li {
	margin-top:2px;
}
	
#navigatie a{
	text-decoration: none;
	background:  #ffffa0;
	}

#navigeren a {
	text-decoration: none;
	display: block;
	}

#navigeren a:link {
	color: #222; /*donkergrijs*/
	}

#navigeren a:visited{
	color: #555; /*donkergrijs*/
	}
	
#navigeren a:hover{
	background-color: white; 
	}
	
#navigeren li{
	border-style: outset;
	border-width: 4px;
	border-color: orange maroon maroon orange;
	}

#kolom_links {
	position: relative;
	float:left;
	display: block;
	width: 190px;
	padding: 5px;
}

#kolom_links img {
	position: relative;
	left: 10px;
	 width:165px; 
}

#kolom_links p {
	text-align: center;
	font-style:	italic; 
	font-size: 14px;
}

#terzijde {
	position: relative;
	float:right;
	display: block;
	width: 250px;
	background: #ffbf3b; /*bruingeel*/
	border: none; 
	}

.terzijde_content {
	padding: 5px;
	background: #ffbf3b; /*bruingeel*/
	font-size: 14px; 
	}


#inhoud {
	position: relative;
	padding: 5px;
	width: 540px;
	float:left;
	display: block;
	}
	
h1	{
	font-size:350%;
	color: red;
	}
h3	{
	color: maroon;
	}
