/*
#################
#	ALGEMEEN	#
#################
*/
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form { margin: 0; padding: 0; }
html { font: 62.5%/200% Verdana, Arial, Tahoma, sans-serif; overflow-y: scroll; }
body { background: #EFEFEF url(/img/bg-body.gif) repeat-x; font-size: 1.1em; color: #666; }

/* Algemene classnames
------------------------------------------------------------------*/
.nomargin, .nom { margin: 0; }
.nopadding .nop { padding: 0; }
.nomp { margin: 0; padding: 0; }

.block { display: block; }
.inline { display: inline; }

.center { display: block; margin: auto; }

.hide, .hidden { visibility: hidden; }
.invisible { display: none; }

.fleft { float: left; }
.fright { float: right; }

.clear { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }

.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }

.vbottom { vertical-align: bottom; }
.vmiddle { vertical-align: middle; }
.vtop { vertical-align: top; }

.absolute { position: absolute; }
.relative { position: relative; }

.bold, .b, .strong { font-weight: bold; }
.em, .italic, .i { font-style: italic; }
.normal { font-weight: normal; }
.u, .underline { text-decoration: underline; }
.small { font-size: 11px; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }

.default { cursor: default; }
.pointer { cursor: pointer; }

/* Afbeeldingen
------------------------------------------------------------------*/
img { border: none; display: block; }

/* Alinea's en paragafen
------------------------------------------------------------------*/
p, div.alinea { margin-bottom: 1.4em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
hr {margin: 1em 0; background-color: #CBCBCB; height: 1px; border: none; }

/* Overflow
------------------------------------------------------------------*/
.overflow { overflow: hidden; }

/* Headings
------------------------------------------------------------------*/
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: .9em; }

/* Hyperlinks
------------------------------------------------------------------*/
a { color: #58585A;}
a:hover, a:focus, a.none { text-decoration: none; }
a.none:hover, a.none:focus { text-decoration: underline; }
a span { cursor: pointer; }

/* Overig
------------------------------------------------------------------*/
address { font-style: normal; }

/*
################
#	LAYOUT	   #
################
*/

/* Container
------------------------------------------------------------------*/
div#container {
	margin: 0 auto;
	width: 980px;
}

/* Logo
------------------------------------------------------------------*/
p#logo {
	background: #e6e6e6;
	float: left;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	width: 300px;
	margin-top: 40px;
	margin-left: 10px;
	background: url(/img/logo.jpg) no-repeat;
}
p#logo a { display: block; height: 50px; }
body#crisis p#logo,
body#homepage p#logo { position: absolute; left: -9999px; }

body#subpage p#logo {
	width: 277px;
	height: 100px;
	background: none;
}
body#subpage p#logo a {
	display: block;
	height: 100px;
}


/* Homepagina
------------------------------------------------------------------*/
div.front-wrapper{
	float:left;
	width: 735px;
}

div#laatstenieuws{
	width:735px;
	background: #666;
}

div.intro {
	width:290px;
	height: 346px;
	float: left;
	background: #fff;
	overflow: hidden;
}

div.intro p { padding: 10px 20px; }

div.illustratie-homepage {
	width:445px;
	height: 280px;
	float: left;
	background: #EAF7FD;
	padding: 33px 0;
}

div.illustratie-homepage a.links{
	background: url(/img/afbeelding-links.jpg) no-repeat;
	display: block;
	text-indent: -9000px;
	height: 280px;
	width: 200px;
	float:left;
	}

div.illustratie-homepage a.rechts{
	background: url(/img/afbeelding-rechts.jpg) no-repeat;
	display: block;
	text-indent: -9000px;
	height: 280px;
	width: 245px;
	float:left;
	}
	
div.illustratie-homepage a:hover.links{
	background: url(/img/afbeelding-links-mo.jpg) no-repeat;
	}

div.illustratie-homepage a:hover.rechts{
	background: url(/img/afbeelding-rechts-mo.jpg) no-repeat;
	}	

div.services {
	height: 456px;
	padding: 15px 20px;
}


div#accordion-container{
	position: relative;
}

div.services div.accordion-toggle{ 
	position: relative; /* required for effect */  
	z-index: 10;        /* required for effect */
	margin-top: 10px;
	background: url(/img/accordion-bullet.jpg) no-repeat 179px 13px #CE7E00;
	padding: 9px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	position: relative; 
}
div.services div.accordion-toggle h3 { border: 1px solid #CE7E00; } /* nodig voor ie6 */

div.services div.accordion-content {
	background: #CE7E00; 
	color: #fff;
	overflow: hidden;   /* required for effect */  
	cursor: pointer;
}

div.services div.accordion-content div.inner{
	padding: 0 9px 9px 9px;
}
	
div.services div.accordion-content a.target{
	color: #fff;
	display: block;
	margin-top:5px;
	text-decoration: underline;
}

div.services div.accordion-content a:hover.target{
	text-decoration: none;
}
		
div.services div.accordion-toggle.accordion-toggle-active {
	background: url(/img/accordion-bullet-active.jpg) no-repeat 179px 13px #CE7E00;
}		

div.services a.more {
	margin-top:10px;
	background: #CE7E00; /* oaker: BD4F2D */
	padding: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 185px;
}	

div.services a.more img{
	display: inline;
	margin-left:4px;
}

/* Crisispagina
------------------------------------------------------------------*/
body#crisis { background: #858585 url(/img/bg-body-crisis.gif) repeat-x; }

body#crisis div.titel { background: #ffbd05; height: 122px; }
body#crisis div.titel p { margin: 10px 26px 0 0; }
body#crisis div.titel p img { display: inline; }
body#crisis div.titel p a { font-weight: bold; }
body#crisis h1 {
	background: url(/img/crisis-h1.gif) no-repeat;
	margin: 50px 0 0 25px;
	padding-left: 20px;
}

body#crisis div.kolom-links { color: #fff; padding: 25px; width: 432px; }
body#crisis div.kolom-rechts { color: #fff; padding: 25px 25px 25px 0; width: 345px; }

body#crisis div.kolom-links h2 { color: #ffbd05; font-size: 1em; }

dl.zie-ook { margin-top: 50px; }
dl.zie-ook dt {
	background: url(/img/pijl-witd.gif) no-repeat 0 9px;
	border-bottom: 1px solid #858585;
	font-size: 1.2em; 
	padding: 0 0 10px 20px;
}
dl.zie-ook dd {
	background: url(/img/pijl-witr.gif) no-repeat 0 8px;
	font-size: 1em; 
	padding: 0 0 5px 20px;
}
dl.zie-ook dd a { color: #fff; }

/* Werkzaamheden
------------------------------------------------------------------*/
table.werkzaamheden { width: 100%; }
table.werkzaamheden th { text-align: left; }
table.werkzaamheden td,
table.werkzaamheden th { border-bottom: 1px solid #cbcbcb; padding: 5px; }
table.werkzaamheden a { display: block; text-decoration: none; }

table.werkzaamheden tbody tr:hover,
table.werkzaamheden tbody tr:focus,
table.werkzaamheden tbody tr.hover { background: #f3f3f3; }

table.werkzaamheden th.pijl { text-indent: -9999px; }
table.werkzaamheden td.pijl { 
	text-indent: -9999px;
	width: 20px; 
}

table.werkzaamheden tbody tr:hover td.pijl,
table.werkzaamheden tbody tr:focus td.pijl,
table.werkzaamheden tbody tr.hover td.pijl { 
	background: #f3f3f3 url(/img/pijl-rondr.gif) no-repeat 8px center; 
}

h1.border { border-bottom: 1px solid #cbcbcb; padding-bottom: 5px; }
h2.padding { padding-bottom: 1.2em; }

div.titel-links { float: left; width: 200px; }
div.datum-rechts { float: right; color: #7e7e7e; font-size: .9em; width: 150px; }

a.terug { 
	background: url(/img/pijl-geell.gif) no-repeat 0 4px; 
	color: #ffbc05;
	font-weight: bold;
	padding-left: 15px; 
}

/* Google maps 
------------------------------------------------------------------*/
div.google-maps-container { border: 1px solid #cbcbcb; margin-bottom: 1.2em; }
div#google-maps-container-id { width: 531px; height: 400px; }

/* Logo
------------------------------------------------------------------*/
div#header {
	height: 140px;
	position: relative;
	background: url(/img/header.png) no-repeat left;
}
body#crisis #header,
body#subpage #header {
	height: 140px;
	background: url(/img/header.png) no-repeat left;
}

/* Breadcrumbs
------------------------------------------------------------------*/
p#breadcrumbs { background: #e6e6e6; margin: 1em 0; padding: 10px; }

/* Front blokken
------------------------------------------------------------------*/

/* Kolommen
------------------------------------------------------------------*/

div.kolom-wrapper {
	width: 980px;
	background: #666 repeat-y right 0;
	padding: 0;
}
body#homepage div.kolom-wrapper {background-image: url(/img/kolom-wrapper-home.gif);}
body#subpage div.kolom-wrapper {background: #fff; border: none;}

div.kolom-links {
	float: left;
	width: 314px;
}

div.kolom-midden {
	float: left;
	width: 275px;
	width: 314px;
}

div.kolom-midden-breed { width: 655px; }

div.kolom-rechts {
	float: right;
	width: 245px;
	background: #F29400; /* oaker: #E96138*/
}
div.zijkolom { min-height: 10px; overflow: hidden; }


/* Subpage */
body#subpage div.kolom-links {
	width: 194px;
	padding: 26px 59px 0 26px;
}
body#subpage div.kolom-midden { float: right; padding: 26px 150px 30px 0; width: 533px; }

/* Inhoud kolom-midden
------------------------------------------------------------------*/
div.kolom-midden h1 { margin-bottom: 1em; }
body#subpage div.kolom-midden img.illustratie {	float: left; margin: 0em 8px .3em 0;}
body#subpage div.kolom-links h2 { border-bottom: solid 1px #cbcbcb; background: url(/img/pijl-zwart-down.gif) no-repeat 0 3px; padding: 0 0 5px 15px; margin: 0 0 5px 0}

/* Front Blok algemeen
------------------------------------------------------------------*/
div.front-blok {
	display: block;
	background: #ffbd05 url(/img/bg-front-blok.gif) no-repeat right top;
 	height: 103px;
	text-decoration: none;
	padding-top: 20px;
}

div.clickable-hover {
	background: url(/img/bg-front-blok-hover.gif);
	cursor:pointer;
}
div.front-blok p {
	color: #565656;
	font-weight: bold;
	font-size: 0.85em;
	line-height: 1.2em;
	margin: 0;
}
div.front-blok p a {
	text-decoration:none;
}
div.front-blok h2 { margin: 0; }
div.front-blok h2 a {
	padding: 0 0 0 25px;
	background: url(/img/dots.gif) no-repeat 0 4px;
	height: 37px;
	display: block;
}

div.front-blok h2 a:hover,
div.clickable-hover h2 a {	background: url(/img/dots2.gif) no-repeat 0 4px;}

div.front-blok h2 a img,
div.front-blok h2 a:hover img.hover,
div.front-blok h2 a:focus img.hover { display: block; }

div.front-blok h2 a img.hover,
div.front-blok h2 a:hover img.non-hover,
div.front-blok h2 a:focus img.non-hover { display: none; }

div.clickable-hover h2 a img.non-hover {display:none}
div.clickable-hover h2 a img.hover {display:block}


/* Front Blok overig
------------------------------------------------------------------*/
div.kolom-links div.front-blok {
	padding-left: 26px;
	padding-right: 13px;
}
div.kolom-midden div.front-blok {
	padding-left: 10px;
	padding-right: 13px;
}
div.kolom-rechts div.front-blok {
	padding-left: 10px;
	padding-right: 13px;
}

/* Laatste Nieuws
------------------------------------------------------------------*/
div#laatstenieuws h3 {
	padding: 18px 13px 10px 20px;
}
div#laatstenieuws ul { list-style: none;}
div#laatstenieuws ul li { 
	padding: 10px 13px 10px 20px;
	float:left;
	margin-right:20px;
	width:308px;
}

div#laatstenieuws ul li.meer-nieuws { clear:both; }

div#laatstenieuws ul li p {margin: 0;}
div#laatstenieuws ul li h4 img { display:inline; }

div#laatstenieuws ul li span {
	color:#F29400; /* oaker: #E96138 */
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

div#laatstenieuws ul li a {
	color:#fff;
	display: block;
	text-decoration: none;
 	text-transform: none;
 	line-height: 1.85em;
}

div#laatstenieuws ul li.clickable-hover,
div#projecten div.clickable-hover {
	background: url(/img/bg-front-item.gif);
	cursor:pointer;
}

/* Uitgelicht
------------------------------------------------------------------*/
div.uitgelicht span.datum { color: #fff; display: block; }
div#laatstenieuws h3.geel { color: #ffbb07; font-size: 1em; padding: 5px 0; }
div.uitgelicht p { color: #fff; font-size: .9em; margin-bottom: 10px; }
div.uitgelicht img { display: inline; }
div.uitgelicht a { color: #ffbb07; text-decoration: none; }
div.uitgelicht a:hover,
div.uitgelicht a:focus { text-decoration: underline; }

div.uitgelicht div.border { 
	border: 1px solid #858585; 
	border-width: 1px 0; 
	margin: 0 26px;
	padding: 10px 0 0;
}

/* Projecten
------------------------------------------------------------------*/
div#projecten h3 { padding: 18px 13px 10px 10px; }
div.project h4 a {color: #fff; text-decoration: none; font-size: 1.0em;}
div.project p {font-size: 0.95em; line-height: 1.4em; margin: 0}
div.project p a {color: #dcdcdc; text-decoration: none; }
div.project p img {display: inline;}

div.project {padding: 10px; overflow: hidden;}

/* Front Item
------------------------------------------------------------------*/
div.front-item {
	background: #444 no-repeat -50px 0;
	margin-top: 3px;
	position: absolute;
	width: 224px;
}
div.front-item .fleft {
	width: 26px;
}
div.front-item .item-content {
	background: url(/img/pijl-grijs.gif) no-repeat right 91px;
	padding: 13px 3px 10px 40px;
	height: 84px;
	overflow: hidden;
}
div.front-item p {font-size: 0.95em; line-height: 1.4em; margin: 0}
div.front-item p a {color:  #dcdcdc; text-decoration: none;}

div.kolom-rechts div.clickable-item-hover {
	background-color: #555;
	background-position: 0 0;
	cursor: pointer;
	margin-left: -50px;
	width: 274px;
}
div.kolom-rechts div.clickable-item-hover .item-content {
	background-image: url(/img/pijl-geel.gif);
	margin-left: 50px;
}

/* Nieuwsitems
------------------------------------------------------------------*/
div.nieuwsitem h2 {
	margin-bottom: 0;
}

/* Illustraties
------------------------------------------------------------------*/
p.illustratie span {
	display: block;
	font-size: .9em;
	font-style: italic;
	text-align: center;
}
img.illustratie {
	float: left;
	margin: .4em 8px .3em 0;
}
img.illustratie-rechts {
	float: right;
	margin-left: 8px;
	margin-right: 0;
}
div.zijkolom img.illustratie {
	display: block;
	float: none;
	margin: 0 auto 2em;
}

/* Preview
------------------------------------------------------------------*/
div.preview { margin-bottom: 2em; padding: 0 0 2em 0;border-bottom: solid 1px #cbcbcb;}
div.preview h2 { font-size: 1.3em; }
div.preview p { margin-bottom: 0; }
div.preview h3 {display: block}

/* Navigatie
------------------------------------------------------------------*/
p.navigatie { float: right; font-size: .9em; }
p.navigatie a {
	background: #58585a;
	color: #fff;
	float: left;
	line-height: 100%;
	margin-left: 4px;
	padding: .4em 0;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
p.navigatie a:hover,
p.navigatie a:focus,
p.navigatie a.active {
	background: none;
	color: #58585a;
}
p.navigatie a.active { cursor: default; }

/* Media
------------------------------------------------------------------*/
h3.media { margin-bottom: .8em; }
p.media { margin-bottom: 2em; }

/* Downloads
------------------------------------------------------------------*/
div.downloads { margin-bottom: 1.2em; }

a.download {
	background: #fff;
	/*color: #666;*/
	display: block;
	line-height: 130%;
	padding: 10px;
	text-decoration: none;
}

a.download:hover,
a.download:focus { background-position: bottom left; }

a.download span { padding: .1em 0 .3em; }
a.download span.titel {
	float: left;
	padding-left: 28px;
	background: url(/img/downloads/default.gif) no-repeat 0 2px;
	width: 350px;
}
a.download span.download { float: right; }
a.download:hover span.download,
a.download:focus span.download { text-decoration: underline; }

a.download-image span.titel { background-image: url(/img/downloads/image.gif); }
a.download-pdf span.titel { background-image: url(/img/downloads/pdf.gif); }
a.download-ppt span.titel { background-image: url(/img/downloads/ppt.gif); }
a.download-doc span.titel { background-image: url(/img/downloads/doc.gif); }
a.download-xls span.titel { background-image: url(/img/downloads/xls.gif); }
a.download-wmv span.titel { background-image: url(/img/downloads/wmv.gif); }

/* Footer
------------------------------------------------------------------*/
div#footer { margin: 1em 0;  }
div#footer p { margin-bottom: 0; color:#444;}
div#footer a { color:#444; }
a#iWink { text-decoration: none; }
a#iWink:hover, a#iWink:focus { border: 0 solid #e6e6e6; }
a#iWink:hover span, a#iWink:focus span { text-decoration: underline; }

/*
####################
#	LIJSTEN	   #
####################
*/

/* Algemeen
------------------------------------------------------------------*/
ul.none, ol.none { list-style: none; }

/* Hoofdmenu
------------------------------------------------------------------*/
ul#hoofdmenu { height: 35px; list-style: none; background: #444444; padding: 0 0 0 26px;}
body#subpage ul#hoofdmenu { border-bottom: solid 25px #F29400}  /* oaker:  E96138*/
ul#hoofdmenu li { float: left; }
ul#hoofdmenu a {
	border-right: solid 2px #a3a2a2;
	display: block;
	margin-top: 10px;
	padding: 2px 10px 2px 10px;
	height: 14px;
}
ul#hoofdmenu a.first {border-left: solid 2px #a3a2a2;}

ul#hoofdmenu li:hover ul,
ul#hoofdmenu li.hover-ie ul { display: block; }

ul#hoofdmenu a img,
ul#hoofdmenu a:hover img.hover,
ul#hoofdmenu a:focus img.hover,
ul#hoofdmenu a.active img.hover { display: block; }

ul#hoofdmenu a img.hover,
ul#hoofdmenu a:hover img.non-hover,
ul#hoofdmenu a:focus img.non-hover,
ul#hoofdmenu a.active img.non-hover { display: none; }

/* Topmenu
------------------------------------------------------------------*/
ul#topmenu {
	font-size: .8em;
	left: 292px;
	list-style: none;
	margin-top: 7px;
	position: absolute;
}

ul#topmenu li { float: left; }
ul#topmenu a {
	background: url(/img/dot.gif) no-repeat 0 8px;
	display: block;
	padding: 0 14px 0 10px;
}

ul#topmenu li:hover ul,
ul#topmenu li.hover-ie ul { display: block; }

ul#topmenu a img,
ul#topmenu a:hover img.hover,
ul#topmenu a:focus img.hover { display: block; }

ul#topmenu a img.hover,
ul#topmenu a:hover img.non-hover,
ul#topmenu a:focus img.non-hover { display: none; }

/* Hoofdmenu
------------------------------------------------------------------*/
ul#submenu { /* Dit menu krijgt float: left voor ie6 ivm rare dubbele border */
	color: #858585;
	list-style: none; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CBCBCB;
	padding: 5px 0 10px 0;
}
ul#submenu a {
	display: block;
	height: 1%;
	padding: 0 10px 0 18px;
 	background: url(/img/arrows_right.gif) no-repeat 0 -1px; /* ie */
	text-decoration: none;
	color: #858585;
	font-size: .9em;
	line-height: 125%;
	margin-bottom: 6px;
}

ul#submenu a:hover,
ul#submenu a:focus { text-decoration: underline;}

ul#submenu a.active {
	background-image: url(/img/arrows_right-active.gif);
	background-position: 0 3px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
ul#submenu a.active:hover, ul#submenu a.active:hover { text-decoration: none; }

ul#submenu ul {
	color: #858585;
	list-style: none;
	margin-left: 20px;
}

ul#submenu ul li a { /* ie */
	font-weight: normal;
	padding: 0 10px 0 18px;
}

ul#submenu ul a:hover,
ul#submenu ul a:focus,
ul#submenu ul a.active { text-decoration: underline }
ul#submenu ul a.active { text-decoration: none; }

ul#submenu.landen {
	margin-bottom: 15px;
}

ul#submenu.landen li.nl a{
	background: url(/img/flags/nl.png) no-repeat;	
	padding-left: 21px;
}

ul#submenu.landen li.de a{
	background: url(/img/flags/de.png) no-repeat;	
	padding-left: 21px;
}



/* Afbeeldingen in twee kolommen
------------------------------------------------------------------*/
div.twee-afbeeldingen { margin: .5em 0; }
div.twee-afbeeldingen div.kop { min-height: 50px; } /* ie */
div.twee-afbeeldingen a {
	float: left;
	padding: 12px 20px;
	text-decoration: none;
	width: 226px;
}
div.twee-afbeeldingen a:hover,
div.twee-afbeeldingen a:focus {
	background: #f3f3f3 url(/img/pijl-grijsr.gif) no-repeat 250px 7px;
}
div.twee-afbeeldingen strong { display: block; line-height: 110%; }
div.twee-afbeeldingen small { line-height: 150%; }

div.twee-afbeeldingen-kantoor strong {
	background: url(/img/pijl-zwartr.gif) no-repeat left 3px;
	margin-bottom: 5px;
	min-height: 30px; /* ie */
	padding-left: 15px; 
}
div.twee-afbeeldingen-kantoor a:hover,
div.twee-afbeeldingen-kantoor a:focus { background: none; text-decoration: underline; }

/* Fotoslider
------------------------------------------------------------------*/
div.fotoslider { margin-bottom: 1.2em; }
div.fotoslider div.scroller {
	background: #fff url(/img/fotoscroller.gif) repeat-x;
	overflow: hidden;
	height: 70px;
	position: relative;
	width: 533px;
}
div.fotoslider div.scroller a {
	float: left;
	margin: 15px 3px;
	padding: 2px;
}
div.fotoslider div.scroller a:hover,
div.fotoslider div.scroller a:focus,
div.fotoslider div.scroller a.active { border: 1px solid #ff0505; margin: 14px 2px; }

div.fotoslider div.scroller a#fotoslider-vorige,
div.fotoslider div.scroller a#fotoslider-volgende {
	background: url(/img/pijl-fotoscroller.gif) no-repeat top left;
	display: block;
	width: 49px;
	height: 70px;
	margin: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	z-index: 1;
}
div.fotoslider div.scroller a#fotoslider-volgende {
	background: url(/img/pijl-fotoscroller.gif) no-repeat top right;
	left: auto;
	right: 0;
}
div.fotoslider div.scroller a#fotoslider-vorige:hover,
div.fotoslider div.scroller a#fotoslider-volgende:hover,
div.fotoslider div.scroller a#fotoslider-vorige:focus,
div.fotoslider div.scroller a#fotoslider-volgende:focus { border: none; }

/* kerstgroet */
div#gasunie-kerstgroet {
	background: #000;
	height: 384px;
	left: 50%;
	margin: -260px 0 0 -320px;
	padding: 24px 12px 12px;
	position: absolute;
	top: 50%;
	width: 640px;
	z-index: 10;
}
a#gasunie-kerstgroet-sluiten {
	color: #fff;
	font: 11px/100% Arial, Verdana, Tahoma, sans-serif;
	position: absolute;
	right: 12px;
	text-decoration: none;
	top: 6px;
}
a#gasunie-kerstgroet-sluiten:hover,
a#gasunie-kerstgroet-sluiten:focus { text-decoration: underline; }
* html a#gasunie-kerstgroet-sluiten { top: 7px; }

/* Paginering
------------------------------------------------------------------*/
p.paginering { 
	border-top: 1px solid #cbcbcb; 
	text-align: center;
	margin: .5em 0;
	padding: 10px 0;
	position: relative;
}
p.paginering a { 
	color: #7e7e7e;
	text-decoration: none;
	padding: 4px;
}
p.paginering a:hover,
p.paginering a:focus,
p.paginering a.active {
	background: #7e7e7e;
	color: #fff;
}
p.paginering a.vorige,
p.paginering a.volgende {
	background: #fff url(/img/pijl-grijsr.gif) no-repeat right 7px;
	position: absolute;
	padding: 0 15px 0 0; 
	top: 7px;
	right: 0;
}
p.paginering a.vorige:hover,
p.paginering a.vorige:focus,
p.paginering a.volgende:hover,
p.paginering a.volgende:focus {	color: #7e7e7e;	text-decoration: underline;	}
p.paginering a.vorige { 
	background: #fff url(/img/pijl-grijsl.gif) no-repeat left 7px;
	right: auto; 
	left: 0; 
	padding: 0 0 0 15px; 
}

/* Optie-menu (mail & stuur door)
------------------------------------------------------------------*/
ul#opties { float: right; padding: 10px; list-style: none; }
ul#opties li { float: left; margin-left: 14px; }
ul#opties a {
	background: url(/img/opties.gif) no-repeat 0 .5em;
	color: #808080;
	display: block;
	padding-left: 18px;
}
ul#opties a.mail {
	background-position: -289px .4em;
}

/* Error-menu
------------------------------------------------------------------*/
ul.errors, ol.errors {
	border: 3px solid #ffbd05;
	font-weight: bold;
	list-style: disc;
	margin: 1em 0; padding: .2em 0;
}
ul.errors li, ol.errors li { margin-left: 20px; padding: .2em 0; }

/* FCK-editor-lijst
------------------------------------------------------------------*/
div.alinea ul { list-style: square; }
div.alinea ul, div.alinea ol { margin: 1em 0 1em 16px; }
div.alinea ol { margin-left: 24px; }
/*div.alinea li { line-height: 125%; padding: .2em 0; }*/

/* Sitemap
------------------------------------------------------------------*/
ul.sitemap { margin: 0 0 1em 24px; }

/* <dl>'s
------------------------------------------------------------------*/
dl dt { font-size: 1.4em; font-weight: bold; margin-bottom: .6em; }

/* <dl>'s in middenkolom
------------------------------------------------------------------*/
div.kolom-midden dl { margin: 1em 0;  }
div.kolom-midden dl ul { list-style: none; }

/* <dl> in zijkolom
------------------------------------------------------------------*/
div.zijkolom dl { margin-bottom: 2em; }

/* Foto-albums
------------------------------------------------------------------*/
ul.foto-albums { list-style: none; }
ul.foto-albums li {
	float: left;
	margin: 0 16px 16px 0;
	position: relative;
	width: 166px;
}
ul.foto-albums li.laatste {
	margin-right: 0;
}

ul.foto-albums a {
	border: 1px solid #cbcbcb;
	display: block;
	height: 180px;
	line-height: 15px;
	padding: 6px;
	text-decoration: none;
}

ul.foto-albums li.foto a { height: auto; }

ul.foto-albums a:hover,
ul.foto-albums a:focus {
	border-color: #ffbd05;
}
ul.foto-albums img { margin: 0 auto 8px; }
ul.foto-albums li.foto img { margin-bottom: 0; }
ul.foto-albums span { display: block; }
ul.foto-albums span.aantal {
	bottom: 6px;
	position: absolute;
	right: 6px;
}

/*
####################
#	FORMULIEREN	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
input.text, textarea { padding: 2px 3px; }
textarea { font-size: 11px; overflow: auto; }
input, select, textarea { font-family: Arial, Verdana, Tahoma, sans-serif; }
input.radio, input.checkbox { margin-left: 0; }
input.button, input.submit { cursor: pointer; }

fieldset.none { border: none; margin: 0; padding: 0; }
fieldset.none legend { display: none; }
form ul, form ol { list-style: none; }
form li { padding: .2em 0; }
/* Zoekformulier
------------------------------------------------------------------*/
form.zoekformulier, form.zoekformulier fieldset { float: right; }
form.zoekformulier input { float: left; }
form.zoekformulier input.text { margin-right: 8px; }

/* Webbeheer formulier
------------------------------------------------------------------*/
form.webbeheer-formulier { position: relative; }
form.webbeheer-formulier fieldset {
	border: none;
	margin: 0; padding: 0;
}
fieldset.radiogrouper { float: left; }

form.webbeheer-formulier input.text,
form.webbeheer-formulier textarea { width: 300px; }

form.webbeheer-formulier textarea { height: 100px; }

form.webbeheer-formulier legend { display: none; }
form.webbeheer-formulier ul.velden { list-style: none; }

form.webbeheer-formulier li {
	clear: left;
	height: 1%;
	margin-bottom: .5em;
	overflow: hidden;
}
form ul.errors li, form ol.errors li { margin-bottom: 0; }
form.webbeheer-formulier label {
	color:#444;
	display: block;
	float: left;
	margin-right: 10px; 
	padding-bottom:1px;
	width: 210px;
}

fieldset.radiogrouper label {
	display: inline;
	float: none;
	font-weight: normal;
	margin: 0 0 0 5px;
}

div.webbeheer-formulier-thanks {
	border: 1px solid #ffbd05;
	padding: 6px;
}

form em.verplicht {
	position: absolute;
	left: 186px;
}

form.webbeheer-formulier li.keuze li {
	position: relative;
	margin-bottom: 0;
}
form.webbeheer-formulier li.keuze input {
	position: absolute;
	left: 220px;
}
form.webbeheer-formulier li.keuze li label {
	float: none;
	margin-left: 240px;
	width: auto;
}

/*
####################
#	TABELLEN	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
table.full-width { width: 100%; }

/* FCK-editor-tabel
------------------------------------------------------------------*/
div.alinea table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	color: #545454;
	margin: 1em 0;
	width: 100%;
}

table.meer-nieuws { margin-top: 20px; width: 100%; }
table.meer-nieuws td { border-bottom: 1px solid #F3F3F3; }
table.meer-nieuws a { text-decoration: none; }
table.meer-nieuws a:hover,
table.meer-nieuws a:focus { text-decoration: underline; }

div.alinea table td,
div.alinea table th { padding: .2em 4px; }
