@charset "UTF-8";
/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Hooikade 13, 2627 AB Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/
@import "reset.css";
@import "nav.css";
@import "forms.css";

body {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
}

h1 {
	position: absolute;
	top: 11px;
	left: 0;
	width: 207px;
	height: 90px;
	text-indent: -1000em;
	background: url(/images/logo_stedin.gif) no-repeat top left;
}

h1 a {
	position: absolute;
	left: 15px;
	top: 15px;
	display: block;
	width: 175px;
	height: 60px;
}

div#maincontainer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

div#topbar {
	position: relative;
	height: 101px;
	border-bottom: 9px solid #DC6E1E;
	background: #4B4C53;
	background-image:url(/images/top_back.png);
	background-repeat: repeat-x;
	background-position: top;
}

div#metanav{
	position: absolute;
	top: 0;
	right: 0;
	width: 280px;
	height: 29px;
	background-image:url(/images/meta_nav.png);
	background-repeat: no-repeat; 
	background-position: top left;
	line-height: 29px;
	font-size: 12px;
	padding-right: 8px;
	text-align: right;
	color: #FFF;
}

div#metanav a{
	color: #FFF;
	margin: 0 9px;
	text-decoration: none;
}
div#metanav a.current{
	color: #f4d400;
}
div#metanav a:hover{
	text-decoration: underline;
}
div#navcontainer {
	padding-left: 18px;
	background: #F4D400;
}

/*--- CONTENT ---*/

div#breadtrail {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4B4C53;
	padding: 15px 0 15px 22px;
}

div#breadtrail a {
	color: #4B4C53;
	text-decoration: none;
}

div#breadtrail a:hover {
	text-decoration: underline;
}

div#breadtrail span.divider {
	padding: 0 7px;	
}

div#contentwrapper {
	float: left;
	width: 750px;
	padding-bottom: 15px;
}

div#maincontent {
	overflow: auto;
}

div#content {
	margin: 0;
	overflow: auto;
}

div.contentleft {
	float: left;
	width: 250px;
	padding-right: 15px;
	margin-right: 5px;
	background: url(/images/bg_contentcolumn.png) repeat-y top right;
}

div.contentright {
	float: right;
	width: 255px;	
}

div#maincontent.home {
	padding-top: 26px;
}

div#maincontent.home div.contentleft {
	width: 340px;
}

div#maincontent.home div.contentright {
	width: 360px;
}

div#bannerwrapper {
	display: none;
}

/*--- SIDEBAR ---*/

div#sidebarwrapper {
	width: 197px;
	padding: 13px 18px 0 0;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	float: right;
}

/*--- SITE SEARCH ---*/
p.telefoonnummer{
	color: #333333 !important;
	background: url(/images/icoon_telefoon.png) no-repeat top left;
	padding-left: 25px !important;
	margin: 5px 0;
	font-size: 13px;
}
form#sitesearch {
	position: absolute;
	right: 10px;
	top: 118px;
	padding: 0 !important;
	line-height: 1px;
}

form#sitesearch legend {
	display: none;
}

input.searchinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 157px;
	line-height: 16px;
	padding: 2px 2px 1px;
	border: none;
	margin: 0;
}

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DC6E1E;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	background: #F4D400;
	cursor: pointer;
}

span.found {
	font-weight: bold;
	padding: 0 3px;
	background: #DDD;
}

div#maincontent ul.searchlist {
	list-style-image: none;
	padding: 0;
	margin: 15px 0;
}

div#maincontent ul.searchlist li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #EEE;
}

/*--- FOOTER ---*/

div#footerbar {
	display: none; /* Onzichtbaar in Stedin lay-out? */
	height: 35px;
	padding-top: 80px;
	clear: both;
}

div#payoff {
	float: left;
	width: 143px;
	height: 13px;
	text-indent: -1000em;
	background: url(/images/payoff.png) no-repeat top left;
}

select#websiteselect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;	
}

/*--- PAGE BOTTOM ---*/

div#pagebottom {
	position: absolute;
	right: 0;
	top: 55px;
	width: 300px;
	font-size: 12px;
}

div#disclaimer {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 11px;
	position: absolute;
	top: 18px;
	right: 18px;
	color: #664C3D;
	float: right;
}

div#disclaimer span.divider {
	padding: 0 5px;
}

div#disclaimer a {
	color: #DC6E1E;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
}

div#disclaimer a:hover {
	text-decoration: underline;
}

/* --- FAQ ---*/

div#faq {
	margin-top: 10px;
}

div#faq h4 {
	font-weight: bold;
	font-size: 13px;
	line-height: 130%;
}


div#faq h4.toggler {
	padding-bottom: 10px;
	cursor: pointer;
	margin: 0px 0 0;
}

div#faq h4.toggler:hover {
	text-decoration: underline;
}
 
div#faq div.element {
	padding: 1px 20px 5px 20px;
}

/*--- STYLING ---*/

div#maincontent {
	font-size: 12px;
	line-height: 150%;
}


div#sidebarcontent {
	font-size: 12px;
	line-height: 136%;
}

div#maincontent p,
div#sidebarcontent p {
	padding: 0 0 10px;
}

div#maincontent a,
div#sidebarcontent a {
	color: #DC6E1E;	
	text-decoration: none;
}

div#maincontent a:hover,
div#sidebarcontent a:hover {
	text-decoration: underline;
}

div#maincontent ul {
	margin: 5px 0 20px;
	padding-left: 25px;
	list-style-image: url(/images/stedin_bullet.gif);
}
div#sidebarcontent ul {
	margin: 5px 0 20px;
	padding-left: 25px;
	list-style-image: url(/images/stedin_bullet.gif);
	color: #4B4C53;
}

/*
div#maincontent ul a,
div#sidebarcontent ul a {
	color: #4B4C53;
}
*/

div#maincontent ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
	color: #4B4C53;
}

div#maincontent h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	padding: 5px 0;
	margin-bottom: 10px;
	color: #DC6E1E;
	border-top: 2px solid #DC6E1E;
	border-bottom: 2px solid #DC6E1E;
}

div#maincontent img.beeldlinks {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;	
}

div#maincontent h3 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 21px;
	color: #A5A6A9;
	padding: 5px 0 3px 0;
}

div#sidebarcontent h3 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 21px;
	color: #4B4C53;
	border-top: 1px solid #4B4C53;
	padding: 3px 0 3px 0;
}

/*--- LANDINGSPAGES ---*/

div#maincontent div.contentleft h2,
div#maincontent div.contentright h2 {


}

div#maincontent div.contentleft h2:first-child,
div#maincontent div.contentright h2:first-child {
	
}




/*---------  FAQ System  --------------*/
#faq_search{
	padding-left: 180px;
	overflow: auto;
}
#faq_search select {
	width: 300px;	
	
	color:#4A4A4A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0 0 10px;
	border:1px solid #A5A6A9;
	padding:2px;

}
#faq_search input{
	margin-top: 5px;
	width: 292px;
	background:none repeat scroll 0 0 #FAFAFA;
	border:1px solid #A5A6A9;
	padding:3px;
}
#faq_search label{
	color:#EC740F;
	font-family:Verdana,Arial,Helvetica,Tahoma,sans-serif;
	font-size:11px;
	font-weight:bold;
	float: left;
	clear: both;
	margin-left: -180px;
	margin-bottom: 15px;
}
input#faq_searchbutton{
	float: right;
	clear: both;
	width: 70px;
	margin: 15px 52px 20px 0;
	background-color:#A5A6A9;
	border:1px solid #A5A6A9 !important;
	color:white;
	font-weight:bold;
	padding:2px 4px !important;
}
input#faq_searchbutton:last-child{
	/* NON IE  or IE>8 should have different margin */
	margin: -5px 52px 20px 0;
}
input#faq_searchbutton:hover {
	border: 1px solid #dc6e1e !important;
	background-color: #f4d400;
	color: #dc6e1e;
}


h4{
	color:#A5A6A9;
	font-size:15px;
	font-weight:bold;
	line-height:21px;
	padding:5px 0 1px;
	text-transform:uppercase;
	border-bottom: 1px solid #DC6E1E;
	margin: 10px 0 10px;
}
table.meters td{
	vertical-align: middle;
}

div#maincontent  .newsitem{
}

div#maincontent .newsitem h3{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#maincontent .newsitem .newsdate{
	font-size: 10px;
	color: black; 
	line-height: 12px;
	font-style: italic;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 20px;
}
div#maincontent .newsitem h3+p+img{
	float: right;
	margin: 0px 0px 10px 10px;
}


#linkedin{
	border-top: 1px solid #4b4c53;
	padding: 12px 0 0 5px;
	line-height: 30px;
}
#linkedin img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
#linkedin a{
	display: inline;
	font-weight: bold;
	color: #4B4C53 !important;
}
#linkedin a:hover{
	text-decoration: none !important;
}

