﻿/*

Base StyleSheet 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

*/

/*

2011-06-17 Ron van der Ham (Logica): #Edit {position:relative;} removed for IE7 compatibility

2011-06-17 Ron van der Ham (Logica): .TableCellPadding {margin: 5px 10px 5px 10px;} changed to .TableCellPadding {padding: 5px 10px 5px 10px;}  to hide orange dots in empty cells in FireFox

*/


/* BEGIN: MAIN Style */
Body
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background: url(images/EnecoGeneriek/bg_page.png) repeat-y center top;
}

/* 16-04-2009 NvdL - Onderstaande class uitgecommentarieerd vanwege align problmen in de RichHtml editor
body *
{
	text-align:			left;
}
*/

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	color: #cd003a;
	line-height: 19px;
	padding: 11px 0px 10px 0px;
	margin: 0px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-weight: bold;
	color: #404040;
	line-height: 19px;
	padding: 2px 0px 7px 0px;
	margin: 0px;
}

h3, .inloggenBlock h3, .contactBlock h3, .H3Label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-weight: bold;
	color: #404040;
	line-height: 19px;
	padding: 2px 0px 7px 0px;
	margin: 0px;
}

p
{
	font-family: verdana, arial, sans-serif;
	color: #333333;
	line-height: 19px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 12px;
}

a, a:visited, #ContentZone a, #ContentZone a:visited, .SideBarWrapperContent a, .SideBarWrapperContent a:visited, .WebPartContent a, .WebPartContent a:visited
{
	color: #d84e00 !important;
	text-decoration: none !important;
}

a:hover, #ContentZone a:hover, .SideBarWrapperContent a:hover, .WebPartContent a:hover
{
	text-decoration: underline;
}

ul, ol
{
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
	color: #333333;
}

ol
{
	margin-left: 20px !important;
}

li
{
	font-family: verdana, arial, sans-serif;
	line-height: 19px;
	padding: 0xp 0px 5px 0px;
}
input[type='button']
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: #666666 1px solid;
	margin: 0px;
	background: url(images/EnecoGeneriek/bg_formbutton.png) repeat-x center;
	background-color: #666666;
	text-align: center;
}
sup, sub
{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup
{
	bottom: 1ex;
}

sub
{
	top: .5ex;
}

/* EINDE: MAIN Style */

.ms-MenuUIItemTable, .ms-MenuUIItemTableHover, .ms-ToolPaneOuter
{
	text-align: left !important;
}

.dynamicMenu
{
	/* Ron van der Ham (Logica): M1012 0802. Menu valt achter #SideBarWrapper */
	z-index: 10201;
}

.modalPopup
{
	background-color: #fff !important;
	border: none !important;
}

.modalBackground
{
	background-color: #000 !important;
	filter: alpha(opacity=30) !important;
	opacity: 0.3 !important;
	-moz-opacity: 0.3 !important;
}

/* BEGIN: MainBodyDiv */
#BodyContainer
{
	text-align: left !important;
	width: 980px;
	margin: 0 auto;
}
/* EINDE: MainBodyDiv */

/* BEGIN: Top Bar Styles */
#TopBar
{
	width: 980px;
	padding: 8px 6px 6px 5px;
	background: url(images/EnecoGeneriek/bg_metanavigatie.png) repeat-x bottom;
	color: #b2b2b2;
	text-align: right;
	z-index: 7 !important;
}

#TopBar a
{
	padding: 0px 9px 0px 9px;
	color: #664c3d;
	text-decoration: none;
}

#TopBar a.current
{
	color: #cd003a;
}

#TopBar a:hover
{
	text-decoration: underline;
}

#SiteActionMenu
{
	float: left;
	text-align: left !important;
	position: relative;
	top: -8px;
	left: -5px;
	z-index: 7 !important;
}
#SiteActionMenu table, #SiteActionMenu table tr, #SiteActionMenu table tr td, #SiteActionMenu table tr td span, #SiteActionMenu table tr td span menu, #SiteActionMenu table tr td span menu ie:menuitem
{
	z-index: 7 !important;
}
/* EINDE: Top Bar Styles */

/* BEGIN: LogoBar Styles */
#LogoBar
{
	width: 980px;
	height: 90px;
	vertical-align: middle;
	padding: 3px 0px 3px 5px;
}

#LogoImage
{
	float: left;
	text-align: center;
}

#DoelgroepLabel
{
	float: right;
	margin-top: 35px;
	margin-right: 200px !important;
	margin-right: 105px;
}

#DoelgroepLabel a:hover, .doelgroep a:hover
{
	text-decoration: none;
}
/* EINDE: LogoBar Styles */

/* BEGIN: ContentBar Styles */
#ContentBar
{
	width: 980px;
	padding: 0px;
}
#ContentBar div, #ContentBar td
{
	font-size: 12px;
}

#ContentWrapper
{
	float: left;
	width: 750px;
	padding: 10px 5px 15px 10px; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
}

#SideBarWrapper
{
	float: right;
	width: 185px;
	position: relative;
	background: url(images/EnecoGeneriek/bg_sidebar.png) no-repeat top left;
	background-color: #FFFFFF;
	padding: 10px 5px 5px 15px;
	overflow: hidden;
	top: 20px;
	z-index: 10101;
}


.SideBarWrapperContent
{
	width: 185px;
}

#Search
{
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	padding: 0px 0px 10px 0px;
}

.SearchInput
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: #CCCCCC 1px solid;
	margin: 0px;
	padding: 2px 2px 1px 2px;
	width: 75px;
}
/* EINDE: ContentBar Styles */

/* BEGIN: Navigation en Product Tabs Styles */
#Navigation
{
	height: 35px;
	width: 775px;
	position: relative;
	float: left;
	background: url(images/EnecoGeneriek/bg_hoofdnavigatie.png) repeat-x bottom left;
}

#ProductTabs
{
	height: 35px;
	width: auto;
	z-index: 5;
}

#Navigation ul, #ProductTabs ul
{
	padding: 0;
	margin: 0;
	height: 35px;
	list-style-type: none;
}

#ProductTabs ul
{
	z-index: 5 !important;
}

#ProductTabs ul
{
	margin-top: 5px;
}

#Navigation ul li
{
	float: left;
	position: relative;
	line-height: normal;
	behavior: url(/Style%20Library/EnecoGeneriekIEFixes.htc);
}

#ProductTabs ul li
{
	float: left;
	position: relative;
	line-height: normal;
	z-index: 5;
}


#Navigation ul li a
{
	float: left;
	color: #d84e00;
	text-decoration: none;
	padding: 15px 26px 4px 26px;
	font-size: 13px;
}

#ProductTabs ul li a
{
	float: left;
	color: #d84e00;
	text-decoration: none;
	padding: 15px 10px 4px 10px;
	font-size: 12px !important;
}

#Navigation ul li a:hover, #ProductTabs ul li a:hover
{
	text-decoration: underline;
}

#Navigation ul li.left a
{
	background: url(images/EnecoGeneriek/bg_hoofdnavigatie_item_left.png) no-repeat bottom left;
	padding-right: 5px !important;
}

#ProductTabs ul li.left a
{
	background: url(images/EnecoGeneriek/bg_paginatab_item_left.png) no-repeat bottom left;
	padding-right: 0px !important;
}

#Navigation ul li.right a
{
	background: url(images/EnecoGeneriek/bg_hoofdnavigatie_item.png) no-repeat bottom right;
	padding-left: 5px !important;
}

#ProductTabs ul li.right a
{
	background: url(images/EnecoGeneriek/bg_paginatab_item.png) no-repeat bottom right;
	padding-left: 0px !important;
}

#Navigation ul li.selected
{
	background: url(images/EnecoGeneriek/bg_hoofdnavigatie_li.png) no-repeat bottom right;
}

#ProductTabs ul li.selected
{
	background: url(images/EnecoGeneriek/bg_hoofdnavigatie_li.png) no-repeat bottom right;
	z-index: 5;
}

#Navigation ul li.selected a
{
	background: url(images/EnecoGeneriek/bg_hoofdnavigatie_a.png) no-repeat bottom left;
	color: #664c3d;
	padding-left: 25px;
	padding-right: 25px;
}

#ProductTabs ul li.selected a
{
	background: url(images/EnecoGeneriek/bg_hoofdnavigatie_a.png) no-repeat bottom left;
	color: #664c3d;
	padding-left: 15px;
	padding-right: 15px;
}

#Navigation ul li ul, #Navigation ul li.selected ul
{
	display: none;
	margin-left: 5px;
	padding: 14px 22px 25px 22px;
	position: absolute;
	left: 3px;
	top: 35px;
	background-color: #FFFFFF;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	width: 188px;
	height: auto !important;
}

#Navigation ul li.left ul
{
	left: 3px;
}

#Navigation ul li.right ul
{
	left: -17px;
}

#Navigation ul li:hover ul, #Navigation ul li.hover ul
{
	display: block;
}

#Navigation ul li ul li
{
	clear: left;
	background: none !important;
}

#Navigation ul li.selected ul li a
{
	padding: 0px !important;
}

#Navigation ul li ul li a
{
	color: #D84E00 !important;
	padding: 0px !important;
	background: none !important;
	font-size: 12px !important;
	font-weight: bold;
	width: 188px;
	line-height: 19px;
}

#Navigation ul li ul li.more a
{
	font-size: 11px !important;
	font-weight: normal;
	text-align: right;
	line-height: 18px;
}

#Navigation ul li.left ul li a
{
	padding: 0px !important;
}

#Navigation ul li.right ul li a
{
	padding: 0px !important;
}
/* EINDE: Navigateion en Product Tabs Styles */

/* BEGIN: FooterBar Styles */
#FooterBar
{
	width: 980px;
	font-size: 11px;
}
/* PayOff Styles */
#PageFooterTop
{
	padding: 80px 0px 0px 0px;
}

#PayOff
{
	float: left;
	position: relative;
	padding-bottom: 16px;
}

/* SitePicker Styles */
#SitePicker
{
	float: right;
	position: relative;
}

#SitePicker select
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* StylePicker Styles */
#StylePicker
{
	float: left;
	padding: 9px 0px 0px 0px;
	color: #333333;
	height: 30px;
}

#StylePicker img
{
	margin: 0px 3px 0px 0px;
	position: relative;
	top: 4px;
	border-width: 0px;
}

#StylePicker .buttons
{
	padding: 0px 0px 0px 13px;
}

/* Disclaimer Styles */
#Disclaimer
{
	float: right;
	margin-right: -9px;
	padding: 15px 0px 0px 0px;
	color: #333333;
}

#Disclaimer a
{
	padding: 0px 9px 0px 9px;
	color: #664c3d;
	text-decoration: none;
}

#Disclaimer a:hover
{
	color: #cd003a;
	text-decoration: underline;
}
/* EINDE: FooterBar Styles */

/* BEGIN: General Styles */
#TopBar div, #TopBar td, #LogoBar div, #LogoBar td, #NavigationBar div, #NavigationBar td, #ContentBar div, #ContentBar td, #FooterBar div, #FooterBar td
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.dottedline
{
	height: 3px;
	background: url(images/EnecoGeneriek/bg_footer.png) repeat-x top left;
}
.clear
{
	clear: both;
}
.button
{
	height: 20px;
	color: #ffffff;
	border: solid 1px #646464;
	background: url(images/EnecoGeneriek/bg_button.png) repeat-x top;
	background-color: #646464;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
/* EINDE: General Styles */

/* BEGIN: PageLayout Styles */
#Edit
{
	width: 750px;
}
#BannerZone
{
	width: 750px;
	height: 150px;
	background-color: #EBF1DE; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
}

#BannerZoneSmall
{
	width: 750px;
	height: 125px;
	background-color: #EBF1DE; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
}
#BannerZoneLeft
{
	width: 250px;
	height: 125px;
	float: left; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
	color: #FFFFFF;
	background-color: #D84E00;
}

#BannerZoneLeft p
{
	color: #FFFFFF;
	padding: 5px 5px 5px 5px !important;
}

#BannerZoneLeft div, #BannerZoneLeft div p
{
	color: #FFFFFF;
}

#BannerZoneRight
{
	width: 500px;
	height: 125px;
	background-color: #EBF1DE;
	float: right; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
}
#ContentZone
{
	/* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
	width: 750px;
	padding: 5px 5px 0px 5px;
}
.ContentZoneContent
{
	width: 750px;
}
.ContentZoneContent, .ContentZoneContent div
{
	display: inline;
}

.reToolbarWrapper
{
	display: block !important;
}

#ContentZoneLeft
{
	width: 360px; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
	padding-right: 15px;
	float: left;
}
.ContentZoneLeftContent, .ContentZoneRightContent
{
	width: 350px;
}
#ContentZoneLeftLarge
{
	width: 460px; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
	padding-right: 15px;
	float: left;
}
#ContentZoneLeftLargeContent
{
	width: 450px;
}
#ContentZoneRight
{
	width: 360px; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
	padding: 0px 5px 0px 5px;
	float: right;
}
#ContentZoneRightSmall
{
	width: 265px; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
	padding: 0px 5px 0px 5px;
	float: right;
}
#ContentZoneRightSmallContent
{
	width: 255px;
}
#SubNavigationZone
{
	width: 185px; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
	float: left;
	padding: 5px 5px 0px 5px;
}
#ContentCenterZone
{
	width: 545px;
	padding: 5px 5px 0px 5px; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
	float: right;
}
#ContentCenterZoneBanner
{
	width: 545px;
	height: 125px;
	background-color: #EBF1DE;
}
.ContentCenterZoneContent
{
	width: 545px;
}
#ContentCenterZoneContentLeft
{
	width: 270px;
	float: left; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
}
#ContentCenterZoneContentRight
{
	width: 270px;
	float: right; /* 16-04-2009 RvL - Onderstaande regel uitgecommentarieerd vanwege de ModalPopupWebpart     Door de position op relative te zetten valt niet alles onder de popup en dus selecteerbaar. 	position:			relative; */
}
/* EINDE: PageLayout Styles */

/* BEGIN: SubNavigation Styles*/
#SubNavigation
{
	color: #d84e00;
}

#SubNavigation ul
{
	margin: 0px;
	margin-left: 0px;
}

#SubNavigation ul, #SubNavigation ul li ul
{
	list-style-image: url(images/EnecoGeneriek/blt_submenu.png);
}

/*eerste niveau*/
#SubNavigation ul li
{
	line-height: 19px;
	padding: 0px 0px 7px 0px;
}

#SubNavigation ul li a
{
	font-size: 12px;
	color: #d84e00;
	text-decoration: none;
	font-weight: bold;
}

#SubNavigation ul li.selected a, #SubNavigation ul li ul li.selected a
{
	font-size: 12px;
	color: #664c3d;
	text-decoration: none;
}

#SubNavigation ul li.selected, #SubNavigation ul li ul li.selected
{
	list-style-image: url(images/EnecoGeneriek/blt_submenu_selected.png);
}

#SubNavigation ul li a:hover, #SubNavigation ul li ul li a:hover
{
	color: #d84e00;
	text-decoration: underline;
}

/*tweede niveau*/
#SubNavigation ul li ul
{
	margin: 0px;
	padding-top: 5px;
}

#SubNavigation ul li ul li
{
	line-height: 19px;
	padding: 0px 0px 6px 0px;
}

#SubNavigation ul li.selected ul li a, #SubNavigation ul li ul li a
{
	font-size: 12px;
	color: #d84e00;
	text-decoration: none;
	font-weight: normal;
}
/* EINDE: SubNavigation Styles*/

/* BEGIN: Breadcrump Styles */
#BreadCrumb
{
	font-size: 10px;
}

#BreadCrumb span
{
	color: gray;
	text-align: center;
}

#BreadCrumb span span img, #BreadCrumb span span
{
	text-align: center;
}

#BreadCrumb span span a
{
	font-size: 10px;
	color: #d84e00;
	text-decoration: none;
}

#BreadCrumb span span a:hover
{
	font-size: 10px;
	color: #d84e00;
	text-decoration: underline;
}


#BreadCrumb span span
{
	font-size: 10px;
	color: #664c3d;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}
/* EINDE: Breadcrump Styles */

/* BEGIN: Overige Styles*/
.DottedLinks
{
	padding-right: 5px;
	background: url('/Style Library/Images/EnecoGeneriek/bg_contentcolumn.png') repeat-y right;
}

.item
{
	padding: 0px;
	margin: 0px;
}

.TableCellPadding
{
	padding: 5px 10px 5px 10px;
}
.eneco-groupheader
{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}

.eneco-besparingstip
{
	width: 100%;
	font-size: 12px;
}

.eneco-besparingstip-title
{
	width: 100%;
	background-color: #FFF9E5;
	font-size: 12px;
	color: #333333;
	padding: 2px;
}

.eneco-besparingstip-tip
{
	width: 100%;
	font-size: 12px;
	color: #333333;
	padding: 0px 0px 2px 0px;
}

#ProductTabs
{
	width: 100%;
}

#ProductTab1
{
	width: 530px;
	display: block;
	padding: 10px 5px 10px 10px;
}

#ProductTab2, #ProductTab3, #ProductTab4, #ProductTab5, #ProductTab6
{
	width: 530px;
	display: none;
	padding: 10px 5px 10px 10px;
}

.Eneco-image-float-left
{
	float: left;
}

.Eneco-image-float-left img
{
	padding-right: 5px;
	padding-bottom: 5px;
}

.verbruikfilterTable
{
	background-color: #FFF9E5;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	clear: both;
}

.eneco-link-item
{
	color: #4c4c4c;
	text-decoration: none;
}

.eneco-link-item div
{
	display: block;
}

.eneco-overzicht-kop
{
	color: #4c4c4c;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.eneco-description
{
	color: #4c4c4c;
	font-size: 12px;
	line-height: 19px;
}

.eneco-ProductOverzicht
{
	width: 235px;
}
.eneco-footer
{
	width: 75%;
	font-size: 12px;
}

.eneco-archief
{
	padding-top: 5px;
	font-size: 12px;
}

.eneco-itemcell
{
	padding: 5px;
	line-height: 19px;
}

#linkitem
{
	margin-bottom: 10px;
	display: block;
}

.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: #d84e00;
	text-decoration: none;
	font-size: 12px;
}

.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: #d84e00;
	text-decoration: underline;
	font-size: 12px;
}

.eneco-bullet
{
	color: #d84e00;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
}

.eneco-paging
{
	width: 500px;
	font-size: 12px;
}

.eneco-paging-cell1
{
	width: 150px;
	font-size: 12px;
}

.eneco-paging-cell2
{
	width: 250px;
	font-size: 12px;
}

.eneco-paging-cell3
{
	width: 100px;
	font-size: 12px;
}

.itemTable
{
	width: 250px;
	font-size: 12px;
}

.itemCell1
{
	width: 50px;
	font-size: 12px;
}

.itemCell3
{
	width: 200px;
	font-size: 12px;
}

#eneco-titelitem
{
	color: #d84e00;
	font-weight: bold;
	font-size: 12px;
}

.eneco-levelItem
{
	padding: 0px;
	font-size: 12px;
}

.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
{
	margin: 0px;
	list-style-image: url(images/EnecoGeneriek/blt_submenu.png);
}

.eneco-levelItem ul li, .eneco-level-subSection2 ul li, .eneco-level-subSection3 ul li
{
	font-family: verdana, arial, sans-serif;
	line-height: 19px;
	padding: 0xp 0px 7px 0px;
}

.taboverzicht
{
	color: #cd003a;
	line-height: 19px;
}
.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: #664C3D;
}
.BruineLink a:hover, .inloggenBlock a:hover, .contactBlock a:hover
{
	text-decoration: none;
}
.minplusLink a, .minplusLink a:link, .minplusLink a:visited, .minplusLink a:active
{
	color: #664C3D;
	font-weight: bold;
}
.minplusLink a:hover
{
	text-decoration: none;
}
.font11
{
	font-size: 11px;
}
.font13
{
	font-size: 13px;
}

.TabOverzicht
{
	padding-right: 10px;
}

.MarginBottom
{
	margin-bottom: 10px;
}

.inloggenBlock, .contactBlock
{
	border-bottom: 1px solid #B3B3B3;
	padding: 0px 0px 10px 0px;
}

.eneco-level-subSection2
{
	margin-left: 10px;
}

.eneco-level-subSection3
{
	margin-left: 15px;
}

.LoginInput
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: #CCCCCC 1px solid;
	margin: 0px;
	padding: 2px 2px 1px 2px;
}

.RichHtml
{
	width: 99%;
}

/* 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: #D84E00;
}

.linkoverride a:visited
{
	color: #D84E00;
}

.linkoverride a:link
{
	color: #D84E00;
}

.linkoverride a:active
{
	color: #D84E00;
}

.linkoverride a:hover
{
	text-decoration: underline;
}
/* EINDE: Overige Styles */
