body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/patroon.jpg);
	background-repeat:repeat;
}
#body{
	background-color:#e9eaea;
}
/*** algemeen start ***/
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
}
p{
	padding:0px;
	padding-bottom:15px;
	margin:0px;
	font-size: 12px;
	color: 	#000000;	
}
h1{
	margin: 0px;
	padding: 0px;
	padding-bottom:40px;
	color:#6D6E71;
	font-size: 30px;
	font-weight:normal;
}
h1 span{
	font-size: 30px;
}
h2{
	color: 	#6D6E71;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	padding-bottom:12px;
	padding-top:22px;
	font-weight:normal;
}
ul {
	color: 	#000000;
	font-size: 12px;
	margin: 0px;
	margin-left:8px;
	padding: 0px;
	padding-left:8px;
	font-weight:normal;
}
li {
	color: 	#000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	list-style-image:url(ster_bruin.png);
}
a{
	text-decoration: underline;
	color: #000000;	
}
a:hover{
	color: #7e553a;	
}
/*** algemeen einde ***/

/*** outlines start ***/
#main {
	width: 98%;
}
	#container {
		width: 956px;
		position: relative;
		background-color: #6d6e71;
		display: table;
	}
		#col_left{
			width: 213px;
			float: left;
			overflow: visible;	
			display: table;	
			background-color: #6d6e71;
			height: 100%;
		}
			#menu_container{
				margin:0px;
				padding:0px;
				width: 213px;
				overflow: hidden;
				margin-top: 68px;
			}
			#menu_container a{
				color: #ffffff;
				text-decoration: none;	
				
			}
			#menu_container a:hover{
				color: #7e553a;	
			}
			#logo{
				width: 213px;
				overflow: hidden;
				background-image: url("./images/logo_hollebus.gif");
				height: 213px;
			}	
		#content{
			width: 743px;
			float: left;
			display: table;
		}
			#content_container{
				width: 743px;
			}
			.content_table {
				width:743px;
				
			}
			.content_table_header {
				height:213px;
			}
			.content_table_content {
				padding-top:70px;
				padding-bottom:100px;
				padding-left:70px;
				padding-right:78px;
				background-color: #feeee0;
				background-image: url("./images/bg_content.jpg");
				background-position: left top;
				background-repeat:no-repeat;
				vertical-align: top;
				height: 571px;
			}
			
	#footer{
		height: 28px;
	 	width: 956px;
	 	background-image: url("./images/bg_footer.gif");
	 	background-repeat: no-repeat;
	 	bottom: 0px;
	 	float: left;
	 	position: relative;
	 	background-color: #6d6e71;
	}
		#footerLinks{
			width: 800px;
			left: 124px;
			height: 20px;
			color:#ffffff;
			font-size: 10px;
			position: absolute;
			top: 7px;
		}
		#footerLinks a{
		 	font-size: 10px;
		 	color:#ffffff;
		 	text-decoration: none;
		}
		#footerLinks a:hover{
		 	color:#FEEEE0;
		}
/*** outlines einde ***/	


/**** menu start****/	

ul#menu{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
ul#menu li{
	width: 190px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-left: 23px;
	list-style:none;
	list-style-image:none;
	border-bottom: 1px #6d6e71 solid;
	border-top: 1px #6d6e71 solid;
}
ul#menu li a{
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding-top:5px;
	padding-bottom:9px;
	padding-left:25px;
	height:10px;
	background-image:url(ster_wit.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
	ul#menu #active_menu{
		border-bottom: 1px #fff solid;
		border-top: 1px #fff solid;
	}
		ul#menu #active_menu a {
		color:#FEEEE0;
	}
ul#menu li a:hover{
	text-decoration: none;
	color:#FEEEE0;
	background-image:url(ster_roze.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
	#menu .menu_child{
		width: 213px;
		margin: 0px;
		padding: 0px;
		text-align: left;
	}
	#menu .menu_child li {
		margin: 0px;
		padding: 0px;
	}
	#menu .menu_child li a{
		color:#ffffff;
		font-size: 11px;
		display: block;
		width: 213px;
		padding-top:3px;
		padding-bottom:0px;
		height:18px;
	}
	#menu .menu_child li a:hover{
		color:#ffffff;
		text-decoration: none;
	}
	#menu .menu_child li a.hblue:hover{
		text-decoration: none;
	}
	
/**** menu einde****/

/*** sitemap start ***/

#sitemap{
	font-size: 11px;	
	color: #939598;
}
#sitemap ul{
	list-style: disc;
	padding-left: 0px;
	margin-left: 15px;
}
#sitemap > ul > li{
	margin-left: 5px;
}

/*** sitemap einde ***/

#home_link{
	position: absolute;
	width:220px;height:50px;
	top: 10px;
	left:15px;		
}
#home_link >  a{
	display: block;
	height: 50px;
	z-index: 10;
	cursor: pointer;
}


/*** fotoalbum ***/
#fotoLinks{
	display: none;	
}

