﻿/*

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

*/

/* BEGIN: MAIN Style */
Body {
	margin:				0;
    padding:			0;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	text-align:			center;
}

/* 16-04-2009 NvdL - Onderstaande class uitgecommentarieerd vanwege align problmen in de RichHtml editor
body *
{
	text-align:			left;
}
*/

h1 {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			16px;
	font-weight:		bold;
	color:				#F4D400;
	line-height:		19px;
	padding:			6px 0px 5px 0px;
	margin:				5px 0px;
	border-bottom:		3px solid #F4D400;
	border-top:			3px solid #F4D400;
	text-transform:		uppercase;
}

h2 {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	color:				#404040;
	line-height:		19px;
	padding:			2px 0px 2px 0px;
	margin: 			0px;
	text-transform:		uppercase;
}

h3, .inloggenBlock h3, .contactBlock h3, .H3Label {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	color:				#404040;
	line-height:		19px;
	padding:			2px 0px 2px 0px;
	margin: 			0px;
	text-transform:		uppercase;
}

p 
{
	font-family:		Arial, Helvetica, 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:				#4b4c53 !important;
	text-decoration:	none !important;
}

a:hover, #ContentZone a:hover, .SideBarWrapperContent a:hover, .WebPartContent a:hover
{
	color:				#000000 !important;
	text-decoration:	underline !important;
}

ul, ol
{
	margin:				0px 0px 10px 10px;
	padding:			0px 0px 0px 15px;
	font-size:			12px;
	color:				#333333;
}

li
{
	font-family:		Arial, Helvetica, sans-serif;
	line-height:		19px;
	padding:		0xp 0px 5px 0px;
}
input[type='button'] {
	font-family:		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;
}
/* EINDE: MAIN Style */

.ms-MenuUIItemTable, .ms-MenuUIItemTableHover, .ms-ToolPaneOuter
{
	text-align:left !important;
}

/* BEGIN: MainBodyDiv */
#BodyContainer {
	text-align:			left !important; 
	width:				980px;
	margin:				0 auto;
}
/* EINDE: MainBodyDiv */

/* BEGIN: Top Bar Styles */
#TopBar {
	width:				969px;
	margin:				0px;
	padding:			8px 6px 6px 5px;
	background-color:	#F4D400;
	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;
	margin:				0px;
	background-color:	#F4D400;
	height:				90px;
	vertical-align:		middle;
	padding:			3px 0px 3px 0px;
}

.LogoImage {
	float:				left;
	position:			relative;
	padding:			15px 0px 0px 25px;
	text-align:			center;
}

/* EINDE: LogoBar Styles */

/* BEGIN: Navigation en Product Tabs Styles */
#Navigation
{
	text-align:			center !important;
	height:				35px;
	width:				980px;
	background-color:	#4B4C53;
/*	background-image:	url(/Style%20Library/images/Stedin/MenuSplitter.gif);
	background-position: right;
	background-repeat:	no-repeat;*/
	z-index:			6;
}

#NavigationTD ul
{
	text-align:			center !important;
	padding:			0;
	height:				35px;
	margin:				0px;
	list-style-type:	none;
	padding-left:		2px;
	background-image:	url(/Style%20Library/images/Stedin/MenuSplitter.gif);
	background-position: left;
	background-repeat:	no-repeat;
	z-index:			6;
}

#NavigationTD ul li {
	float:				left;
	position:			relative;
	line-height:		normal;
	height:				35px;
	z-index:			6;
	text-align:			center;
	line-height: 		35px;
	behavior: 			url(/Style%20Library/EnecoGeneriekIEFixes.htc);
	background-image:	url(/Style%20Library/images/Stedin/MenuSplitter.gif);
	background-position: right;
	background-repeat:	no-repeat;
}

#NavigationTD ul li a {
	float:				left;
	color:				#f4d400 !important;
	text-decoration:	none;
	padding-left:		10px;
	padding-right:		10px;
	font-size:			12px;
	font-weight:		bold;
	z-index:			6;
	text-transform:		uppercase;
}

#NavigationTD ul li.selected 
{
	background-color:	Silver;
	color:				#FFFFFF;
	z-index:			6;
}

#NavigationTD ul li.selected a {
	color:				#FFFFFF !important;
	text-transform:		uppercase;
}

#NavigationTD ul li a:hover, #NavigationTD ul li.selected a:hover
{
	color:				#000000;
	text-decoration:	none;
	text-transform:		uppercase;
}

#NavigationTD ul li ul, #NavigationTD ul li.selected ul {
	display:			none;
	margin-left:		5px;
	/*padding:			14px 22px 25px 22px;*/
	position:			absolute;
	left:				0px;
	top:				35px;
	color:				#000000;
	width:				auto !important;
	height:				auto !important;
	z-index:			6;
	background:			Silver;
	text-align:			left;
}

#NavigationTD ul li:hover ul, #NavigationTD ul li.hover ul {
	display:			block;
	color:				#FFFFFF;
	z-index:			6;
}

#NavigationTD ul li ul li {
	clear:				left;
	background:			none !important;
	padding:			2px 10px 2px 10px;
	border-bottom:		1px solid white;
	height:				auto;
}

#NavigationTD ul li ul li a {
	color:				#333333!important;
	padding:			0px !important;
	font-size:			11px !important;
	font-weight:		bold;
	width:				188px;
	line-height:		19px;
	text-align:			left !important;
	text-transform:		uppercase;	
	word-wrap:			break-word;
	white-space:normal;
}

#NavigationTD ul li ul li a:hover
{
	color:				#FFFFFF !important;
	text-decoration:	none;
	text-transform:		uppercase;
	word-wrap:			break-word;
}

/* EINDE: Navigateion en Product Tabs Styles */

/* BEGIN: ContentBar Styles */
#ContentBar {
	width:				980px;
	padding:			0px;
	background-color:	silver;
}
#ContentBar div, #ContentBar td
{
	font-size:			12px;
}

#ContentWrapper {
	float:				left;
	width:				750px;	
	padding:			10px 17px 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; */	
	background-color:	#FFFFFF;
}

#SideBarWrapper {
	float:				right;
	width:				185px;
	position:			relative;	
	padding:	 		10px 10px 5px 5px;
	overflow:			hidden;
}


.SideBarWrapperContent
{
	width:				185px;
	word-wrap:			break-word;
	text-align:			left;
}

#Search {
	border-top:			1px solid #4B4C53;
	border-bottom:		1px solid #4B4C53;
	padding:			0px 0px 10px 0px;
}

.SearchInput {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#333333;
	border: 			#CCCCCC 1px solid;
	margin: 			0px;
	padding:			2px 2px 1px 2px;	
	width:				90px;

}
/* EINDE: ContentBar 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:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#333333;
}

/* StylePicker Styles */
#StylePicker 
{
	float:				right;
	padding:			25px 5px 0px 0px;
	color:				#333333;
	height:				30px;
}

#StylePicker img 
{
	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:				#4b4c53;
	text-decoration:	none;
}

#Disclaimer a:hover
{
	color:				#000000;
	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:		Arial, Helvetica, 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:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	text-align:			center;
}
/* EINDE: General Styles */

/* BEGIN: PageLayout Styles */
#Edit {
	width:				750px;
	position:			relative;
}
#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:	#4B4C53;
}

#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;
}
#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:				#333333;
}

#SubNavigation ul 
{
	margin:				0px;
	margin-left:		0px;
	padding:			0px;
	list-style:			none !important;
}

/*eerste niveau*/
#SubNavigation ul li
{
	line-height:		19px;
	padding:			0px 0px 7px 2px;
	border-bottom:		1px solid silver;
	font-weight:		bold;
	text-transform:		uppercase !important;
}

#SubNavigation ul li a, #SubNavigation ul li ul li a, #SubNavigation ul li span
{
	font-size:			12px;
	color:				#333333;
	text-decoration:	none;
	word-wrap:			break-word;
	font-weight:		bold;
	text-transform:		uppercase !important;
}

#SubNavigation ul li a:hover, #SubNavigation ul li ul li a:hover{
	color:				#333333;
	text-decoration:	underline;
	font-weight:		bold;
	text-transform:		uppercase !important;
}

/*tweede niveau*/
#SubNavigation ul li ul
{
	margin:				0px;
	padding-top:		5px;
	background-color:	white;
	font-weight:		bold;
	text-transform:		uppercase !important;
}

#SubNavigation ul li ul li
{
	line-height:		19px;
	border-bottom:		1px solid silver;
	padding:			0px 0px 6px 15px;
	font-weight:		bold;
	text-transform:		uppercase !important;
}

#SubNavigation ul li ul li a, #SubNavigation ul li ul li span
{
	font-size:			12px;
	color:				#333333;
	text-decoration:	none;
	font-weight:		normal;
	word-wrap:			break-word;
	font-weight:		bold;
	text-transform:		uppercase !important;
}
/* EINDE: SubNavigation Styles*/

/* BEGIN: Breadcrump Styles */
#BreadCrumb {
	font-size:			10px;
	padding-bottom:		5px;
}

#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:				#4b4c53;
	text-decoration:	none;
}

#BreadCrumb span span a:hover {
	font-size:			10px;
	color:				#000000;
	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/Stedin/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-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;
}

.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:				#4b4c53;
	text-decoration:	none;
	font-size:			12px;
	font-weight:		bold;
}

.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:				#000000;
	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:		Arial, Helvetica, sans-serif;
	line-height:		19px;
	padding:			0xp 0px 7px 0px;
}

.taboverzicht
{
	color:				#F4D400;
	line-height:		19px;
}

h3.taboverzicht
{
	border-top:			2px solid #F4D400;
	/*text-transform:		uppercase;*/
}

.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 #4B4C53;
	padding:			0px 0px 10px 0px;
}

.eneco-level-subSection2
{
	margin-left:10px;
}

.eneco-level-subSection3
{
	margin-left:15px;
}

.LoginInput {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#333333;
	border: 			#CCCCCC 1px solid;
	margin: 			0px;
	padding:			2px 2px 1px 2px;	
}

/* 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: #4b4c53;
}

.linkoverride a:visited
{	
	 color: #4b4c53;
}

.linkoverride a:link
{	
	 color: #4b4c53;
}

.linkoverride a:active
{	
	 color: #4b4c53;
}

.linkoverride a:hover
{	
	color: #000000;
	text-decoration:underline;
}

/* EINDE: Overige Styles */
/* BEGIN: Vacature*/
.vacancy-detail td{
	padding-bottom:10px;
}

a:hover{
	text-decoration:underline;
}

span.button{
	padding:3px 3px 0px 3px;
}

span.button a{
	color:#fff !important;
	padding:2px 7px;
}

span.button a:hover{
	text-decoration:none;
}

.filterSet td{
	width:200px;
	padding:0px !important;
}

.vacancy-items th, .vacancy-items th{
	padding-right:5px;
}

.vacancy-items th span{
	float:left;
}

.cpSearchPanelDefault{
	padding-bottom:20px;
}

.vacancy-detail{
	clear:both;
}
.vacancy-detail .button{
	float:right;
}

.divSolliciteerLeft{
	padding-bottom:15px;
}

.divSolliciteerLeft .spanSolliciteerLeft{
	float:left;
}

.box-content ul
{
	margin:				0px;
	margin-left:		0px;
	padding-left:17px;
	list-style:			none !important;
}

.box-content ul li
{
	line-height:		19px;
	padding:			0px 0px 7px 2px;
}

.box-content ul li a
{
	font-weight:		bold;
	font-size:			12px;
	text-decoration:	none;
}
/*EINDE: Vacature*/