﻿/*
Extend base StyleSheet with color blue in stead of orange for Eneco websites.
This StyleSheet is intended for use with:

- Microsoft Internet Explorer 6.0 or up
- Mozilla FireFox 1.5 or up
- Safari 2.0 or up

*/
/* BEGIN: MAIN Style */
h1 {
	color:				#FDAD23;
}

h2 {
	color:				#FDAD23;
}

a, a:visited, #ContentZone a, #ContentZone a:visited, .SideBarWrapperContent a, .SideBarWrapperContent a:visited, .WebPartContent a, .WebPartContent a:visited
{
	color:				#8E99B5 !important;
}

a:hover, #ContentZone a:hover, .SideBarWrapperContent a:hover, .WebPartContent a:hover
{
	color:				#8E99B5 !important;
}
/* EINDE: MAIN Style */

/* BEGIN: Top Bar Styles */
#TopBar a {
	color:				#8E99B5;
}

#TopBar a.current {
	color:				#FDAD23;
}

/* EINDE: Top Bar Styles */
#LogoBar {
	height:				110px;
}
/* BEGIN: Navigation en Product Tabs Styles */

#Navigation ul li a {
	color:				#8E99B5;
}

#Navigation ul li.selected a {
	color:				#8E99B5;
}

#Navigation ul li ul li a {
	color:				#8E99B5 !important;
}

#Navigation ul li a:hover, 
#Navigation ul li.selected a:hover, 
#Navigation ul li ul li a:hover {
	color:				#8E99B5;
}
/* EINDE: Navigateion en Product Tabs Styles */

/* BEGIN: FooterBar Styles */
/* Disclaimer Styles */
#Disclaimer a
{
	color:				#8E99B5;
}

#Disclaimer a:hover
{
	color:				#8E99B5;
}
/* EINDE: FooterBar Styles */

/* BEGIN: General Styles */
.dottedline 
{
	background:			url(images/EnecoGeneriek/bg_footer_whisper.png) repeat-x top left;
}

/* EINDE: General Styles */

/* BEGIN: PageLayout Styles */
#BannerZoneLeft
{
	background-color:	#8E99B5;
}
/* EINDE: PageLayout Styles */

/* BEGIN: SubNavigation Styles*/
#SubNavigation {
	color:				#8E99B5;
}

#SubNavigation ul, #SubNavigation ul li ul
{
	list-style-image:	url(images/EnecoGeneriek/blt_submenu_whisper.png);
}

/*eerste niveau*/
#SubNavigation ul li a
{
	color:				#8E99B5;
}

#SubNavigation ul li.selected a, #SubNavigation ul li ul li.selected a {
	color:				#8E99B5;
}

#SubNavigation ul li a:hover, #SubNavigation ul li ul li a:hover{
	color:				#8E99B5;
}

/*tweede niveau*/
#SubNavigation ul li.selected ul li a, #SubNavigation ul li ul li a
{
	color:				#8E99B5;
}
/* EINDE: SubNavigation Styles*/

/* BEGIN: Breadcrump Styles */
#BreadCrumb span span a {
	color:				#8E99B5;
}

#BreadCrumb span span a:hover {
	color:				#8E99B5;
}

#BreadCrumb span span {
	color:				#8E99B5;
}
/* EINDE: Breadcrump Styles */

/* BEGIN: Overige Styles*/
#FooterBar
{
	padding:			40px 0px 0px 0px;
}

.DottedLinks
{
	background:			url('/Style Library/Images/EnecoGeneriek/bg_contentcolumn_whisper.png') repeat-y right;
}

.eneco-besparingstip-title
{
	background-color:	#011859;
}

.eneco-description a, 
#linkitem a, 
.eneco-archief a, 
.eneco-paging a,  
.eneco-itemcell a, 
.eneco-description a:link, 
#linkitem a:link, 
.eneco-description a:visited, 
#linkitem a:visited, 
.eneco-archief a:link, 
.eneco-archief a:visited, 
.eneco-paging a:link, 
.eneco-paging a:visited, 
.eneco-itemcell a:link, 
.eneco-itemcell a:visited, 
.eneco-bullet a, 
.eneco-bullet a:link, 
.eneco-bullet a:visited, 
.verbruikfilterTable a, 
.verbruikfilterTable a:visited, 
.verbruikfilterTable a:link, 
.eneco-levelItem ul li a, 
.eneco-levelItem ul li a:link, 
.eneco-levelItem ul li a:visited,
#eneco-titelitem a,
#eneco-titelitem a:link,
#eneco-titelitem a:visited {
	color:				#8E99B5;
}

.eneco-description a:hover, 
#linkitem a:hover, 
.eneco-paging a:hover, 
.eneco-archief a:hover, 
.eneco-itemcell a:hover, 
.eneco-bullet a:hover, 
.verbruikfilterTable a:hover, 
.eneco-levelItem ul li a:hover,
#eneco-titelitem a:hover {
	color:				#8E99B5;
}

.eneco-bullet
{
	color:				#8E99B5;
}

#eneco-titelitem
{
	color:				#8E99B5;
}

.eneco-levelItem ul,
.eneco-level-subSection2 ul,
.eneco-level-subSection3 ul
.eneco-levelItem ul li ul,
.eneco-level-subSection2 ul li ul,
.eneco-level-subSection3 ul li ul
{
	list-style-image:	url(images/EnecoGeneriek/blt_submenu_whisper.png);
}

.taboverzicht
{
	color:				#011859;
}

.BruineLink a, .BruineLink a:link, .BruineLink a:visited, .inloggenBlock a, .inloggenBlock a:link, .inloggenBlock a:visited, .contactBlock a, .contactBlock a:link, .contactBlock a:visited
{
	color:				#8E99B5;
}

.minplusLink a, .minplusLink a:link, .minplusLink a:visited, .minplusLink a:active
{
	color:				#8E99B5;
}
/* EINDE: Overige Styles */


/* 20-04-2009 RvL - linkcoloroverride class wordt gebruikt in o.a de Beeldenbank webpart uit de Generieke Webparts Solution
en staat ingesteld op een <div> met daarin een <a>. Wanneer men wil afwijken van het onderstaande, dan in een andere css overschrijven. */
.linkoverride a
{	
	color: #8E99B5;
}

.linkoverride a:visited
{	
	 color: #8E99B5;
}

.linkoverride a:link
{	
	 color: #8E99B5;
}

.linkoverride a:active
{	
	 color: #8E99B5;
}
/* EINDE: Overige Styles */