:root {
/*hdr*/
	--bkhdr:#aaa;								/*bkg header everywhere except home*/
	--bkhdrhome:rgba(255,255,255,0.5);	/*bkg header only in home*/
	--bkhdrscr:rgba(120,120,120,0.9);	/*bkg header when scrolling*/
/*menu*/
	--fgmnu:#000;		/*text color in menu when not selected*/
	--bk: #f00;			/*bgk buttons*/
	--fg: #fff;			/*fg buttons*/
	--bkhov: #f00;		/*bkg when hovering on a button*/
	--fghov: #fff;		/*fg when hovering on a button*/

/*All other buttons*/
	--bk2: #f00;			/*bgk buttons*/
	--fg2: #fff;			/*fg buttons*/
	--bkhov2: #a00;		/*bkg when hovering on a button*/
	--fghov2: #fff;		/*fg when hovering on a button*/

/*src box*/
	--bksrcbox:#eee;	/*bkg search container*/
	--bksrc:#fff;		/*bkg search box (#aab)*/
	--fgsrc:#000;		/*fg search box (#fff)*/

/*eval*/
	--bkev:#ABA28C;	/*bkg evaluation box*/
	--fgev:#fff;	/*fg evaluation box*/

/*result list*/
	--bklst:#444;
	--fglst:#fff;

/*global parameters*/
	--band1:#ddd; /*band color background used e.g. in vendi/contatti */
	--band2:#ddd; /*band color background used advanced search */

/*Footer*/
	--bkftr: #4D3713;	/*bkg footer*/
	--fgftr: #fff;	/*fg footer*/

	--bkftr: #DCD4C7;	/*bkg footer*/
	--fgftr: #333;	/*fg footer*/

	/* light or dark images. "inline-block" to activate, "none" to disable */
	--ftr-img-lite:none;
	--ftr-img-dark:--ftr-img-lite:none;
}

#ftr a:link, #ftr a:visited{color:#666}
#ftrrs a:link, #ftrrs a:visited{color:#333}

