@charset "utf-8";
/* CSS Document */

/*
$Header: /SERVEX/LWOHS/HTML/css/formule-cestdupain/formule.css 5     30-07-08 17:20 Eap Bachman $
$Revision: 5 $
$History: formule.css $ 
 * 
 * *****************  Version 5  *****************
 * User: Eap Bachman  Date: 30-07-08   Time: 17:20
 * Updated in $/SERVEX/LWOHS/HTML/css/formule-cestdupain
 * randje om zoekbox toegoevoegd

*/

	
	
/***** ACHTERGROND KLEUREN *****/
	
	
	/* algemene elementen met ACHTERGRONDKLEUR2 (de achtergrondkleur van de grote vlakken) */
	body,
	#footer,
	.imagesBlock,
	.workFormWrapper,
	#contentWrapper .contentLeft .divider,
	.buttonLink .middle
	{
		
		background-color: #3e5453;
	}
	
/* BOX, BOX2 kleuren van box1 en box 2 (moet overeenkomen met image randen, zie formule-images.css */
	.box {
		background-color: #3e5453;
	}
	.box,
	.box a {
		color: #ffffff;
	}
	
	.box2 {
		background-color: #ffffff;
	}
	.box2,
	.box2 a {
		color: #3e5453;
	}
	
	/* linkkleur van de default 'button link' element */
	.buttonLink .middle a,
	#contentWrapper .content .buttonLink .middle a {
		color: #ffffff;
	}

	
/***** TEKST KLEUREN *****/	
	
	/*** KOPJES */
	h1, h2, h3, h4, h5, h6
	, .emphasized,
	#contentWrapper .content a,
	.boxWrapper .menuLevel3Wrapper .linksList a:hover,
	.boxWrapper .menuLevel3Wrapper .linksList a.selected 
	{
		color: #3e5453;
	}
	
	/*** FOOTER & HEADER SLOGAN */
	#mainSlogan h1,
	#mainSlogan h1 
	{
		color: #ffffff;
	}
	
	/* TOP MENU & TOPMENU LINKS */
	#header .topMenu .linksBlock,
	#header .topMenu .linksBlock a {
		color: #3e5453;
	}
	
	#footer .footerSlogan h1,
	#footer .footerSlogan h1 a
	{
		color: #3e5453;
	}
	
	/* BUTTONS */
	input.submitButton0 {
		color: #3e5453;
	}
	input.submitButton
	{
		color: #ffffff;
		background-color: #3e5453;
	}
	input.submitButton2
	{
		color: #3e5453;
		background-color: #ffffff;
	}	
	
	/*** WERKEN BIJ FORMULIER */
	.workFormWrapper, .workFormWrapper td {
		color: #ffffff;
	}	
	
	/*** TABS MENU */
	/* achtergrondkleur tabsmenu */
	.tabsMenuWrapper ul li a {
		background-color: #3e5453;
	}
	.tabsMenuWrapper ul li {
		background-color: #ffffff;
	}
	.tabsMenuWrapper ul li a {
		color: #ffffff;
	}
	/* mouseover en selected level 1 menu*/
	.tabsMenuWrapper ul li.selected a,
	.tabsMenuWrapper ul li.selected a:hover {
		color: #3e5453;
	}
	.tabsMenuWrapper ul li a:hover {
		color: #ffffff;
	}
	/* mouseover en selected level 2 menu*/
	.tabsMenuWrapper ul li.selected ul li.selected a,
	.tabsMenuWrapper ul li.selected ul li a:hover {
		color: #000000;
	}
	
	/* TABULAR DATA */
	#contentWrapper .content .tabularData .headerRow  {
		background-color: #3e5453;
	}
	#contentWrapper .content .tabularData .headerRow .cellcontent,
	#contentWrapper .content .tabularData .headerRow .cellcontent a {
		color: #ffffff;
	}
	#contentWrapper .content .tabularData .headerRow .contentSelected,
	#contentWrapper .content .tabularData .headerRow .contentSelected a,	 {
		color: #ffffff;
	}	
	
	/* FOOTER MENU */
	#footer .linksBlock,
	#footer .linksBlock a
	{
		color: #ffffff;
	}
	
	.searchBlock input {		
		border: solid 1px #3e5453;	
	}