/***** COLOR CHART *********

333333 black font
D7500F orange font
D5CDAE gray lineborder
F1DE95 yellow background

***************************/

@import url(/include/css/editor.php);
body {
	background: #F1DE95 url(/image/body_bg.gif) repeat-y center top;
	overflow: -moz-scrollbars-vertical;
}

/*	HEADER	*/

#header {	
	height: 176px;
	background: #F1DE95 url(/image/header_bg.gif) repeat-x;
}	
	#header #wrapper {
		width: 932px;
		height: 176px;
		margin: 0 auto;
		background: url(/image/header_foto.jpg) no-repeat bottom right;
	}
		#header #wrapper a#logo {
			float: left;
			margin: 13px 0 0 18px;
			padding: 14px 0 0 76px;
			width: 610px;
			height: 44px;
			background: url(/image/logo.gif) no-repeat;	

			font-size: 160%;
			font-style: italic;
			text-decoration: none;
		}
		#header #wrapper #spits {
			float: right;
			margin: 0 65px 0 0;
			width: 49px;
			height: 71px;
			background: transparent url(/image/header_torenspits.gif) no-repeat;
		}
		#header #wrapper #stripes {
			clear: both;
			float: left;
			width: 100%;
			height: 105px;
			background: transparent url(/image/header_stripes.jpg) no-repeat 1px 0px;
		}
		
/*	HEADER HOME	*/

#header.home {
	height: 333px;
	background: #F1DE95 url(/image/headerHome_bg.gif) repeat-x;
}
	#header.home #wrapper {
		background: none;
	}
		#header.home #wrapper a#logo {
			margin: 23px 0 0 12px;
			padding: 30px 0 0 115px;
			width: 649px;
			height: 71px;
			background: url(/image/logo_home.gif) no-repeat;	
			
			font-size: 160%;
		}
		
		#header.home #wrapper #spits {
			margin: 0 88px 0 0;
			width: 68px;
			height: 124px;
			background: transparent url(/image/headerHome_torenspits.gif) no-repeat;
		}
		#header.home #wrapper #stripes {
			width: 360px;
			height: 134px;
			padding: 65px 52px 0 20px;
			background: transparent url(/image/headerHome_stripes.jpg) no-repeat;
			
			font-size: 16px;
			font-style: italic;
			color: white;
			line-height: 1.8em;
		}
		#header.home #wrapper #church {
			float: left;
			width: 500px;
			height: 209px;
			background: transparent url(/image/headerHome_foto.jpg) no-repeat;
		}


/*	MAIN	*/
#main {
	width: 930px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	background: white;
	border-right: 1px solid #C0AE64;
	border-left: 1px solid #C0AE64;
	
	line-height: 1.5em;
}

	/* HOMEPAGE BLOKKEN	*/
	#main div.homepageblock {
		display: block;
		float: left;
		width: 270px;
		height: 210px;
		padding: 0 20px;
		border-right: 1px solid #D5CDAE;
	}
		#main div.last {
			padding: 0 0 0 20px;
			border: none;
		}
		#main div.homepageblock h2 {
			margin: 0 0 20px 0;
			font-size: 170%;
			font-style: italic;
			font-weight: normal;
			color: #D7500F;
		}
		#main dl {
			clear: both;
			overflow: auto;
			margin: 0 0 10px 0;
		}
		#main dl dt img {
			padding: 1px;
			border: 1px solid #D7500F;
			float: left;
			margin: 0 8px 0 0;
		}
		#main dl h3 {
			font-weight: bold;
			color: #D7500F;
		}

		
	/*	OPSOMMING	*/
	
	#main ul  {
		list-style-image: url(/image/bullet_orange.gif);
		list-style-type: circle;
		margin: 0 0 18px 0;
	}
		#main ul li {
			margin: 0 0 0 14px;
		}

	/*	LEFTBAR	*/
	
	#main .leftbar {
		display: block;
		float: left;
		min-width: 274px;
		padding: 0 20px;
	}
		#main .leftbar img {
			padding: 1px;
			border: 1px solid #D7500F;
		}
		#main .leftbar p {
			font-style: italic;
		}


	/* CONTENT */
	
	#main #content {
		display: block;
		float: left;
		padding: 10px 0 0 20px;
		border-left: 1px solid #D5CDAE;
		width: 550px;
	}
	#main #content h1 {
		margin: 0 0 20px 0;
		font-size: 170%;
		font-style: italic;
		color: #D7500F;
	}
/*	FOOTER	*/

#footer {
	width: 932px;
	margin: 0 auto;
	background: transparent url(/image/footer_bg.gif) no-repeat;
	padding: 20px 0 15px 0;
	font-size: 80%;
	text-align: center;
}
	#footer a {
		font-size: 100%;
		
	}