/**
 * Worlds.css - Worlds specific stylesheet
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* Waterwoon wereld */

#waterwoon-page #header {
	background: url(../img/waterwoon-content-bg.jpg) repeat-x top center !important;
}

#waterwoon-page #content {
	background: url(../img/waterwoon-content-bg.jpg) repeat-x bottom center !important;
}


/* Duurzame wereld */

#duurzaam-page #header {
	background: url(../img/duurzaam-content-bg.jpg) repeat-x top center !important;
}

#duurzaam-page #content {
	background: url(../img/duurzaam-content-bg.jpg) repeat-x bottom center !important;
}


/* Leefbare wereld */

#leefbaar-page #header {
	background: url(../img/leefbaar-content-bg.jpg) repeat-x top center !important;
}

#leefbaar-page #content {
	background: url(../img/leefbaar-content-bg.jpg) repeat-x bottom center !important;
}

/*#leefbaar-page #header,
#leefbaar-page #content {
	background: #73797f !important;
}*/

