body{
	margin: 0;
	padding: 0;
	background: #969a89;
	text-align: center;
	color: #fff;
}

body, p, td{
	font: 12px arial;
}
	
a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

a.mainmenu{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
a.mainmenu:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
a.mainmenu:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
a.submenu{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
a.submenu:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
a.submenu:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

h1{
	font-size: 14px;
	font-weight: bold;
	color: #e31818;
	margin: 0;
	padding: 0;
}
	
h2{
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	padding: 0;
}

.rood{
	color: #e31818;
}


/* ________________ containers ________________ */

#container{
	position: absolute;
	text-align: left;
	left: 50%;
	top: 0px;
	width: 786px;
	height: 662px;
	margin-left: -393px; /* half of width */
	background: #969a89;
}

#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 786px;
	height: 149px;
	background: #969a89 url(../images/logo.gif) no-repeat;
}
	
#kolom1header_padding, #kolom2header_padding, #kolom3header_padding, #kolom4header_padding{
	padding-top: 5px;
}

#kolom1{
	position: absolute;
	top: 149px;
	left: 0px;
	width: 196px;
	height: 481px;
	background: #f3cce2;
}
	
	#kolom1header{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 196px;
		height: 26px;
		background: #f3cce2 url(../images/header_kolom1.gif) no-repeat;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	#kolom1headerimage{
		position: absolute;
		top: 26px;
		left: 0px;
		width: 196px;
		height: 109px;
		background: #f3cce2 url(../images/kolom_passie.jpg) no-repeat;
	}

	#kolom1footer{
		position: absolute;
		top: 466px;
		left: 0px;
		width: 196px;
		height: 15px;
		background: #f3cce2 url(../images/footer_kolom1.gif) no-repeat;
	}

#kolom2{
	position: absolute;
	top: 149px;
	left: 196px;
	width: 197px;
	height: 481px;
	background: #c6e7ac;
}

	#kolom2header{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 197px;
		height: 26px;
		background: #f3cce2 url(../images/header_kolom2.gif) no-repeat;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	#kolom2headerimage{
		position: absolute;
		top: 26px;
		left: 0px;
		width: 197px;
		height: 109px;
		background: #f3cce2 url(../images/kolom_workshops.jpg) no-repeat;
	}

	#kolom2footer{
		position: absolute;
		top: 466px;
		left: 0px;
		width: 197px;
		height: 15px;
		background: #f3cce2 url(../images/footer_kolom2.gif) no-repeat;
	}

#kolom3{
	position: absolute;
	top: 149px;
	left: 393px;
	width: 197px;
	height: 481px;
	background: #c5c7c5;
}

	#kolom3header{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 197px;
		height: 26px;
		background: #f3cce2 url(../images/header_kolom3.gif) no-repeat;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}

	#kolom3headerimage{
		position: absolute;
		top: 26px;
		left: 0px;
		width: 197px;
		height: 109px;
		background: #f3cce2 url(../images/kolom_producten.jpg) no-repeat;
	}

	#kolom3footer{
		position: absolute;
		top: 466px;
		left: 0px;
		width: 197px;
		height: 15px;
		background: #f3cce2 url(../images/footer_kolom3.gif) no-repeat;
	}

#kolom4{
	position: absolute;
	top: 149px;
	left: 590px;
	width: 196px;
	height: 481px;
	background: #aed5dc;
}

	#kolom4header{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 196px;
		height: 26px;
		background: #f3cce2 url(../images/header_kolom4.gif) no-repeat;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	#kolom4headerimage{
		position: absolute;
		top: 26px;
		left: 0px;
		width: 196px;
		height: 109px;
		background: #f3cce2 url(../images/kolom_contact.jpg) no-repeat;
	}

	#kolom4footer{
		position: absolute;
		top: 466px;
		left: 0px;
		width: 196px;
		height: 15px;
		background: #f3cce2 url(../images/footer_kolom4.gif) no-repeat;
	}		

#footer{
	position: absolute;
	top: 630px;
	left: 0px;
	width: 786px;
	height: 32px;
	background: #4d4532;
	color: #fff;
}

	#footerpadding{
		text-align:center;
		padding-top: 8px;
	}
	
#sub1menu{
	position: absolute;
	top: 26px;
	left: 0px;
	width: 196px;
	height: 109px;
	background: #c3006d url(../images/submenu_kolom1.gif) no-repeat;
}

#sub2menu{
	position: absolute;
	top: 26px;
	left: 0px;
	width: 197px;
	height: 109px;
	background: #71c32f url(../images/submenu_kolom2.gif) no-repeat;
}

	#sub2menu ul{
		list-style: none;
		margin: 0;
		padding: 0;
		padding-top: 2px;
	}
		
		#sub2menu ul li{
			width: 196px;
			height: 21px;
		}

#sub3menu{
	position: absolute;
	top: 26px;
	left: 0px;
	width: 197px;
	height: 109px;
	background: #8a8f8b url(../images/submenu_kolom3.gif) no-repeat;
}

	#sub3menu ul{
		list-style: none;
		margin: 0;
		padding: 0;
		padding-top: 2px;
	}
		
		#sub3menu ul li{
			width: 196px;
			height: 21px;
		}

#sub4menu{
	position: absolute;
	top: 26px;
	left: 0px;
	width: 196px;
	height: 109px;
	background: #5dabb8 url('../images/submenu_kolom4.gif') no-repeat;
}

	#sub4menu ul{
		list-style: none;
		margin: 0;
		padding: 0;
		padding-top: 2px;
	}
		
		#sub4menu ul li{
			width: 195px;
			height: 21px;
		}
		
#pagemenu{
	position:absolute;
	left: 2px;
	top: 284px;
	width: 193px;
	height: 220px;
	z-index: 3;
}

	#pagemenu ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
		
		#pagemenu ul li{
			width: 195px;
			height: 21px;
		}
		
		#pagemenu ul li.passie{
			width: 193px;
			height: 21px;
			background: transparent url('../images/pagemenu_passie.gif') no-repeat;
		}
		
		#pagemenu ul li.passieactive{
			width: 193px;
			height: 21px;
			background: transparent url('../images/pagemenu_passie_active.gif') no-repeat;
		}
		
		#pagemenu ul li.workshop{
			width: 193px;
			height: 21px;
			background: transparent url('../images/pagemenu_workshop.gif') no-repeat;
		}
		
		#pagemenu ul li.workshopactive{
			width: 193px;
			height: 21px;
			background: transparent url('../images/pagemenu_workshop_active.gif') no-repeat;
		}
		
		#pagemenu ul li.product{
			width: 193px;
			height: 21px;
			background: transparent url('../images/pagemenu_product.gif') no-repeat;
		}
		
		#pagemenu ul li.productactive{
			width: 193px;
			height: 21px;
			background: transparent url('../images/pagemenu_product_active.gif') no-repeat;
		}
		
		#pagemenu ul li.contact{
			width: 193px;
			height: 21px;
			background: transparent url('../images/pagemenu_contact.gif') no-repeat;
		}
		
		#pagemenu ul li.contactactive{
			width: 193px;
			height: 21px;
			background: transparent url('../images/pagemenu_contact_active.gif') no-repeat;
		}

