body {
		background-color			: #FFFFFF;
		background-attachment		: fixed;
		font-family					: Verdana, Arial, Helvetica, sans-serif;
		text-align					: center;
		background-image			: url(images/bg_doos.jpg);
		background-repeat			: no-repeat;
		background-position			: center;
		background-position			: top;
		background-attachment		: fixed;
}

* {
		margin						: 0px;
		padding						: 0px;
}


html {
		height						: 100%; 
		margin-bottom				: 1px; /* Forces vertical scroll bar to be visible */
}
		
#wrapper {
		width						: 980px;
		margin-top					: 10px;
		margin-right				: auto;
		margin-left					: auto;
		background-image			: url(images/bg_content.gif);
		background-repeat			: repeat-y;
		text-align					: left;
}

#kop {
		background-image			: url(images/logo.jpg);
		background-repeat			: no-repeat;
		height						: 115px;
		width						: 700px;
		margin-left					: 280px;
}


#mainphoto {
		background-image			: url(images/main_photo.jpg);		
		background-repeat			: no-repeat;
		height						: 248px;
		width						: 700px;		
		margin-left					: 280px;
}


#shadow {
		background-image			: url(images/shadow.jpg);		
		background-repeat			: no-repeat;
		height						: 17px;
		width						: 700px;		
		margin-left					: 280px;
}

/* -------------- N A V I G A T I E ---------------- */

#nav {
		background-color			: #000000;
		padding-top					: 5px;
		padding-bottom				: 5px;
		padding-left				: 15px;
		width						: 685px;		
		margin-left					: 280px;
}

#navlist li {
		display						: inline;
		list-style-type				: none;
		padding-right				: 20px;
		text-transform				: capitalize;
}

#navlist a {
			text-decoration			: none;
			color					: #FFFFFF;
			font-size				: 15px;
			font-weight				: bolder;
}

#navlist a:hover {
			color					: #9a721d;
}


/* -------------- C O N T E N T ---------------- */

/* #col1 {
		float						: left;
		width						: 465px;
		margin-left					: 295px;
}


#col2 {
		float						: right;
		width						: 140px;
		margin-left					: 800px;
}

*/


#content_container {														/* Hier zitten left en right in */
	background:url(groenstrook.jpg);
	background-repeat:no-repeat;
}


#content {
	float							: left;
	width							: 465px;
	margin-left						: 295px;
	  display: inline;
}

#beeld {
	float							: left;
	width							: 175px;
	margin-left						: 35px;	
	  display: inline;		
}


#footer {
		clear						: both;
		height						: 20px;
		background-color			: #9a721d;
		width						: 696px;
		margin-left					: 280px;
		border-left					: solid 2px #000000;
		border-right				: solid 2px #000000;
		border-bottom				: solid 2px #000000;				
		}


.image {
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	align:center;
	margin-left:3px;
}


.sidebar {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
	line-height: 140%;
}


/* -------------- OPMAAK TEKST -------------- */


p {
	margin-bottom: 10px;
	color: #000000;
	font-size: 90%;
	line-height: 140%;
	text-align: left;
}

li {
	margin-bottom: 10px;
	color: #000000;
	font-size: 90%;
	line-height: 140%;
	text-align: left;
	margin-left: 15px;
}

h1 {
	font-size: 36px;
	color: #DAD6CF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

h2 {
	font-size: 20px;
	color: #B4AA9E;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

h3 {
	font-size: 140%x;
	color: #996305;
	padding-bottom: 10px;
	padding-top: 5px;	
}

#footer p {
	color: #996305;
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
}

a:link {
	color:#000000;
	text-decoration: underline;

}

a:visited {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#9a721d;
	text-decoration: underline;
}

a:active { color:#00000;
}

.fotobijschrift {
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:left;
}

