/**
* SECTION-SPECIFIC COLORING
* projecten: #798388
* brandstofvoorziening: 9F9892
* industriele verlichting: 1D6422
* gereedschappen: E4BC00
* stroomvoorziening: 64A226
* industriele perslucht: 2B8EB9
* lasapparatuur: E38E00
*/


/* ------------ projecten ------------ */


#siteWrapper.projecten #main-content h1{
	color: 				#fff;
	background-color: #798388;
}

#siteWrapper.projecten #small-header {
	background-image: url('/img/sectionheaders/projecten.jpg');
}

#siteWrapper.projecten div.table-wrapper, 
#siteWrapper.projecten table.two-col,
#siteWrapper.projecten div.table-wrapper em.footnote {
	border-color: #798388;
}

#siteWrapper.projecten table.two-col tr.odd {
	background-color: #F1F2F3;
}


/* ------------ lasapparatuur ------------ */

#siteWrapper.lasapparatuur #main-content h1 {
	color: 				#fff;
	background-color: #E38E00;
}

#siteWrapper.lasapparatuur #small-header {
	background-image: url('/img/sectionheaders/lasapparatuur.jpg');
}

#siteWrapper.lasapparatuur div.table-wrapper, 
#siteWrapper.lasapparatuur table.two-col
{
	border-color: #798388;
}

#siteWrapper.lasapparatuur table.two-col tr.odd {
	background-color: #FCF3E5;
}

/* ------------ gereedschappen ------------ */

#siteWrapper.gereedschappen #main-content h1 {
	color: 				#000;
	background-color: #E4BC00;
}

#siteWrapper.gereedschappen #small-header {
	background-image: url('/img/sectionheaders/gereedschappen.jpg');
}

#siteWrapper.gereedschappen div.table-wrapper, #siteWrapper.gereedschappen table.two-col  {
	border-color: #E4BC00;
}

#siteWrapper.gereedschappen table.two-col tr.odd {
	background-color: #FCF8E5;
}

/* ------------ stroomvoorziening ------------ */


#siteWrapper.stroomvoorziening #main-content h1 {
	color: 				#fff;
	background-color: #64A226;
	/* default bg-color */
	background-color: #026459;
}

#siteWrapper.stroomvoorziening #small-header {
	background-image: url('/img/sectionheaders/stroomvoorziening.jpg');
}

#siteWrapper.stroomvoorziening div.table-wrapper, #siteWrapper.stroomvoorziening table.two-col  {
	border-color: #026459;
}

#siteWrapper.stroomvoorziening table.two-col tr.odd {
	background-color: #EFF6E9;
}

/* ------------ industriele_perslucht ------------ */

#siteWrapper.industriele_perslucht #main-content h1 {
	color: 				#fff;
	background-color: #2B8EB9;
}

#siteWrapper.industriele_perslucht #small-header {
	background-image: url('/img/sectionheaders/industriele_perslucht.jpg');
}

#siteWrapper.industriele_perslucht div.table-wrapper, #siteWrapper.industriele_perslucht table.two-col  {
	border-color: #2B8EB9;
}

#siteWrapper.industriele_perslucht table.two-col tr.odd {
	background-color: #E9F3F8;
}

/* ------------ industriele verlichting ------------ */

#siteWrapper.industriele_verlichting #main-content h1 {
	color: 				#fff;
	background-color: #1D6422;
	/* default bg-color */
	background-color: #026459;
}

#siteWrapper.industriele_verlichting #small-header {
	background-image: url('/img/sectionheaders/industriele_verlichting.jpg');
}

#siteWrapper.industriele_verlichting div.table-wrapper, #siteWrapper.industriele_verlichting table.two-col  {
	border-color: #026459;
}

#siteWrapper.industriele_verlichting table.two-col tr.odd {
	background-color: #E8EFE8;
}

/* ------------ brandstofvoorziening ------------ */

#siteWrapper.brandstofvoorziening #main-content h1 {
	color: 				#fff;
	background-color: #9F9892;
}

#siteWrapper.brandstofvoorziening #small-header {
	background-image: url('/img/sectionheaders/brandstofvoorziening.jpg');
}

#siteWrapper.brandstofvoorziening div.table-wrapper, #siteWrapper.brandstofvoorziening table.two-col  {
	border-color: #9F9892;
}

#siteWrapper.brandstofvoorziening table.two-col tr.odd {
	background-color: #F5F4F4;
}


/**
* HOMEPAGE
*/
#siteWrapper #main-content div.twocol {
	margin:	12px 0 0 0;
}

#siteWrapper #main-content div.onecol {
	margin:		12px 2px 0 0;
	width:		232px;
	float: 		left;	
	overflow:	hidden;
}
/*
#siteWrapper #main-content div.onecol img {
	margin-top:		0px;
	margin-left:	12px;
}
*/
