/*
333333 gray font
a61617 red bg

b64225 brown; 
*/

body {
	font-family: Arial, Helvetica, Myriad, Verdana, Sans-Serif;
	line-height: 1.5em;
	color: #444444;
}

a:link, a:visited {
	color: #b64225;
	}
a:hover, a:active {
	color: #b64225;
	text-decoration: none;
}
	
h1 {
	margin: 1em 0 .5em 0;
	color: #b64225;
	font-weight: normal;
	font-size: 150%;
}
h2 {
	margin: .5em 0 0 0;
	color: #b64225;
	font-size: 110%;
}
p {
}

ul, ol {
	margin-left: 1.3em;
	}

	div.clear {
		display: block;
		clear: both;
		}

#container {
	width: 940px;
	margin: 0 auto;
	background: url(/img/logo_bg.gif) repeat-y top right;
	overflow: auto;
	zoom: 1;
	}
	
#header {
	width: 910px;
	margin: 0;
	background: url(/img/menu_bg_2011_jubileum.jpg) no-repeat top left;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	height: 345px;
	background: url(/img/logo.gif) no-repeat top left;
	z-index: 20;
	}
			

	
#wrapper {
	clear: both;
}
	#leftbar {
		width: 240px;
		height: 528px;
		float: left;
		background: url(/img/leftbar_bg_2011_jubileum.jpg) no-repeat top left;
		}
		
	#main {
		float:right;
		width: 700px;
		display: block;
		}
	#content {
		padding: 0 4em 0 2em;
		overflow: auto;
		zoom: 1;
		}
		#content p span {
			float: left;
			margin: 6px 1em 1em 0;
			}
				.afbMetOnderschr small {
					font-style: italic;	
					margin: 0 0 0 5px;
				}
	
	
		div.colLeft {
			width: 47%;
			float: left;
			display: inline;
		}
		div.colRight {
			width: 47%;
			float: right;
			display: inline;
		}
		
			
		
#publicatie {
	list-style: none;
	}
	#publicatie li {
		clear:both;
		margin:0 0 1.5em;
		overflow:auto;
		zoom: 1;
		}
		#publicatie li span.img {
			width: 180px;
			display: block;
			float: left;	
		}
		#publicatie li h5 {
			width: 50px;
			display: block;
			float: left;	
		}
		#publicatie li p {
			width: 360px;
			display: block;
			float: left;	
		}
			



		
		

#fotoalbum {
	list-style: none;
	}
	#fotoalbum li {
		float: left;
		margin: 0 3em 3em 0;
		}

		
		
		
		
.VoorbijJaar {
	clear:both;
	margin:0 0 10px;
	overflow:auto;
	}
	.VoorbijJaar h3 {
			width: 100px;
			float: left;
		}
	.VoorbijJaar ul {
		float: left;
		width: 500px;
		}
		.VoorbijJaar ul a {
			color: inherit;
			display: block;	
		}
	
		
/*	FORM	*/

form ul {
	list-style: none;
	margin: 1em 0 0 0;
	}
form ul li {
	margin: 0 0 1em 0;
	}
	
form label {
	display: block;
	float: left;
	width: 140px;
	}
	form label.error {
		color:red;
		display:inline;
		float:none;
		margin:0 0 0 1em;
		}
	
	form span.radio input,
	form span.radio label {
		width: auto;
		display: inline;
		float: none;
		}


