
/*---- COLORS ----*/

/*-- body backgrounds --*/


body.home {
	background:url('../gfx/backgrounds/body-bg-home.gif') no-repeat;
}

body.overezs {
	background:url('../gfx/backgrounds/body-bg-overezs.gif') no-repeat;
}

body.projecten {
	background:url('../gfx/backgrounds/body-bg-projecten.gif') no-repeat;
}

body.actueel {
	background:url('../gfx/backgrounds/body-bg-nieuws.gif') no-repeat;
}

body.contact {
	background:url('../gfx/backgrounds/body-bg-contact.gif') no-repeat;
}


/*-- heading colors --*/
	.home h1,
	.home h2,
	.home h3,
	h1.home,
	h2.home,
	h3.home,{
		color:				#1c1718;
	}
	
	.overezs h1,
	.overezs h2, 
	.overezs h3,
	h1.overezs,
	h2.overezs, 
	h3.overezs  {
		color:				#339fd7;
	}
	
	.projecten h1,
	.projecten h2,
	.projecten h3,
	h1.projecten,
	h2.projecten,
	h3.projecten  {
		color:				#ff7800;
	}
	
	.actueel h1,
	.actueel h2,
	.actueel h3,
	h1.nieuws,
	h2.nieuws,
	h3.nieuws {
		color:				#58ac25;
	}
	
	.contact h1,
	.contact h2,
	.contact h3,
	h1.contact,
	h2.contact,
	h3.contact {
		color:				#126792;
	}
	
	.home div.ruler {
		background-image: url('../gfx/backgrounds/hr-bg-home.gif');
	}
	
	.overezs div.ruler {
		background-image: url('../gfx/backgrounds/hr-bg-overezs.gif');
	}
	
	.projecten div.ruler {
		background-image: url('../gfx/backgrounds/hr-bg-projecten.gif');
	}
	
	.nieuws div.ruler{
		background-image: url('../gfx/backgrounds/hr-bg-nieuws.gif');
	}
	
	.contact div.ruler {
		background-image: url('../gfx/backgrounds/hr-bg-contact.gif');
	}
