body {
	background-image: url('../images/backgrounds/bg_prosedia.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
}

/* Menu kleuren */
.menusubnav a:hover,.menusubnav a.active  {color: #019934; text-decoration: none;}
.menusecondary a:hover, .menusecondary a.active {color: #019934; text-decoration: none;}


/* Producten */
div.product_button:hover img.product_button_photo {border: 1px solid #019934;}
div.product_button:hover div.product_button_text {border: 1px solid #019934; background: #019934; color: #FFF;}

/* Medewerkers */
div.medewerker_button:hover img.medewerker_button_photo {border: 1px solid #019934;}
div.medewerker_button:hover div.medewerker_button_text {border: 1px solid #019934; background: #019934; color: #FFF;}



.menu a, .menu a:link, .menu a:visited {
	/*other styles, like colors, borders and backgrounds*/
	color: #019934;
}

.menu a:hover, .menu a:focus, .menu a:active {
	/*other styles specific for menu item that has focus et cetera, like colors, borders and backgrounds*/
	color: #019934;
}
.menu a.active {
	/*other styles specific for menu item that has focus et cetera, like colors, borders and backgrounds*/
	color: #019934;
	background-color: #FF6600;
}