/* ==================  L O G O S  ================== */

/*
TAG: 		.logo_*
DESC:  	Zet de logo afbeelding voor in de header balk
*/

.logo_agrio,	/* Agrio */
.logo_intro,	/* Agrio (intro) */
.logo_em,			/* E-mail Marketing */
.logo_nb			/* Nieuwsbrief */
{
	background-image: url(images/logo_agrio.png);
}

.logo_com			/* COMmunicatie */
{
	background-image: url(images/logo_com.png);
}

.logo_vp			/* Veldpost */
{
	background-image: url(images/logo_vp.png);
}

.logo_vg			/* Vee & Gewas */
{
	background-image: url(images/logo_vg.png);
}

.logo_sa			/* Stal & Akker	*/
{
	background-image: url(images/logo_sa.png);
}

.logo_ag			/* Agraaf */
{
	background-image: url(images/logo_ag.png);
}

.logo_mm			/* Melkvee Magazine */
{
	background-image: url(images/logo_mm.png);
}

.logo_am			/* Akker Magazine */
{
	background-image: url(images/logo_am.png);
}

.logo_pb			/* Pig Business */
{
	background-image: url(images/logo_pb.png);
}

.logo_ap			/* Agrapower */
{
	background-image: url(images/logo_ap.png);
}

.logo_aad			/* Agrio's Agrarische Database */
{
	background-image: url(images/logo_aad.png);
}

#header h1.logo_werk
{
	margin: 0;
	padding: 0;
	width: 998px;
	height: 102px;
	display: block;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/logo_werk.gif);
	text-indent: 998px;
	white-space: nowrap;
}

/* ==================  C O L O R S  ================== */

/*
TAG: 		.body_*
DESC:  	Zet de achtergrond kleur en/of afbeelding
*/

.body_agrio,	  /* Agrio */
.body_intro,	  /* Agrio (intro) */
.body_vp,			  /* Veldpost */
.body_vg,			  /* Vee & Gewas */
.body_sa,			  /* Stal & Akker	*/
.body_ag,			  /* Agraaf */
.body_mm,			  /* Melkvee Magazine */
.body_am,			  /* Akker Magazine	*/
.body_pb,			  /* Pig Business */
.body_ap,			  /* Agrapower */
.body_aad,		  /* Agrio's Agrarische Database */
.body_com,		  /* COMmunicatie */
.body_em,			  /* E-mail Marketing */
.body_nb			  /* Nieuwsbrief */
{
  background-color: #DFDFDF;
  /*
  background-color: #FFF;
  background-image: url(images/body_bg_winter.gif);
  background-repeat: repeat-x;
  background-position: left top;
  background-attachment: fixed;
  */
}

/*
TAG: 		.content_*
DESC:  	Zet de achtergrond kleur en/of afbeelding
*/

.content_intro h1,		/* Agrio (intro) */
.content_intro h3,
.content_intro h4,
.content_intro h5,
.content_intro a
{
  color: #004990;
}

.content_agrio h1,		/* Agrio */
.content_agrio h2,
.content_agrio h3,
.content_agrio h4,
.content_agrio h5,
.content_agrio a
{
  color: #1D9533;
}

.content_agrio h1,		/* Agrio */
.content_agrio h2,
.content_agrio h3,
.content_agrio h4,
.content_agrio h5,
.content_agrio a,
.content_em h1,		    /* E-mail Marketing */
.content_em h2,
.content_em h3,
.content_em h4,
.content_em h5,
.content_em a,
.content_nb h1,		    /* Nieuwsbrief */
.content_nb h2,
.content_nb h3,
.content_nb h4,
.content_nb h5,
.content_nb a,
.content_com h1,		  /* COMmunicatie */
.content_com h2,
.content_com h3,
.content_com h4,
.content_com h5,
.content_com a
{
  color: #1D9533;
}

.content_vp h1,		   /* Veldpost */
.content_vp h2,
.content_vp h3,
.content_vp h4,
.content_vp h5,
.content_vp a,
.content_vg h1,      /* Vee & Gewas */
.content_vg h2,
.content_vg h3,
.content_vp h4,
.content_vg h5,
.content_vg a,
.content_sa h1,		   /* Stal & Akker */
.content_sa h2,
.content_sa h3,
.content_vp h4,
.content_sa h5,
.content_sa a,
.content_ag h1,		   /* Agraaf */
.content_ag h2,
.content_ag h3,
.content_vp h4,
.content_ag h5,
.content_ag a
{
  color: #004990;
}

.content_mm h1,		/* Melkvee Magazine */
.content_mm h2,
.content_mm h3,
.content_mm h4,
.content_mm h5,
.content_mm a
{
  color: #057A22;
}

.content_am h1,		/* Akker Magazine */
.content_am h2,
.content_am h3,
.content_am h4,
.content_am h5,
.content_am a
{
  color: #2F51A3;
}

.content_pb h1,		/* Pig Business */
.content_pb h2,
.content_pb h3,
.content_pb h4,
.content_pb h5,
.content_pb a
{
  color: #333; /* 516D8D */
}

.content_pb h6
{
  color: #8c8c8c;
}

.content_ap h1,		/* Agrapower */
.content_ap h2,
.content_ap h3,
.content_ap h4,
.content_ap h5,
.content_ap a
{
  color: #333;
}

.content_aad h1,		/* Agrio's Agrarische Database */
.content_aad h2,
.content_aad h3,
.content_aad h4,
.content_aad h5,
.content_aad a
{
  color: #843E82;
}


/*
TAG: 		.topmenu_color_*
DESC:  	Zet de achtergrond kleur van de bovenste menu balk
*/

.topmenu_bgcolor_intro		/* Agrio (intro) */
{
  margin: 0;
  padding: 0;
  background-color: #444; /* 5266A3 */
}

.topmenu_bgcolor_agrio,		/* Agrio */
.topmenu_bgcolor_em,			/* E-mail Marketing */
.topmenu_bgcolor_nb,			/* Nieuwsbrief */
.topmenu_bgcolor_com			/* COMmunicatie */
{
  margin: 0;
  padding: 0;
  background-color: #5266A3;
}

.topmenu_bgcolor_vp,			/* Veldpost */
.topmenu_bgcolor_vg,			/* Vee & Gewas */
.topmenu_bgcolor_sa,			/* Stal & Akker	*/
.topmenu_bgcolor_ag				/* Agraaf */
{
  margin: 0;
  padding: 0;
	background-color: #448069;
}

.topmenu_bgcolor_mm				/* Melkvee Magazine */
{
  margin: 0;
  padding: 0;
	background-color: #08266E;
}

.topmenu_bgcolor_am				/* Akker Magazine */
{
  margin: 0;
  padding: 0;
	background-color: #0D501E;
}

.topmenu_bgcolor_pb				/* Pig Business */
{
  margin: 0;
  padding: 0;
	background-color: #3D91B7;
}

.topmenu_bgcolor_ap				/* Agrapower */
{
  margin: 0;
  padding: 0;
	background-color: #C8000B;
}

.topmenu_bgcolor_aad		/* Agrio's Agrarische Database */
{
  margin: 0;
  padding: 0;
	background-color: #39474B;
}

/*
TAG: 		.topmenu_parent_*
DESC:  	Zet de achtergrond- en tekst kleur van een menu item welke een submenu heeft
*/

.menu ul li:hover a.topmenu_parent_intro		/* Agrio (intro) */
{
	color: #004990;
	display: inline-block;
	background-color: #FFF;
	background-image: none;
}

.menu ul li:hover a.topmenu_parent_agrio,		/* Agrio */
.menu ul li:hover a.topmenu_parent_em,			/* E-mail Marketing */
.menu ul li:hover a.topmenu_parent_nb,			/* Nieuwsbrief */
.menu ul li:hover a.topmenu_parent_com			/* COMmunicatie */
{
	color: #1D9533;
	display: inline-block;
	background-color: #FFF;
	background-image: none;
}

.menu ul li:hover a.topmenu_parent_vp,			/* Veldpost */
.menu ul li:hover a.topmenu_parent_vg,			/* Vee & Gewas */
.menu ul li:hover a.topmenu_parent_sa,			/* Stal & Akker	*/
.menu ul li:hover a.topmenu_parent_ag				/* Agraaf */
{
	color: #004990;
	display: inline-block;
	background-color: #FFF;
	background-image: none;
}

.menu ul li:hover a.topmenu_parent_mm				/* Melkvee Magazine */
{
	color: #057A22;
	display: inline-block;
	background-color: #FFF;
	background-image: none;
}

.menu ul li:hover a.topmenu_parent_am				/* Akker Magazine */
{
	color: #2F51A3;
	display: inline-block;
	background-color: #FFF;
	background-image: none;
}

.menu ul li:hover a.topmenu_parent_pb				/* Pig Business */
{
	color: #516D8D;
	display: inline-block;
	background-color: #FFF;
	background-image: none;
}

.menu ul li:hover a.topmenu_parent_ap				/* Agrapower */
{
	color: #333;
	display: inline-block;
	background-color: #FFF;
	background-image: none;
}

.menu ul li:hover a.topmenu_parent_aad			/* Agrio's Agrarische Database */
{
	color: #843E82;
	display: inline-block;
	background-color: #FFF;
	background-image: none;
}


/*
TAG: 		.topmenu_sub_*
TAG: 		.submenu_body_*
DESC:  	Zet de tekst kleur van een submenu item
*/

.menu ul li div.topmenu_sub ul li a.topmenu_sub_intro	  /* Agrio (intro) */
{
	color: #004990;
}

.menu ul li div.topmenu_sub ul li a.topmenu_sub_agrio, /* Agrio */
.menu ul li div.topmenu_sub ul li a.topmenu_sub_em,		 /* E-mail Marketing */
.menu ul li div.topmenu_sub ul li a.topmenu_sub_nb,		 /* Nieuwsbrief */
.menu ul li div.topmenu_sub ul li a.topmenu_sub_com,	 /* COMmunicatie */
.sub ul li a.submenu_body_agrio,	     /* Agrio */
.sub ul li a.submenu_body_em,		       /* E-mail Marketing */
.sub ul li a.submenu_body_nb,		       /* Nieuwsbrief */
.sub ul li a.submenu_body_com		       /* COMmunicatie */
{
	color: #1D9533;
}

.menu ul li div.topmenu_sub ul li a.topmenu_sub_vp,			/* Veldpost */
.menu ul li div.topmenu_sub ul li a.topmenu_sub_vg,			/* Vee & Gewas */
.menu ul li div.topmenu_sub ul li a.topmenu_sub_sa,			/* Stal & Akker	*/
.menu ul li div.topmenu_sub ul li a.topmenu_sub_ag,			/* Agraaf */
.sub ul li a.submenu_body_vp,			      /* Veldpost */
.sub ul li a.submenu_body_vg,			      /* Vee & Gewas */
.sub ul li a.submenu_body_sa,			      /* Stal & Akker	*/
.sub ul li a.submenu_body_ag			      /* Agraaf */
{
	color: #004990;
}

.menu ul li div.topmenu_sub ul li a.topmenu_sub_mm,			/* Melkvee Magazine */
.sub ul li a.submenu_body_mm			      /* Melkvee Magazine */
{
	color: #057A22;
}

.menu ul li div.topmenu_sub ul li a.topmenu_sub_am,			/* Akker Magazine */
.sub ul li a.submenu_body_am			      /* Akker Magazine */
{
	color: #2F51A3;
}

.menu ul li div.topmenu_sub ul li a.topmenu_sub_pb,			/* Pig Business */
.sub ul li a.submenu_body_pb			      /* Pig Business */
{
	color: #516D8D;
}

.menu ul li div.topmenu_sub ul li a.topmenu_sub_ap,			/* Agrapower */
.sub ul li a.submenu_body_ap			      /* Agrapower */
{
	color: #333;
}

.menu ul li div.topmenu_sub ul li a.topmenu_sub_aad,		/* Agrio's Agrarische Database */
.sub ul li a.submenu_body_aad			      /* Agrio's Agrarische Database */
{
	color: #843E82;
}


/*
TAG: 		.breadcrumbs_color_*
DESC:  	Zet de achtergrond kleur van de breadcrumbs balk
*/

.breadcrumbs_bgcolor_agrio,		/* Agrio */
.breadcrumbs_bgcolor_em,			/* E-mail Marketing */
.breadcrumbs_bgcolor_nb,			/* Nieuwsbrief */
.breadcrumbs_bgcolor_com			/* COMmunicatie */
{
  background-color: #5266A3;
}

.breadcrumbs_bgcolor_vp,			/* Veldpost */
.breadcrumbs_bgcolor_vg,			/* Vee & Gewas */
.breadcrumbs_bgcolor_sa,			/* Stal & Akker	*/
.breadcrumbs_bgcolor_ag				/* Agraaf */
{
  background-color: #448069;
}

.breadcrumbs_bgcolor_mm				/* Melkvee Magazine */
{
	background-color: #08266E;
}

.breadcrumbs_bgcolor_am				/* Akker Magazine */
{
	background-color: #0D501E;
}

.breadcrumbs_bgcolor_pb				/* Pig Business */
{
	background-color: #3D91B7;
}

.breadcrumbs_bgcolor_ap				/* Agrapower */
{
	background-color: #C8000B;
}

.breadcrumbs_bgcolor_aad			/* Agrio's Agrarische Database */
{
	background-color: #39474B;
}


/*
TAG: 		.kolom1_*
TAG: 		.kolom2_*
TAG: 		.kolom3_*
TAG: 		.kolom4_*
DESC:  	Zet de achtergrond kleur van de agrio intropage kolommen
*/

.kolom1_intro,		  /* Agrio (intro) */
.kolom2_intro,
.kolom3_intro
{
	background-color: #B4D4C9;
}

.kolom4_intro
{
  background-color: #57A087;
}


/*
TAG: 		.linkerkolom_*
DESC:  	Zet de achtergrond kleur van de linkerkolom
*/

.linkerkolom_agrio,		/* Agrio */
.linkerkolom_em,			/* E-mail Marketing */
.linkerkolom_nb,			/* Nieuwsbrief */
.linkerkolom_com,			/* COMmunicatie */
.linkerkolom_vp,			/* Veldpost */
.linkerkolom_vg,			/* Vee & Gewas */
.linkerkolom_sa,			/* Stal & Akker	*/
.linkerkolom_ag,			/* Agraaf */
.linkerkolom_mm,			/* Melkvee Magazine */
.linkerkolom_am,			/* Akker Magazine */
.linkerkolom_pb,			/* Pig Business */
.linkerkolom_ap,			/* Agrapower */
.linkerkolom_aad			/* Agrio's Agrarische Database */
{
	background-color: #FFF;
}


/*
TAG: 		.middenkolom_afronding_*
DESC:  	Zet de achtergrond afbeelding (afronding) van de middenkolom
*/

.middenkolom_afronding_agrio,		/* Agrio */
.middenkolom_afronding_em,			/* E-mail Marketing */
.middenkolom_afronding_nb,			/* Nieuwsbrief */
.middenkolom_afronding_com			/* COMmunicatie */
{
	background-image: url(images/middenkolom_afronding_agrio.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.middenkolom_afronding_vp,			/* Veldpost */
.middenkolom_afronding_vg,			/* Vee & Gewas */
.middenkolom_afronding_sa,			/* Stal & Akker	*/
.middenkolom_afronding_ag				/* Agraaf */
{
	background-image: url(images/middenkolom_afronding_vp.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.middenkolom_afronding_mm				/* Melkvee Magazine */
{
	background-image: url(images/middenkolom_afronding_mm.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.middenkolom_afronding_am				/* Akker Magazine */
{
	background-image: url(images/middenkolom_afronding_am.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.middenkolom_afronding_pb				/* Pig Business */
{
	background-image: url(images/middenkolom_afronding_pb.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.middenkolom_afronding_ap				/* Agrapower */
{
	background-image: url(images/middenkolom_afronding_ap.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.middenkolom_afronding_aad			/* Agrio's Agrarische Database */
{
	background-image: url(images/middenkolom_afronding_aad.png);
	background-position: right top;
	background-repeat: no-repeat;
}


/*
TAG: 		.middenkolom_*
DESC:  	Zet de achtergrond kleur van de middenkolom
*/

.middenkolom_agrio,		/* Agrio */
.middenkolom_em,			/* E-mail Marketing */
.middenkolom_nb,			/* Nieuwsbrief */
.middenkolom_com			/* COMmunicatie */
{
	background-color: #B4BDD9;
}

.middenkolom_vp,			/* Veldpost */
.middenkolom_vg,			/* Vee & Gewas */
.middenkolom_sa,			/* Stal & Akker	*/
.middenkolom_ag				/* Agraaf */
{
	background-color: #8FB3A5;
}

.middenkolom_mm				/* Melkvee Magazine */
{
	background-color: #8493B7;
}

.middenkolom_am				/* Akker Magazine */
{
	background-color: #669171;
}

.middenkolom_pb			/* Pig Business */
{
	background-color: #AAD1E3;
}

.middenkolom_ap				/* Agrapower */
{
	background-color: #A2A2A2;
}

.middenkolom_aad			/* Agrio's Agrarische Database */
{
	background-color: #889193;
}


/*
TAG: 		.rechterkolom_afronding_*
DESC:  	Zet de achtergrond afbeelding (afronding) van de rechterkolom
*/

.rechterkolom_afronding_agrio,	/* Agrio */
.rechterkolom_afronding_em,			/* E-mail Marketing */
.rechterkolom_afronding_nb,			/* Nieuwsbrief */
.rechterkolom_afronding_com			/* COMmunicatie */
{
	background-image: url(images/rechterkolom_afronding_agrio.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.rechterkolom_afronding_vp,			/* Veldpost */
.rechterkolom_afronding_vg,			/* Vee & Gewas */
.rechterkolom_afronding_sa,			/* Stal & Akker	*/
.rechterkolom_afronding_ag			/* Agraaf */
{
	background-image: url(images/rechterkolom_afronding_vp.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.rechterkolom_afronding_mm			/* Melkvee Magazine */
{
	background-image: url(images/rechterkolom_afronding_mm.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.rechterkolom_afronding_am			/* Akker Magazine */
{
	background-image: url(images/rechterkolom_afronding_am.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.rechterkolom_afronding_pb			/* Pig Business */
{
	background-image: url(images/rechterkolom_afronding_pb.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.rechterkolom_afronding_ap			/* Agrapower */
{
	background-image: url(images/rechterkolom_afronding_ap.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.rechterkolom_afronding_aad			/* Agrio's Agrarische Database */
{
	background-image: url(images/rechterkolom_afronding_aad.png);
	background-position: right top;
	background-repeat: no-repeat;
}


/*
TAG: 		.rechterkolom_*
DESC:  	Zet de achtergrond kleur van de rechterkolom
*/

.rechterkolom_agrio,	/* Agrio */
.rechterkolom_em,			/* E-mail Marketing */
.rechterkolom_nb,			/* Nieuwsbrief */
.rechterkolom_com			/* COMmunicatie */
{
	background-color: #7081B6;
}

.rechterkolom_vp,			/* Veldpost */
.rechterkolom_vg,			/* Vee & Gewas */
.rechterkolom_sa,			/* Stal & Akker	*/
.rechterkolom_ag			/* Agraaf */
{
	background-color: #699987;
}

.rechterkolom_mm			/* Melkvee Magazine */
{
	background-color: #39518B;
}

.rechterkolom_am			/* Akker Magazine */
{
	background-color: #336C41;
}

.rechterkolom_pb			/* Pig Business */
{
	background-color: #5DA8C9;
}

.rechterkolom_ap			/* Agrapower */
{
	background-color: #787878;
}

.rechterkolom_aad			/* Agrio's Agrarische Database */
{
	background-color: #4F5B5F;
}


/*
TAG: 		.rss_*
DESC:  	Zet de tekst kleur van de h2 header van een rss blok
*/

.rss_intro h4,	   /* Agrio (intro) */
.rss_intro h4 a		/* Agrio (intro) */
{
	color: #004990;
}

.rss_agrio h4,	/* Agrio */
.rss_em h4,			/* E-mail Marketing */
.rss_nb h4,			/* Nieuwsbrief */
.rss_com h4,			/* COMmunicatie */
.rss_agrio h4 a,	/* Agrio */
.rss_em h4 a,			/* E-mail Marketing */
.rss_nb h4 a,			/* Nieuwsbrief */
.rss_com h4	a		/* COMmunicatie */
{
	color: #4E619B;
}

.rss_vp h4,			/* Veldpost */
.rss_vg h4,			/* Vee & Gewas */
.rss_sa h4,			/* Stal & Akker	*/
.rss_ag h4,			/* Agraaf */
.rss_vp h4 a,			/* Veldpost */
.rss_vg h4 a,			/* Vee & Gewas */
.rss_sa h4 a,			/* Stal & Akker	*/
.rss_ag h4 a,			/* Agraaf */
.rss_vp div,
.rss_vg div,
.rss_sa div,
.rss_ag div
{
	color: #004990;
}

.rss_mm h4,			/* Melkvee Magazine */
.rss_mm h4 a,		/* Melkvee Magazine */
.rss_mm div
{
	color: #08266E;
}

.rss_am h4,			/* Akker Magazine */
.rss_am h4 a,			/* Akker Magazine */
.rss_am div
{
	color: #08266E;
}

.rss_pb h4,			/* Pig Business */
.rss_pb h4 a,			/* Pig Business */
.rss_pb div
{
	color: #0082C7;
}

.rss_ap h4,			/* Agrapower */
.rss_ap h4 a,			/* Agrapower */
.rss_ap div
{
	color: #444;
}

.rss_aad h4,			/* Agrio's Agrarische Database */
.rss_aad h4 a,		/* Agrio's Agrarische Database */
.rss_aad div
{
	color: #39474B;
}


/*
TAG: 		.rss_day_*
TAG: 		.rss_deg_* (alleen regionale bladen)
TAG: 		.rss_month_year_*
DESC:  	Zet de tekst kleur van de day en month_year van een rss blok
*/

.rss_day_intro,					/* Agrio (intro) */
.rss_month_year_intro
{
	color: #5C8EAC;
}

.rss_day_agrio,					/* Agrio */
.rss_day_em,						/* E-mail Marketing */
.rss_day_nb,						/* Nieuwsbrief */
.rss_day_com,						/* COMmunicatie */
.rss_month_year_agrio,	/* Agrio */
.rss_month_year_em,			/* E-mail Marketing */
.rss_month_year_nb,			/* Nieuwsbrief */
.rss_month_year_com			/* COMmunicatie */
{
	color: #5266A3;
}

.rss_day_vp,						/* Veldpost */
.rss_day_vg,						/* Vee & Gewas */
.rss_day_sa,						/* Stal & Akker	*/
.rss_day_ag,						/* Agraaf */
.rss_deg_vp,						/* Veldpost */
.rss_deg_vg,						/* Vee & Gewas */
.rss_deg_sa,						/* Stal & Akker	*/
.rss_deg_ag,						/* Agraaf */
.rss_month_year_vp,			/* Veldpost */
.rss_month_year_vg,			/* Vee & Gewas */
.rss_month_year_sa,			/* Stal & Akker	*/
.rss_month_year_ag			/* Agraaf */
{
	color: #5C8EAC;
}

.rss_day_mm,						/* Melkvee Magazine */
.rss_month_year_mm			/* Melkvee Magazine */
{
	color: #39518B;
}

.rss_day_am,						/* Akker Magazine */
.rss_month_year_am			/* Akker Magazine */
{
	color: #39518B;
}

.rss_day_pb,						/* Pig Business */
.rss_month_year_pb			/* Pig Business */
{
	color: #4CA7D8;
}

.rss_day_ap,						/* Agrapower */
.rss_month_year_ap			/* Agrapower */
{
	color: #777;
}

.rss_day_aad,						/* Agrio's Agrarische Database */
.rss_month_year_aad			/* Agrio's Agrarische Database */
{
	color: #727C7f;
}


/*
TAG: 		.rss_title_*
TAG: 		.rss_city_* (alleen regionale bladen)
TAG:    .rss_per_day_* (alleen regionale bladen)
TAG: 		.rss_desc_*
TAG:    .rss_info_* (alleen regionale bladen)
TAG: 		.rss_company_*
DESC:  	Zet de tekst kleur van de a href van een rss blok
*/

.rss_title_intro a,	 /* Agrio (intro) */
.rss_desc_intro a,
.rss_company_intro a
{
	color: #004990;
}

.rss_title_agrio a,		/* Agrio */
.rss_title_em a,			  /* E-mail Marketing */
.rss_title_nb a,			  /* Nieuwsbrief */
.rss_title_com a,			/* COMmunicatie */
.rss_desc_agrio a,		    /* Agrio */
.rss_desc_em a,				    /* E-mail Marketing */
.rss_desc_nb a,           /* Nieuwsbrief */
.rss_desc_com a,          /* COMmunicatie */
.rss_company_agrio a,		  /* Agrio */
.rss_company_em a,				/* E-mail Marketing */
.rss_company_nb a,        /* Nieuwsbrief */
.rss_company_com a        /* COMmunicatie */
{
	color: #4E619B;
}

.rss_title_vp a,			/* Veldpost */
.rss_title_vg a,			/* Vee & Gewas */
.rss_title_sa a,			/* Stal & Akker	*/
.rss_title_ag a,			/* Agraaf */
.rss_city_vp,		    /* Veldpost */
.rss_city_vg,		    /* Vee & Gewas */
.rss_city_sa,		    /* Stal & Akker	*/
.rss_city_ag,		    /* Agraaf */
.rss_per_day_vp,		    /* Veldpost */
.rss_per_day_vg,		    /* Vee & Gewas */
.rss_per_day_sa,		    /* Stal & Akker	*/
.rss_per_day_ag,		    /* Agraaf */
.rss_desc_vp a,				  /* Veldpost */
.rss_desc_vg a,				  /* Vee & Gewas */
.rss_desc_sa a,				  /* Stal & Akker	*/
.rss_desc_ag a,				  /* Agraaf */
.rss_info_vp,				   /* Veldpost */
.rss_info_vg,				   /* Vee & Gewas */
.rss_info_sa,				   /* Stal & Akker	*/
.rss_info_ag,				   /* Agraaf */
.rss_company_vp a,		  /* Veldpost */
.rss_company_vg a,		  /* Vee & Gewas */
.rss_company_sa a,		  /* Stal & Akker	*/
.rss_company_ag a			  /* Agraaf */
{
	color: #004990;
}

.rss_title_mm a,			/* Melkvee Magazine */
.rss_desc_mm a,				  /* Melkvee Magazine */
.rss_info_mm,				   /* Melkvee Magazine */
.rss_company_mm a				/* Melkvee Magazine */
{
	color: #08266E;
}

.rss_title_am a,			/* Akker Magazine */
.rss_desc_am a,				  /* Akker Magazine */
.rss_info_am,				   /* Akker Magazine */
.rss_company_am a				/* Akker Magazine */
{
	color: #08266E;
}

.rss_title_pb a,			/* Pig Business */
.rss_desc_pb a,				  /* Pig Business */
.rss_info_pb,				   /* Pig Business */
.rss_company_pb a				/* Pig Business */
{
	color: #0082C7;
}

.rss_title_ap a,			/* Agrapower */
.rss_desc_ap a,				  /* Agrapower */
.rss_info_ap,				   /* Agrapower */
.rss_company_ap a				/* Agrapower */
{
	color: #444;
}

.rss_title_aad a,		/* Agrio's Agrarische Database */
.rss_desc_aad a,				/* Agrio's Agrarische Database */
.rss_company_aad a			/* Agrio's Agrarische Database */
{
	color: #39474B;
}


/*
TAG: 		.releasedate_*
TAG: 		.agriouitgave_*
DESC:  	Zet de tekst kleur van een produkten menu item welke een submenu heeft
*/

.releasedate_intro h4	  /* Agrio (intro) */
.agriouitgave_intro h4	/* Agrio (intro) */
{
	color: #004990;
}

.releasedate_agrio h4,	/* Agrio */
.releasedate_em h4,			/* E-mail Marketing */
.releasedate_nb h4,			/* Nieuwsbrief */
.releasedate_com h4,		/* COMmunicatie */
.releasedate_vp h4,			/* Veldpost */
.releasedate_vg h4,			/* Vee & Gewas */
.releasedate_sa h4,			/* Stal & Akker	*/
.releasedate_ag h4,			/* Agraaf */
.releasedate_mm h4,			/* Melkvee Magazine */
.releasedate_am h4,			/* Akker Magazine */
.releasedate_pb h4,			/* Pig Business */
.releasedate_ap h4,			/* Agrapower */
.releasedate_aad h4,	  /* Agrio's Agrarische Database */
.agriouitgave_agrio h4,	/* Agrio */
.agriouitgave_em h4,		/* E-mail Marketing */
.agriouitgave_nb h4,		/* Nieuwsbrief */
.agriouitgave_com h4,		/* COMmunicatie */
.agriouitgave_vp h4,		/* Veldpost */
.agriouitgave_vg h4,		/* Vee & Gewas */
.agriouitgave_sa h4,		/* Stal & Akker	*/
.agriouitgave_ag h4,		/* Agraaf */
.agriouitgave_mm h4,		/* Melkvee Magazine */
.agriouitgave_am h4,		/* Akker Magazine */
.agriouitgave_pb h4,		/* Pig Business */
.agriouitgave_ap h4,		/* Agrapower */
.agriouitgave_aad h4,	  /* Agrio's Agrarische Database */
.agriouitgave_agrio,	  /* Agrio */
.agriouitgave_em,		    /* E-mail Marketing */
.agriouitgave_nb,		    /* Nieuwsbrief */
.agriouitgave_com,		  /* COMmunicatie */
.agriouitgave_vp,		    /* Veldpost */
.agriouitgave_vg,		    /* Vee & Gewas */
.agriouitgave_sa,		    /* Stal & Akker	*/
.agriouitgave_ag,		    /* Agraaf */
.agriouitgave_mm,		    /* Melkvee Magazine */
.agriouitgave_am,		    /* Akker Magazine */
.agriouitgave_pb,		    /* Pig Business */
.agriouitgave_ap,		    /* Agrapower */
.agriouitgave_aad		    /* Agrio's Agrarische Database */
{
	color: #FFF;
}


/*
TAG: 		.releasedate_title_*
TAG: 		.releasedate_desc_*
DESC:  	Zet de tekst kleur van een produkten menu item welke een submenu heeft
*/

.releasedate_title_intro h5,	  /* Agrio (intro) */
.releasedate_desc_intro	    /* Agrio (intro) */
{
	color: #004990;
}

.releasedate_title_agrio h5,	  /* Agrio */
.releasedate_title_em h5,			/* E-mail Marketing */
.releasedate_title_nb h5,			/* Nieuwsbrief */
.releasedate_title_com h5,		  /* COMmunicatie */
.releasedate_title_vp h5,			/* Veldpost */
.releasedate_title_vg h5,			/* Vee & Gewas */
.releasedate_title_sa h5,			/* Stal & Akker	*/
.releasedate_title_ag h5,			/* Agraaf */
.releasedate_title_mm h5,			/* Melkvee Magazine */
.releasedate_title_am h5,			/* Akker Magazine */
.releasedate_title_pb h5,			/* Pig Business */
.releasedate_title_ap h5,			/* Agrapower */
.releasedate_title_aad h5,			/* Agrio's Agrarische Database */
.releasedate_desc_agrio,	  /* Agrio */
.releasedate_desc_em,			  /* E-mail Marketing */
.releasedate_desc_nb,			  /* Nieuwsbrief */
.releasedate_desc_com,		  /* COMmunicatie */
.releasedate_desc_vp,			  /* Veldpost */
.releasedate_desc_vg,			  /* Vee & Gewas */
.releasedate_desc_sa,			  /* Stal & Akker	*/
.releasedate_desc_ag,			  /* Agraaf */
.releasedate_desc_mm,			  /* Melkvee Magazine */
.releasedate_desc_am,			  /* Akker Magazine */
.releasedate_desc_pb,			  /* Pig Business */
.releasedate_desc_ap,			  /* Agrapower */
.releasedate_desc_aad			  /* Agrio's Agrarische Database */
{
	color: #FFF;
}


/*
TAG: 		.releasedate_day_*
TAG: 		.releasedate_month_year_*
DESC:  	Zet de tekst kleur van de day en month_year van een rss blok
*/

.releasedate_day_intro,					/* Agrio (intro) */
.releasedate_month_year_intro	  /* Agrio (intro) */
{
	color: #5C8EAC;
}

.releasedate_day_agrio,					/* Agrio */
.releasedate_day_em,						/* E-mail Marketing */
.releasedate_day_nb,						/* Nieuwsbrief */
.releasedate_day_com,						/* COMmunicatie */
.releasedate_month_year_agrio,	/* Agrio */
.releasedate_month_year_em,			/* E-mail Marketing */
.releasedate_month_year_nb,			/* Nieuwsbrief */
.releasedate_month_year_com			/* COMmunicatie */
{
	color: #5266A3;
}

.releasedate_day_vp,						/* Veldpost */
.releasedate_day_vg,						/* Vee & Gewas */
.releasedate_day_sa,						/* Stal & Akker	*/
.releasedate_day_ag,						/* Agraaf */
.releasedate_month_year_vp,			/* Veldpost */
.releasedate_month_year_vg,			/* Vee & Gewas */
.releasedate_month_year_sa,			/* Stal & Akker	*/
.releasedate_month_year_ag			/* Agraaf */
{
	color: #5C8EAC;
}

.releasedate_day_mm,						/* Melkvee Magazine */
.releasedate_month_year_mm			/* Melkvee Magazine */
{
	color: #39518B;
}

.releasedate_day_am,						/* Akker Magazine */
.releasedate_month_year_am			/* Akker Magazine */
{
	color: #39518B;
}

.releasedate_day_pb,						/* Pig Business */
.releasedate_month_year_pb			/* Pig Business */
{
	color: #4CA7D8;
}

.releasedate_day_ap,						/* Agrapower */
.releasedate_month_year_ap			/* Agrapower */
{
	color: #777;
}

.releasedate_day_aad,						/* Agrio's Agrarische Database */
.releasedate_month_year_aad			/* Agrio's Agrarische Database */
{
	color: #727C7f;
}


/*
TAG: 		.produkten_parent_*
DESC:  	Zet de tekst kleur van een produkten menu item welke een submenu heeft
*/


.produkten_parent_intro h4,		/* Agrio (intro) */
.produkten_parent_agrio h4,		/* Agrio */
.produkten_parent_em h4,			/* E-mail Marketing */
.produkten_parent_nb h4,			/* Nieuwsbrief */
.produkten_parent_com h4,			/* COMmunicatie */
.produkten_parent_vp h4,			/* Veldpost */
.produkten_parent_vg h4,			/* Vee & Gewas */
.produkten_parent_sa h4,			/* Stal & Akker	*/
.produkten_parent_ag h4,			/* Agraaf */
.produkten_parent_mm h4,			/* Melkvee Magazine */
.produkten_parent_am h4,			/* Akker Magazine */
.produkten_parent_pb h4,			/* Pig Business */
.produkten_parent_ap h4,			/* Agrapower */
.produkten_parent_aad h4			/* Agrio's Agrarische Database */
{
	color: #FFF;
}


/*
TAG: 		.produkten_sub_*
DESC:  	Zet de tekst kleur van een produkten menu item welke een submenu heeft
*/

.produkten_sub_agrio,		/* Agrio */
.produkten_sub_intro,		/* Agrio (intro) */
.produkten_sub_em,			/* E-mail Marketing */
.produkten_sub_nb,			/* Nieuwsbrief */
.produkten_sub_com,			/* COMmunicatie */
.produkten_sub_vp,			/* Veldpost */
.produkten_sub_vg,			/* Vee & Gewas */
.produkten_sub_sa,			/* Stal & Akker	*/
.produkten_sub_ag,			/* Agraaf */
.produkten_sub_mm,			/* Melkvee Magazine */
.produkten_sub_am,			/* Akker Magazine */
.produkten_sub_pb,			/* Pig Business */
.produkten_sub_ap,			/* Agrapower */
.produkten_sub_aad			/* Agrio's Agrarische Database */
{
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
}

.produkten_sub_intro a,		/* Agrio (intro) */
.produkten_sub_agrio a,		/* Agrio */
.produkten_sub_em a,			/* E-mail Marketing */
.produkten_sub_nb a,			/* Nieuwsbrief */
.produkten_sub_com a,			/* COMmunicatie */
.produkten_sub_vp a,			/* Veldpost */
.produkten_sub_vg a,			/* Vee & Gewas */
.produkten_sub_sa a,			/* Stal & Akker	*/
.produkten_sub_ag a,			/* Agraaf */
.produkten_sub_mm a,			/* Melkvee Magazine */
.produkten_sub_am a,			/* Akker Magazine */
.produkten_sub_pb a,			/* Pig Business */
.produkten_sub_ap a,			/* Agrapower */
.produkten_sub_aad a			/* Agrio's Agrarische Database */
{
	color: #FFF;
}


/*
TAG: 		.button_*
DESC:  	Zet de achtergrond afbeelding van een submit button
*/

input.button_intro	   /* Agrio (intro) */
{
  background-image: url(images/button_agrio.gif);
}

input.button_agrio,	/* Agrio */
input.button_em,			/* E-mail Marketing */
input.button_nb,			/* Nieuwsbrief */
input.button_com			/* COMmunicatie */
{
  background-image: url(images/button_agrio.gif);
}

input.button_vp,			/* Veldpost */
input.button_vg,			/* Vee & Gewas */
input.button_sa,			/* Stal & Akker	*/
input.button_ag			/* Agraaf */
{
  background-image: url(images/button_vp.gif);
}

input.button_mm			/* Melkvee Magazine */
{
  background-image: url(images/button_mm.gif);
}

input.button_am			/* Akker Magazine */
{
  background-image: url(images/button_am.gif);
}

input.button_pb			/* Pig Business */
{
  background-image: url(images/button_pb.gif);
}

input.button_ap			/* Agrapower */
{
  background-image: url(images/button_ap.gif);
}

input.button_aad			/* Agrio's Agrarische Database */
{
  background-image: url(images/button_aad.gif);
}


/*
TAG: 		.thead_*
DESC:  	Zet de achtergrond kleur van een thead
*/

thead.thead_intro tr th,  /* Agrio (intro) */
thead.thead_agrio tr th,	/* Agrio */
thead.thead_em tr th,			/* E-mail Marketing */
thead.thead_nb tr th,			/* Nieuwsbrief */
thead.thead_com tr th			/* COMmunicatie */
{
  color: #FFF;
  background-color: #5266A3;
}

thead.thead_vp tr th,			/* Veldpost */
thead.thead_vg tr th,			/* Vee & Gewas */
thead.thead_sa tr th,			/* Stal & Akker	*/
thead.thead_ag tr th			/* Agraaf */
{
  color: #FFF;
  background-color: #448069;
}

thead.thead_mm tr th			/* Melkvee Magazine */
{
  color: #FFF;
  background-color: #08266E;
}

thead.thead_am tr th			/* Akker Magazine */
{
  color: #FFF;
  background-color: #0D501E;
}

thead.thead_pb tr th			/* Pig Business */
{
  color: #FFF;
  background-color: #3D91B7;
}

thead.thead_ap tr th			/* Agrapower */
{
  color: #FFF;
  background-color: #C8000B;
}

thead.thead_aad tr th			/* Agrio's Agrarische Database */
{
  color: #FFF;
  background-color: #39474B;
}


/*
TAG: 		.tbody_*
DESC:  	Zet de achtergrond kleur van een tbody
*/

tbody.tbody_intro tr th,   /* Agrio (intro) */
tbody.tbody_intro tr td,
tbody.tbody_agrio tr th,	/* Agrio */
tbody.tbody_agrio tr td,
tbody.tbody_em tr th,			/* E-mail Marketing */
tbody.tbody_em tr td,
tbody.tbody_nb tr th,			/* Nieuwsbrief */
tbody.tbody_nb tr td,
tbody.tbody_com tr th,		/* COMmunicatie */
tbody.tbody_com tr td
{
  color: #4E619B;
  background-color: #B4BDD9;
}

tbody.tbody_vp tr th,			/* Veldpost */
tbody.tbody_vp tr td,
tbody.tbody_vg tr th,			/* Vee & Gewas */
tbody.tbody_vg tr td,
tbody.tbody_sa tr th,			/* Stal & Akker	*/
tbody.tbody_sa tr td,
tbody.tbody_ag tr th,			/* Agraaf */
tbody.tbody_ag tr td
{
  color: #004990;
  background-color: #8FB3A5;
}

tbody.tbody_mm tr th,			/* Melkvee Magazine */
tbody.tbody_mm tr td
{
  color: #08266E;
  background-color: #8493B7;
}

tbody.tbody_am tr th,			/* Akker Magazine */
tbody.tbody_am tr td
{
  color: #08266E;
  background-color: #669171;
}

tbody.tbody_pb tr th,			/* Pig Business */
tbody.tbody_pb tr td
{
  color: #0082C7;
  background-color: #AAD1E3;
}

tbody.tbody_ap tr th,			/* Agrapower */
tbody.tbody_ap tr td
{
  color: #444;
  background-color: #A2A2A2;
}

tbody.tbody_aad tr th,		/* Agrio's Agrarische Database */
tbody.tbody_aad tr td
{
  color: #39474B;
  background-color: #889193;
}


/*
TAG: 		.footer_*
DESC:  	Zet de achtergrond kleur van de footer balk
*/

.footer_intro,	  /* Agrio (intro) */
.footer_intro	a	  /* Agrio (intro) */
{
  color: #696969;
  background-color: #FFF;
}

.footer_agrio,		/* Agrio */
.footer_em,			  /* E-mail Marketing */
.footer_nb,				/* Nieuwsbrief */
.footer_com,		  /* COMmunicatie */
.footer_agrio a,	/* Agrio */
.footer_em a,			/* E-mail Marketing */
.footer_nb a,			/* Nieuwsbrief */
.footer_com a		  /* COMmunicatie */
{
  color: #FFF;
  background-color: #5266A3;
}

.footer_vp,			  /* Veldpost */
.footer_vg,			  /* Vee & Gewas */
.footer_sa,			  /* Stal & Akker	*/
.footer_ag,				/* Agraaf */
.footer_vp a,			/* Veldpost */
.footer_vg a,			/* Vee & Gewas */
.footer_sa a,			/* Stal & Akker	*/
.footer_ag a			/* Agraaf */
{
  color: #FFF;
  background-color: #448069;
}

.footer_mm,				/* Melkvee Magazine */
.footer_mm a			/* Melkvee Magazine */
{
  color: #FFF;
	background-color: #08266E;
}

.footer_am,				/* Akker Magazine */
.footer_am a			/* Akker Magazine */
{
  color: #FFF;
	background-color: #0D501E;
}

.footer_pb,				/* Pig Business */
.footer_pb a			/* Pig Business */
{
  color: #FFF;
	background-color: #3D91B7;
}

.footer_ap,				/* Agrapower */
.footer_ap a			/* Agrapower */
{
  color: #FFF;
	background-color: #C8000B;
}

.footer_aad,			/* Agrio's Agrarische Database */
.footer_aad a			/* Agrio's Agrarische Database */
{
  color: #FFF;
	background-color: #39474B;
}


/*
TAG: 		.external_link_*
DESC:  	Zet de achtergrond afbeelding voor een externe link
*/

#linkerkolom a.external_link_intro, 	/* Agrio (intro) */
#linkerkolom a.external_link_agrio,		/* Agrio */
#linkerkolom a.external_link_em,			/* E-mail Marketing */
#linkerkolom a.external_link_nb,			/* Nieuwsbrief */
#linkerkolom a.external_link_com			/* COMmunicatie */
{
  background-image: url(images/external_link_agrio.gif);
}

#linkerkolom a.external_link_vp,			/* Veldpost */
#linkerkolom a.external_link_vg,			/* Vee & Gewas */
#linkerkolom a.external_link_sa,			/* Stal & Akker	*/
#linkerkolom a.external_link_ag				/* Agraaf */
{
  background-image: url(images/external_link_vp.gif);
}

#linkerkolom a.external_link_mm			/* Melkvee Magazine */
{
  background-image: url(images/external_link_mm.gif);
}

#linkerkolom a.external_link_am			/* Akker Magazine */
{
  background-image: url(images/external_link_am.gif);
}

#linkerkolom a.external_link_pb			/* Pig Business */
{
  background-image: url(images/external_link_pb.gif);
}

#linkerkolom a.external_link_ap			/* Agrapower */
{
  background-image: url(images/external_link_ap.gif);
}

#linkerkolom a.external_link_aad			/* Agrio's Agrarische Database */
{
  background-image: url(images/external_link_aad.gif);
}


/*
TAG: 		.profielLayer_top_*
DESC:  	Zet de achtergrond afbeelding voor een externe link
*/

.profielLayer_top_intro, 	/* Agrio (intro) */
.profielLayer_top_agrio,	/* Agrio */
.profielLayer_top_em,			/* E-mail Marketing */
.profielLayer_top_nb,			/* Nieuwsbrief */
.profielLayer_top_com			/* COMmunicatie */
{
	background-image: url(images/profiel_layer_top_agrio.png);
}

.profielLayer_top_vp,			/* Veldpost */
.profielLayer_top_vg,			/* Vee & Gewas */
.profielLayer_top_sa,			/* Stal & Akker	*/
.profielLayer_top_ag				/* Agraaf */
{
	background-image: url(images/profiel_layer_top_vp.png);
}

.profielLayer_top_mm			/* Melkvee Magazine */
{
	background-image: url(images/profiel_layer_top_mm.png);
}

.profielLayer_top_am			/* Akker Magazine */
{
	background-image: url(images/profiel_layer_top_am.png);
}

.profielLayer_top_pb			/* Pig Business */
{
	background-image: url(images/profiel_layer_top_pb.png);
}

.profielLayer_top_ap			/* Agrapower */
{
	background-image: url(images/profiel_layer_top_ap.png);
}

.profielLayer_top_aad			/* Agrio's Agrarische Database */
{
	background-image: url(images/profiel_layer_top_aad.png);
}


/*
TAG: 		.profielLayer_mid_*
DESC:  	Zet de achtergrond afbeelding voor een externe link
*/

.profielLayer_mid_intro, 	/* Agrio (intro) */
.profielLayer_mid_agrio,	/* Agrio */
.profielLayer_mid_em,			/* E-mail Marketing */
.profielLayer_mid_nb,			/* Nieuwsbrief */
.profielLayer_mid_com			/* COMmunicatie */
{
	background-image: url(images/profiel_layer_mid_agrio.png);
}

.profielLayer_mid_vp,			/* Veldpost */
.profielLayer_mid_vg,			/* Vee & Gewas */
.profielLayer_mid_sa,			/* Stal & Akker	*/
.profielLayer_mid_ag				/* Agraaf */
{
	background-image: url(images/profiel_layer_mid_vp.png);
}

.profielLayer_mid_mm			/* Melkvee Magazine */
{
	background-image: url(images/profiel_layer_mid_mm.png);
}

.profielLayer_mid_am			/* Akker Magazine */
{
	background-image: url(images/profiel_layer_mid_am.png);
}

.profielLayer_mid_pb			/* Pig Business */
{
	background-image: url(images/profiel_layer_mid_pb.png);
}

.profielLayer_mid_ap			/* Agrapower */
{
	background-image: url(images/profiel_layer_mid_ap.png);
}

.profielLayer_mid_aad			/* Agrio's Agrarische Database */
{
	background-image: url(images/profiel_layer_mid_aad.png);
}


/*
TAG: 		.profielLayer_bot_*
DESC:  	Zet de achtergrond afbeelding voor een externe link
*/

.profielLayer_bot_intro, 	/* Agrio (intro) */
.profielLayer_bot_agrio,	/* Agrio */
.profielLayer_bot_em,			/* E-mail Marketing */
.profielLayer_bot_nb,			/* Nieuwsbrief */
.profielLayer_bot_com			/* COMmunicatie */
{
	background-image: url(images/profiel_layer_bot_agrio.png);
}

.profielLayer_bot_vp,			/* Veldpost */
.profielLayer_bot_vg,			/* Vee & Gewas */
.profielLayer_bot_sa,			/* Stal & Akker	*/
.profielLayer_bot_ag				/* Agraaf */
{
	background-image: url(images/profiel_layer_bot_vp.png);
}

.profielLayer_bot_mm			/* Melkvee Magazine */
{
	background-image: url(images/profiel_layer_bot_mm.png);
}

.profielLayer_bot_am			/* Akker Magazine */
{
	background-image: url(images/profiel_layer_bot_am.png);
}

.profielLayer_bot_pb			/* Pig Business */
{
	background-image: url(images/profiel_layer_bot_pb.png);
}

.profielLayer_bot_ap			/* Agrapower */
{
	background-image: url(images/profiel_layer_bot_ap.png);
}

.profielLayer_bot_aad			/* Agrio's Agrarische Database */
{
	background-image: url(images/profiel_layer_bot_aad.png);
}


/*
TAG: 		.profielLayer_title_*
TAG: 		.profielLayer_dob_*
TAG: 		.profielLayer_desc_*
TAG: 		.profielLayer_content_*
DESC:  	Zet de tekst kleur van de inhoud van een profielLayer blok
*/

.profielLayer_title_intro,		/* Agrio (intro) */
.profielLayer_dob_intro,	  	/* Agrio (intro) */
.profielLayer_desc_intro,	  	/* Agrio (intro) */
.profielLayer_content_intro	  /* Agrio (intro) */
{
	color: #5C8EAC;
}

.profielLayer_title_agrio,		/* Agrio */
.profielLayer_title_em,				/* E-mail Marketing */
.profielLayer_title_nb,				/* Nieuwsbrief */
.profielLayer_title_com,			/* COMmunicatie */
.profielLayer_dob_agrio,			/* Agrio */
.profielLayer_dob_em,					/* E-mail Marketing */
.profielLayer_dob_nb,					/* Nieuwsbrief */
.profielLayer_dob_com,				/* COMmunicatie */
.profielLayer_desc_agrio,			/* Agrio */
.profielLayer_desc_em,				/* E-mail Marketing */
.profielLayer_desc_nb,				/* Nieuwsbrief */
.profielLayer_desc_com,				/* COMmunicatie */
.profielLayer_content_agrio,	/* Agrio */
.profielLayer_content_em,			/* E-mail Marketing */
.profielLayer_content_nb,			/* Nieuwsbrief */
.profielLayer_content_com			/* COMmunicatie */
{
	color: #5266A3;
}

.profielLayer_title_vp,			/* Veldpost */
.profielLayer_title_vg,			/* Vee & Gewas */
.profielLayer_title_sa,			/* Stal & Akker	*/
.profielLayer_title_ag,			/* Agraaf */
.profielLayer_dob_vp,				/* Veldpost */
.profielLayer_dob_vg,				/* Vee & Gewas */
.profielLayer_dob_sa,				/* Stal & Akker	*/
.profielLayer_dob_ag,				/* Agraaf */
.profielLayer_desc_vp,			/* Veldpost */
.profielLayer_desc_vg,			/* Vee & Gewas */
.profielLayer_desc_sa,			/* Stal & Akker	*/
.profielLayer_desc_ag,			/* Agraaf */
.profielLayer_content_vp,		/* Veldpost */
.profielLayer_content_vg,		/* Vee & Gewas */
.profielLayer_content_sa,		/* Stal & Akker	*/
.profielLayer_content_ag		/* Agraaf */
{
	color: #448069;
}

.profielLayer_title_mm,			/* Melkvee Magazine */
.profielLayer_dob_mm,				/* Melkvee Magazine */
.profielLayer_desc_mm,			/* Melkvee Magazine */
.profielLayer_content_mm		/* Melkvee Magazine */
{
	color: #08266E;
}

.profielLayer_title_am,			/* Akker Magazine */
.profielLayer_dob_am,				/* Akker Magazine */
.profielLayer_desc_am,			/* Akker Magazine */
.profielLayer_content_am		/* Akker Magazine */
{
	color: #0D501E;
}

.profielLayer_title_pb,			/* Pig Business */
.profielLayer_dob_pb,				/* Pig Business */
.profielLayer_desc_pb,			/* Pig Business */
.profielLayer_content_pb		/* Pig Business */
{
	color: #3D91B7;
}

.profielLayer_title_ap,			/* Agrapower */
.profielLayer_dob_ap,				/* Agrapower */
.profielLayer_desc_ap,			/* Agrapower */
.profielLayer_content_ap		/* Agrapower */
{
	color: #333;
}

.profielLayer_title_aad,		/* Agrio's Agrarische Database */
.profielLayer_dob_aad,			/* Agrio's Agrarische Database */
.profielLayer_desc_aad,			/* Agrio's Agrarische Database */
.profielLayer_content_aad		/* Agrio's Agrarische Database */
{
	color: #39474B;
}


/*
TAG: 		.verschijningsdata_*
TAG:    .adverterendata_*
DESC:  	Zet de achtergrond kleur van de bovenste menu balk
*/

.verschijningsdata_agrio thead th,	/* Agrio */
.verschijningsdata_em thead th,			/* E-mail Marketing */
.verschijningsdata_nb thead th,			/* Nieuwsbrief */
.verschijningsdata_com thead th,		/* COMmunicatie */
.adverterendata_agrio thead th,	    /* Agrio */
.adverterendata_em thead th,			  /* E-mail Marketing */
.adverterendata_nb thead th,			  /* Nieuwsbrief */
.adverterendata_com thead th			  /* COMmunicatie */
{
  background-color: #5266A3;
}

.verschijningsdata_vp thead th,			/* Veldpost */
.verschijningsdata_vg thead th,			/* Vee & Gewas */
.verschijningsdata_sa thead th,			/* Stal & Akker	*/
.verschijningsdata_ag thead th,			/* Agraaf */
.adverterendata_vp thead th,			  /* Veldpost */
.adverterendata_vg thead th,			  /* Vee & Gewas */
.adverterendata_sa thead th,			  /* Stal & Akker	*/
.adverterendata_ag thead th			    /* Agraaf */
{
	background-color: #448069;
}

.verschijningsdata_mm thead th,		/* Melkvee Magazine */
.adverterendata_mm thead th		    /* Melkvee Magazine */
{
	background-color: #08266E;
}

.verschijningsdata_am thead th,		/* Akker Magazine */
.adverterendata_am thead th		    /* Akker Magazine */
{
	background-color: #0D501E;
}

.verschijningsdata_pb thead th,		/* Pig Business */
.adverterendata_pb thead th		    /* Pig Business */
{
	background-color: #3D91B7;
}

.verschijningsdata_ap thead th,		/* Agrapower */
.adverterendata_ap thead th		    /* Agrapower */
{
	background-color: #C8000B;
}

.verschijningsdata_aad thead th,		/* Agrio's Agrarische Database */
.adverterendata_aad thead th		    /* Agrio's Agrarische Database */
{
	background-color: #39474B;
}


/*
TAG: 		.verschijningsdata_*
TAG:    .adverterendata_*
DESC:  	Zet de achtergrond kleur van de verschijningsdata tbody row
*/

.verschijningsdata_agrio tbody td,	/* Agrio */
.verschijningsdata_em tbody td,			/* E-mail Marketing */
.verschijningsdata_nb tbody td,			/* Nieuwsbrief */
.verschijningsdata_com tbody td,		/* COMmunicatie */
.adverterendata_agrio tbody td,	    /* Agrio */
.adverterendata_em tbody td,			  /* E-mail Marketing */
.adverterendata_nb tbody td,			  /* Nieuwsbrief */
.adverterendata_com tbody td			  /* COMmunicatie */
{
	background-color: #E1E5F0;
}

.verschijningsdata_vp tbody td,			/* Veldpost */
.verschijningsdata_vg tbody td,			/* Vee & Gewas */
.verschijningsdata_sa tbody td,			/* Stal & Akker	*/
.verschijningsdata_ag tbody td,			/* Agraaf */
.adverterendata_vp tbody td,			  /* Veldpost */
.adverterendata_vg tbody td,			  /* Vee & Gewas */
.adverterendata_sa tbody td,			  /* Stal & Akker	*/
.adverterendata_ag tbody td			    /* Agraaf */
{
	background-color: #D2E1DB;
}

.verschijningsdata_mm tbody td,			/* Melkvee Magazine */
.adverterendata_mm tbody td			    /* Melkvee Magazine */
{
	background-color: #CED4E2;
}

.verschijningsdata_am tbody td,			/* Akker Magazine */
.adverterendata_am tbody td			    /* Akker Magazine */
{
	background-color: #C2D3C6;
}

.verschijningsdata_pb tbody td,			/* Pig Business */
.adverterendata_pb tbody td			    /* Pig Business */
{
	background-color: #DDEDF4;
}

.verschijningsdata_ap tbody td,			/* Agrapower */
.adverterendata_ap tbody td			    /* Agrapower */
{
	background-color: #DADADA;
}

.verschijningsdata_aad tbody td,		/* Agrio's Agrarische Database */
.adverterendata_aad tbody td			  /* Agrio's Agrarische Database */
{
	background-color: #CFD3D4;
}


/*
TAG: 		.verschijningsdata_*
TAG:    .adverterendata_*
DESC:  	Zet de achtergrond kleur van de verschijningsdata tbody row
*/

.verschijningsdata_agrio tbody td.odd,	/* Agrio */
.verschijningsdata_em tbody td.odd,			/* E-mail Marketing */
.verschijningsdata_nb tbody td.odd,			/* Nieuwsbrief */
.verschijningsdata_com tbody td.odd,		/* COMmunicatie */
.adverterendata_agrio tbody td.odd,	    /* Agrio */
.adverterendata_em tbody td.odd,			  /* E-mail Marketing */
.adverterendata_nb tbody td.odd,			  /* Nieuwsbrief */
.adverterendata_com tbody td.odd			  /* COMmunicatie */
{
	background-color: #F0F2F7;
}

.verschijningsdata_vp tbody td.odd,			/* Veldpost */
.verschijningsdata_vg tbody td.odd,			/* Vee & Gewas */
.verschijningsdata_sa tbody td.odd,			/* Stal & Akker	*/
.verschijningsdata_ag tbody td.odd,			/* Agraaf */
.adverterendata_vp tbody td.odd,			  /* Veldpost */
.adverterendata_vg tbody td.odd,			  /* Vee & Gewas */
.adverterendata_sa tbody td.odd,			  /* Stal & Akker	*/
.adverterendata_ag tbody td.odd			    /* Agraaf */
{
	background-color: #E9F0ED;
}

.verschijningsdata_mm tbody td.odd,			/* Melkvee Magazine */
.adverterendata_mm tbody td.odd			    /* Melkvee Magazine */
{
	background-color: #E6E9F1;
}

.verschijningsdata_am tbody td.odd,			/* Akker Magazine */
.adverterendata_am tbody td.odd			    /* Akker Magazine */
{
	background-color: #E0E9E3;
}

.verschijningsdata_pb tbody td.odd,			/* Pig Business */
.adverterendata_pb tbody td.odd			    /* Pig Business */
{
	background-color: #EEF6F9;
}

.verschijningsdata_ap tbody td.odd,			/* Agrapower */
.adverterendata_ap tbody td.odd			    /* Agrapower */
{
	background-color: #ECECEC;
}

.verschijningsdata_aad tbody td.odd,		/* Agrio's Agrarische Database */
.adverterendata_aad tbody td.odd			  /* Agrio's Agrarische Database */
{
	background-color: #E7E9E9;
}


/*
TAG: 		.ditto_wallpaper_item_* a
DESC:  	Zet de achtergrond kleur van het wallpaper blok a href hover link
*/

.ditto_wallpaper_item_agrio a,		/* Agrio */
.ditto_wallpaper_item_em a,			/* E-mail Marketing */
.ditto_wallpaper_item_nb a,			/* Nieuwsbrief */
.ditto_wallpaper_item_com a			/* COMmunicatie */
{
  color: #fff;
  background-color: #7081B6;
}

.ditto_wallpaper_item_vp a,			/* Veldpost */
.ditto_wallpaper_item_vg a,			/* Vee & Gewas */
.ditto_wallpaper_item_sa a,			/* Stal & Akker	*/
.ditto_wallpaper_item_ag a				/* Agraaf */
{
  color: #fff;
  background-color: #699987;
}

.ditto_wallpaper_item_mm a				/* Melkvee Magazine */
{
  color: #fff;
  background-color: #39518B;
}

.ditto_wallpaper_item_am a				/* Akker Magazine */
{
  color: #fff;
  background-color: #336C41;
}

.ditto_wallpaper_item_pb a				/* Pig Business */
{
  color: #fff;
  background-color: #5DA8C9;
}

.ditto_wallpaper_item_ap a				/* Agrapower */
{
  color: #fff;
  background-color: #787878;
}

.ditto_wallpaper_item_aad a			/* Agrio's Agrarische Database */
{
  color: #fff;
  background-color: #4F5B5F;
}



/*
TAG: 		.ditto_wallpaper_*
TAG: 		.ditto_wallpaper_item_* a:hover
DESC:  	Zet de achtergrond kleur van het wallpaper blok
*/

.ditto_wallpaper_agrio,		/* Agrio */
.ditto_wallpaper_em,			/* E-mail Marketing */
.ditto_wallpaper_nb,			/* Nieuwsbrief */
.ditto_wallpaper_com,			/* COMmunicatie */
.ditto_wallpaper_item_agrio a:hover,		/* Agrio */
.ditto_wallpaper_item_em a:hover,			/* E-mail Marketing */
.ditto_wallpaper_item_nb a:hover,			/* Nieuwsbrief */
.ditto_wallpaper_item_com a:hover			/* COMmunicatie */
{
  background-color: #5266A3;
}

.ditto_wallpaper_vp,			/* Veldpost */
.ditto_wallpaper_vg,			/* Vee & Gewas */
.ditto_wallpaper_sa,			/* Stal & Akker	*/
.ditto_wallpaper_ag,			/* Agraaf */
.ditto_wallpaper_item_agrio a:hover,		/* Agrio */
.ditto_wallpaper_item_em a:hover,			/* E-mail Marketing */
.ditto_wallpaper_item_nb a:hover,			/* Nieuwsbrief */
.ditto_wallpaper_item_com a:hover			/* COMmunicatie */
{
  background-color: #448069;
}

.ditto_wallpaper_mm,				/* Melkvee Magazine */
.ditto_wallpaper_item_mm a:hover				/* Melkvee Magazine */
{
	background-color: #08266E;
}

.ditto_wallpaper_am,				/* Akker Magazine */
.ditto_wallpaper_item_am a:hover				/* Akker Magazine */
{
	background-color: #0D501E;
}

.ditto_wallpaper_pb,				/* Pig Business */
.ditto_wallpaper_item_pb a:hover				/* Pig Business */
{
	background-color: #3D91B7;
}

.ditto_wallpaper_ap,				/* Agrapower */
.ditto_wallpaper_item_ap a:hover				/* Agrapower */

{
	background-color: #C8000B;
}

.ditto_wallpaper_aad,			/* Agrio's Agrarische Database */
.ditto_wallpaper_item_aad a:hover				/* Agrio's Agrarische Database */
{
	background-color: #39474B;
}
