@charset "utf-8";

/* Ecotax Beveiligingstechniek CSS
	Developed by Omines - www.omines.nl

	This CSS document contains overrides for the specific Ecotax BT site
	
	1) Global definitions
	2) Site layout definitions
	3) Layout definitions
	4) Company section definitions
	5) Content section definitions
	6) Meta section definitions
	7) Menu section definitions
	8) Adress section definitions
	9) Search section definitions
	10) Interact section definitions 
	11) Footer section definitions 
*/

div#section-company h2 {
	padding:55px 0px 0px 5px;
}

/* 3. Menu section definitions*/
#mainmenu ul ul a:hover, #mainmenu ul ul :hover > a {
	color:#B5121B;
	background-image:url(/static/img/bt/menu-img-red.gif);
}

/* 5. Content section definitions*/
div#section-content{
	background-image:url(/static/img/bt/content-background.png);
}
div#section-content h1{
	color:#B5121B;
}
div#section-content h2{
	color:#B5121B;
}
div#section-content a, div#section-content a:hover, div#section-content a:visited{
	color:#B5121B;
}
div#section-content p.firstpar{
	color:#470000;
}
div#section-content p.par{
	color:#3e3b3b;
}
div#section-content p.subpar, div#section-content li{
	color:#997e7e;
}
div#section-content h2.sub{
	color:#B5121B;
}
div#section-content h1 span.arrow{
	background-image:url(/static/img/bt/crumb-arrow.gif);
}

/* 6. Meta section definitions*/
div#section-meta h3, ul.deepcontent {
	color:#B5121B;
}

/* 11. Footer section definitions */
div#footer {
	background-image:url(/static/img/bt/footer-background.gif);
}