/**
 * Color.css - Corporate identity styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 * 
 * Colors:
 * - Base:              #4C4C4C;
 * - Gray:              #666666;
 * - Lighter gray:      #D4D4D4;
 
 * - HANDELSONDERNEMING:
 * - Blue:              			#003376;
 * - Lighter blue:      			#194783;
 * - Even lighter blue: 			#6685AD;
 
 * - HORECA EN INTERIEUR:
 * - Green:                 	#006C49;
 * - Lighter green:         	#33896D;
 * - Even lighter green: 		#7FB5A4;

 * - MATERIEELVERHUUR:
 * - Green:                 	#006C49;
 * - Lighter green:         	#33896D;
 * - Even lighter green: 		#7FB5A4;

 */

/* Layout */

body {
	background-color: #33896D;
}

a:link, a:visited {
	color: #006C49;
}

h1, h2, h3, h4, h5, h6 {
	color: #006C49;
}

.accent {
	color: #006C49;
}

#footer {
	background-color: #006C49;
	color: #7FB5A4;
}

.block:hover .block-caption {
	color: #006C49;
}

.block .label .label-description {
	color: #006C49;
}

.back:hover {
	color: #006C49 !important;
}

.accordion-button:hover {
	color: #006C49 !important;
}

.accordion-button-active {
	color: #006C49 !important;
}

.pagination ol li a {
	color: #7FB5A4 !important;
}

.pagination ol li a:hover {
	color: #006C49 !important;
}

.pagination ol li.selected a {
	color: #006C49 !important;
}

#venture-tabs li a:hover,
#venture-tabs li.selected a {
	color: #006C49;
}

#search {
	border: 1px solid #006C49;
	color: #7FB5A4;
}

#categories li a {
	background-color: #006C49;
	border-right: 1px solid #33896D;
}

#categories li:hover a,
#categories li.sfhover a,
#categories li.selected a {
	color: #006C49;
}

#categories li ul li a {
	color: #006C49;
}

#page-navigation h2 {
	background: #006C49 url(../img/bar-sprite.gif) repeat-x 0 -30px;
}

#page-navigation ul li a:hover,
#page-navigation ul li.selected a {
	color: #006C49 !important;
}

#maps-zipnum,
#maps-zipchar {
	text-transform: uppercase;
	color: #7FB5A4;
}

#maps-submit {
	color: #006C49;
}

#breadcrumbs li a:hover {
	color: #006C49 !important;
}

#breadcrumbs li.last a {
	color: #006C49 !important;
}

#news-archive .date {
	color: #006C49;
}

#news-archive a:hover,
#news-archive .hover a {
	color: #006C49 !important;
}

#contact-submit {
	background: #006C49 url(../img/button-sprite.gif) no-repeat 0 -257px;
}

#contact-submit:hover {
	background-position: 0 -277px;
}

#brand-ticker-content li a {
	border: 6px solid #33896D;
}

#brand-ticker-content li a:hover {
	border-color: #7FB5A4;
}

#service-navigation .button {
	color: #7FB5A4 !important;
}

.service-navigation-menu ul li a {
	color: #7FB5A4 !important;
}


/* Navigation */

#navigation li a {
	color: #7FB5A4;
}

