  position: absolute;
  right: 110px;
  top: 7px;
/* ################################################### */
/* # version:   1.0                                  # */
/* # author:    A. Kaasschieter | Ibuildings.nl      # */
/* # e-mail:    info@ibuildings.nl                   # */
/* # website:   http://www.ibuildings.nl             # */
/* ################################################### */



/* GLOBAL RESET */
/* ################################################### */

html, body                          { width: 100%; height: 100%; }
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h2,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote
{  
  margin: 0; 
  padding: 0; 
} 
*                                   { line-height: 140%; }
li, dd                              { margin-left: 5%; }
fieldset                            { padding: .5em; }

* html div, * html li
{
  zoom:1;
}

a
{
  color: #ff8000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


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


body
{
  background: #FFFFFF url(/img/nl/html.png) repeat-x left top; 
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #444444;
}

body.ckeditor, body.cke_panel_frame
{
  background: none;
}

#page
{
  position: relative;
  margin: 0px auto;
  width: 100%;
  text-align: left;
  min-height: 100%; 
  height: auto !important; 
  height: 100%; /* for IE */
  line-height: 100%;
  overflow-x: hidden;
}

#container
{
  position: relative;
  margin: 0px auto;
  width: 954px;
  padding: 0 0 160px 0;
  line-height: 140%;
}

#container:after
{
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#header
{
  position: relative;
  height: 185px;
  /*margin-bottom: 25px;*/
}

#top
{
  position: absolute;
  top: 10px;
  right: 0;
  width: 360px;
  line-height: 100%;
}

#top a
{
  display: block;
  height: 18px;
  float: right;
  color: #7f848a;
  margin: 0 0 0 20px;
}

#top a.RSS
{
  padding: 0 0 0 22px;
  background: url(/img/nl/rss.png) no-repeat left 2px;
}

#top a.twitter
{
  padding: 0 0 0 22px;
  background: url(/img/nl/twitter.png) no-repeat left 2px;
}

#breadcrumb
{
  float: left;
  font-size: 0.9em;
  width: 630px;
  margin: 0 0 20px 0;
}

#home #breadcrumb
{
  display: none;
}

#backlink
{
  float: right;
  width: 300px;
  margin: 0 0 15px 0;
  text-align: right;
}

#container-footer
{
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* for certain IE widths */
  height: 140px;
  background: #cfcfcf url(/img/nl/footer.png) repeat-x left top;
}

#footer
{
  position: relative;
  margin: 0px auto;
  padding: 20px 0 0 0;
  width: 954px;
}

#footer .left
{
  float: left;
}

#footer .right
{
  float: right;
  width: 280px;
}

#home #footer .right
{
  display: block;
}

#footer a
{
  color: #3e4348;
}

#footer .logoPBL
{
  display: block;
  float: left;
  width: 234px;
  height: 66px;
  margin: 10px 10px 0 0;
  text-indent: -9999px;
  background: url(/img/nl/logo_pbl.png) no-repeat left top;
}

#footer .logoCBS
{
  display: block;
  float: left;
  width: 177px;
  height: 66px;
  margin: 10px 10px 0 0;  
  text-indent: -9999px;
  background: url(/img/nl/logo_cbs.png) no-repeat left top;  
}

#footer .logoWageningen
{
  display: block;
  float: left;
  width: 206px;
  height: 66px;
  margin: 10px 10px 0 0;  
  text-indent: -9999px;
  background: url(/img/nl/logo_wageningen.png) no-repeat left top;
}


/* SEARCH */
/* ############################################ */


#header .search
{
  position: absolute;
  top: 60px;
  right: 0px;
}

* html #header .search
{
  width: 355px;
}

#header .search p
{
  font-style: italic;
  padding-bottom: 5px;
}

#header .search p span
{
  color: #ff8000;
}

#header .search input.text
{
  border: 1px solid #d8d8d8;
  background: url(/img/nl/searchbox1.png) no-repeat left top;
  padding: 4px 0 0 25px;
  width: 271px;
  height: 18px;
  vertical-align: middle;
}

#header .search input.submit
{
  padding: none;
  width: 51px;
  height: 23px;
  background: url(/img/nl/zoek.png) no-repeat left top;
  border: none; 
  text-indent: -9999px;
  cursor: pointer;
  margin-left: 5px;
  vertical-align: middle;
}

#leftColumn .search
{
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #cdcdcd;
}

#leftColumn .search p
{
  font-style: italic;
  padding-bottom: 5px;
}

#leftColumn .search p span
{
  color: #ff8000;
}

#leftColumn .search input.text
{
  border: 1px solid #d8d8d8;
  background: url(/img/nl/searchbox2.png) no-repeat left top;
  padding: 4px 0 0 25px;
  width: 507px;
  height: 18px;
  vertical-align: middle;
}

#leftColumn .search input.submit
{
  padding: 0;
  width: 51px;
  height: 23px;
  background: url(/img/nl/zoek.png) no-repeat left top;
  border: none; 
  text-indent: -9999px;
  cursor: pointer;
  margin-left: 4px;
  vertical-align: middle;
}

.searchNav
{
  float: right;
}

.searchNav a.pagenr
{
  display: block;
  float: left;
  padding: 1px 5px 1px 5px;
  margin: 0 0 0 5px;
  border: 1px solid #d6d6d6;
  text-decoration: none;
  color: #ff8000;
}

.searchNav a.pagenr:hover
{
  background: #f1f1f1;
}

.searchNav a.active
{
  background: #cccccc;
  color: #FFFFFF;
}

.searchNav span.pagespacer
{
  display: block;
  float: left;
  padding: 1px 5px 1px 5px;
  margin: 0 0 0 5px;
}


/* CONTENT */
/* ################################################### */


#leftColumn
{
  display: block;
  float: left;
  position: relative;
}

#rightColumn
{
  display: block;
  float: right;
  position: relative;
}

#fullColumn
{
  display: block;
  position: relative;  
  width: 100%;
  clear: both;
}

.width80 { width: 628px; }
.width70 { width: 590px; }
.width55 { width: 480px; }
.width45 { width: 420px; }
.width30 { width: 300px; }
.width20 { width: 270px; }

.paragraph
{
  margin: 0 0 20px 0;
}

.paragraph img
{
  clear: both;
  display: block;
  border: 1px solid #7F838A;  
}

.summary
{
  font-weight: bold;
}

* html #home #leftColumn
{
  width: 680px;
}


/* VEELGESTELDE VRAGEN / FAQ */
/* ###################################################### */


.line
{
  margin: 0 0 15px 0 !important;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}

#faq form input.submit
{
  float: right;
}

#faq form input.text
{
  width: 296px;
}

#faq form textarea
{
  width: 296px;
}

#faq .veelgesteldevragenblok .line
{
  padding-bottom: 0px;
}


/* ENKEL ONDERWERP */
/* ###################################################### */



#onderwerpen .width70
{
  width: 625px !important;
}

#onderwerpen .width30
{
  width: 280px;
}

.subjectList a
{
  display: block;
  position: relative;
  float: left;
  width: 202px;
  height: 150px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 5px 0 0;
}

.subjectList a img
{
  border: 1px solid #7f838a;
}

.subjectList a span
{
  display: block;
  color: #7f838a;
  font-weight: bold;
}

.subjectList a:hover span
{
  color: #ff8000;
}

.category
{
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}


/* ONDERWERPEN + DOSSIERS */
/* ##################################################### */


#onderwerpen .width45
{
  width: 433px;
}

#onderwerpen .width55
{
  width: 455px;
}

#dossier .width55
{
  width: 433px;
}

#dossier .width45
{
  width: 455px;
}

#onderwerpen #leftColumn h1
{
  width: 360px; /* ivm ruimte pdf link ernaast */
}


/*
#onderwerpen #rightColumn h3
{
  font-size: 1.4em;
  letter-spacing: -1px;
  color: #7F838A;
  margin: 5px 0 7px;
}
*/

#onderwerpen a.oselector-inactive, #onderwerpen a.oselector-inactive:hover
{
  color: #7F838A;
  cursor: text;
  text-decoration: none;
}

.dossiers
{
  clear: both;
}

.dossiers a
{
  display: block;
  position: relative;
  float: left;
  width: 227px;
  height: 92px;
  color: #7f838a;
  cursor: pointer;  
}

.dossiers a img
{
  display: block;
  position: relative;
  float: left;
  width: 80px;
  height: 82px;
  border: 1px solid #7f838a;
  cursor: pointer;  
}

.dossiers a span
{
  display: block;
  position: relative;
  float: right;
  width: 138px;
  height: 82px;
  cursor: pointer;
}

.printlink
{
  display: block;
  position: absolute;
  right: 76px;
  top: 7px;
  width: 16px;
  height: 16px;
  color: #7f838a;
  background: url(/img/nl/print.png) no-repeat left 0px;
}

.printlink span
{
  display: none;
}

.pdflink
{
  background: url("/img/nl/icons_sprite_new.png") no-repeat scroll -148px -11px transparent;
  color: #7F838A;
  display: block;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 48px;
  top: 7px;
  width: 16px;
}

.pdflink span
{
  display: none;
}


.rsslink
{
  display: block;
  right: 0px;
  position: absolute;
  top: 5px;
  height: 20px;
  padding: 0 0 0 22px;
  color: #7f838a;  
  background: url(/img/nl/rss.png) no-repeat left 2px;
}

.twitterlink
{
  display: block;
  right: 55px;
  position: absolute;
  top: 5px;
  height: 20px;
  padding: 0 0 0 22px;
  color: #7f838a;
  background: url(/img/nl/twitter.png) no-repeat left 2px;
}

.report_add_link
{
  display: block;
  width: 16px;
  height: 20px;
  color: #7f838a;
  background: url("/img/nl/icons_sprite_new.png") no-repeat scroll -65px -11px transparent;
}

.report_add_link span
{
  display: none;
}

.report_remove_link
{
  display: block;
  width: 16px;
  height: 20px;
  color: #7f838a;
  background: url("/img/nl/icons_sprite_new.png") no-repeat scroll -37px -11px transparent;
}

.report_remove_link span
{
  display: none;
}

.report_view_link
{
  display: block;
  width: 16px;
  height: 20px;
  color: #7f838a;
  background: url("/img/nl/icons_sprite_new.png") no-repeat scroll -11px -11px transparent;
}

.report_view_link span
{
  display: none;
}

ul#indicatoricons,
ul#indicatoricons li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#indicatoricons li
{
    display: block;
    float: left;
    margin-right: 15px;
}

ul#indicatoricons
{
    position: absolute;
    top: 185px;
    left: 656px;
    margin-bottom: 10px;
}

/* INDICATOR */
/* ###################################################### */


#indicator #leftColumn h1
{
  width: 450px;
}

div.figuurgroeplid 
{
  margin-top: 15px;
  position: relative;
}

div.figuurgroeplid ul.tablijst 
{
  top: 1px;  
  left: 0;
  height: 20px;  
  padding:4px 0 0;
  font-size: 11px;
  font-weight: bold;
  list-style-type: none;
  overflow: hidden;
  display: block;
  position: relative;
}

div.figuurgroeplid ul.tablijst li.geselecteerd 
{
  float: left;
  position: relative;
  top: 1px;
  background: #FFFFFF;
  border-top: 1px solid #7F838A;
  border-left: 1px solid #7F838A;
  border-right: 1px solid #7F838A;
  /* border-bottom: 1px solid #FFFFFF; */
  color: #868686;
  display: block;
  height: 12px;
  line-height: 11px;
  margin-right: 1px;
  padding: 4px 7px 2px;
}

div.figuurgroeplid ul.tablijst li.actief 
{
  float: left;
  position: relative;
  top: 1px;
  background-color: #868686;
  border: 1px solid #7F838A;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  line-height: 11px;
  height: 12px;
  margin-right: 1px;
  padding: 4px 7px 2px;
}

img.figuur 
{
  background-color: #E6E6E6;
  border-bottom: 2px solid #F89207;
  display: block;
  position: static;
  clear: both;
}

div.figuurgroeplid img.figuur 
{
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  position: relative;
  z-index: 100;
}

div.figuurtab 
{
  display: block;
  clear: both;
  background-image: url(../images/nl/dropshadow_figuur.jpg);
  background-position: left top;
  background-repeat: repeat-x;
}

#subjectlink
{
  position: relative;
  text-align: right;  
  color: #7F838A;  
  background: #fafafa;
  border: 1px solid #f4f4f4;
  clear: both;
  margin: 0 0 15px 0;
}

#subjectlink img
{
  display: block;
  height: 30px;
  float: right;
}

#subjectlink a
{
  display: block;
  float: left;
  margin: 4px 4px 4px 4px;
  color: #7F838A;
  width: 225px;
}

#subjectlink a span
{
  font-weight: normal;
  color: #FF8000;
}

#subjectlink a:hover
{
  text-decoration: none;
}

#subjectlink a:hover span
{
  text-decoration: underline;
}

.cijferstab
{
  position: relative;
  right: -2px;
}


/* PUBLICATIES */
/* ###################################################### */


a.publicatie
{
  display: block;
  position: relative;
  clear: both;
  color: #444444;
}

a.publicatie:hover
{
  cursor: pointer;
  text-decoration: none;
}

a.publicatie img
{
  display: block;
  width: 100px;
  float: left;
  margin: 3px 10px 20px 0;
	border:1px solid #7F838A;	
}

a.publicatie h1
{
  font-size: 1.1em;
  margin: 0;
}

div.publicatieIntro
{
  display: block;
  position: relative;
  clear: both;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #CDCDCD;
}

div.publicatieIntro img
{
  display: block;
  width: 100px;
  float: left;
  margin: 3px 10px 10px 0;
	border:1px solid #7F838A;  
}




/* RECENT VERNIEUWD */
/* ###################################################### */


table#updated
{
  width: 100%;
}

table#updated thead
{
  font-weight: bold;
}

table#updated td
{
  padding: 2px 20px 10px 0;
  vertical-align: top;
}

table#updated td.label
{
  width: 90px;
}

table#updated tbody td
{
  border-bottom: 1px solid #ededed;
}

table#updated tbody ul li
{
  background: url(/img/nl/listitem2.png) no-repeat 2px 7px;
}


/* RSS */
/* ###################################################### */


table#rssfeeds
{
  width: 100%;
}

table#rssfeeds thead
{
  font-weight: bold;
}

table#rssfeeds td
{
  padding: 2px 20px 10px 0;
  vertical-align: top;
}

table#rssfeeds td.label
{
  width: 320px;
}

table#rssfeeds tbody td
{
  border-bottom: 1px solid #ededed;
}

table#rssfeeds tbody ul li
{
  background: url(/img/nl/listitem2.png) no-repeat 2px 7px;
}


/* CONTACT */
/* ###################################################### */


#contact form input.submit
{
  margin-top: 5px;
}

#contact form input.text
{
  width: 296px;
}

#contact form textarea
{
  width: 580px;
}



/* NEWS */
/* ###################################################### */


#news
{
  position: relative;
  margin: 0 0 20px 0;
}

#news #newsimage
{
  display: block;
  position: relative;
  float: left;
  width: 662px;
  height: 221px;
  border: 1px solid #b4b8bc;
  margin-right: 1px;
}

#newsitem img {
  border: 1px solid #7F838A;
}

#news #newsitems
{
  position: relative;
  float: right;
  width: 288px;
}

#news ul
{
  display: block;
  list-style-type: none;
}

#news ul li
{
  display: block;
  position: relative; 
  width: auto;
  margin: 0 0 2px 0;
  padding: 0;
  height: 43px;
  list-style-type: none;
  line-height: 110%;
  z-index: 500; 
}

#news ul li a
{
  display: block;
  padding: 4px 10px 0 10px;
  height: 38px;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 110%;
  text-align: left;
  text-decoration: none;
  width: auto;  
  background: url(/img/nl/news.png) repeat-x right top;
}

#news ul li.active a,
#news ul li a:hover
{
  background: url(/img/nl/news_active.png) repeat-x right top;  
}

#news ul li a span.arrow
{
  display: none;
}

#news ul li.active a span.arrow,
#news ul li a:hover span.arrow
{
  display: block;
  position: absolute;
  left: -17px;
  top: 13px;
  width: 17px;
  height: 17px;
  z-index: 100;
  background: url(/img/nl/news_arrow.png) no-repeat left top;
}


/* PANELS */
/* ######################################## */


#homepanels .panel
{
  width: 211px;
  float: left;
}

div.panel
{
  position: relative;
  max-width: 900px;
  background: #fcfcfc url(/img/nl/panel_center.png) repeat-x top left;  
}

div.panel .top
{
  height: 4px;
  line-height: 0;
  font-size: 0;
  background: #FFFFFF url(/img/nl/panel_topleft.png) repeat-x top left;  
}

div.panel .top span
{
  float: right;
  width: 4px;
  height: 4px;
  line-height: 0;
  font-size: 0;
  background: url(/img/nl/panel_topright.png) no-repeat top left;       
}

div.panel .center
{
  position: relative;
  padding: 10px 10px 5px 10px;
  min-height: 190px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

* html div.panel .center
{
  height: 203px;
}

div.panel .bottom
{
  height: 5px;
  line-height: 0;
  font-size: 0;
  background: #FFFFFF url(/img/nl/panel_bottomleft.png) repeat-x top left;    
}

div.panel .bottom span
{
  float: right;
  width: 5px;
  height: 5px;
  line-height: 0;
  font-size: 0;
  background: url(/img/nl/panel_bottomright.png) no-repeat top left;       
}

div.panel .center ul
{

}

div.panel .center li,
div.paragraph li,
.ckeditor li
{
  display: block;
  color: #7f838a;
  margin: 0;
  padding: 0 0 0 22px;
  list-style-type: none;
  z-index: 15;
  background: url(/img/nl/listitem.png) no-repeat 2px 7px;
}

div.panel li a,
div.paragraph li a
{
  color: #7f838a;
}

#panelMilieu,
#panelNatuur,
#panelRuimte
{
  margin: 0 16px 0 0;
}

#panelRuimte
{
  margin-right: 0;
}

#panelMilieu h4,
#panelNatuur h4,
#panelRuimte h4
{
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  color: #6a727b;
  font-weight: bold;
  border-bottom: 1px solid #d7d8da;
	font-size:1.3em;
  letter-spacing:-1px;
}

#panelMilieu ul,
#panelNatuur ul,
#panelRuimte ul
{
  z-index: 15;
}

#panelMilieu li,
#panelNatuur li,
#panelRuimte li
{
  display: block;
  color: #7f838a;
  margin: 0;
  padding: 0 0 0 22px;
  list-style-type: none;
  z-index: 15;
  background: url(/img/nl/listitem.png) no-repeat 2px 7px;
}

#panelMilieu li a,
#panelNatuur li a,
#panelRuimte li a
{
  color: #7f838a;
}

#panelMilieu .center a.showall,
#panelNatuur .center a.showall,
#panelRuimte .center a.showall
{
  position: absolute;
  bottom: 2px;
  right: 10px;
  text-align: right;
  font-size: 0.9em;
}

#panelMilieu .center { background: url(/img/nl/molen.png) no-repeat 25px bottom; }
#panelNatuur .center { background: url(/img/nl/blad.png) no-repeat 95px bottom; }
#panelRuimte .center { background: url(/img/nl/gebouw.png) no-repeat 120px bottom; }


#rightColumn #panelMilieu,
#rightColumn #panelNatuur,
#rightColumn #panelRuimte
{
  margin: 0 0 20px 0;
  float: left;
  width: 271px;
}

#rightColumn #panelMilieu .center { background: url(/img/nl/molen.png) no-repeat 85px bottom; }
#rightColumn #panelNatuur .center { background: url(/img/nl/blad.png) no-repeat 155px bottom; }
#rightColumn #panelRuimte .center { background: url(/img/nl/gebouw.png) no-repeat 180px bottom; }

div.paragraph ul.alternate
{
  margin-bottom: 15px;
}

div.paragraph ul.alternate li
{
  display: block;
  color: #7f838a;
  margin: 0;
  padding: 0 0 0 22px;
  list-style-type: none;
  z-index: 15;
  background: url(/img/nl/listitem.png) no-repeat 2px 7px;
}

div.paragraph ul.alternate li a
{
  display: block;
  color: #7f838a;
}

div.paragraph ul.alternate li:hover
{
  background: #FFB66F;
  color: #FFFFFF;
  text-decoration: none;  
}

div.paragraph ul.alternate li:hover a,
div.paragraph ul.alternate li a:hover
{
  background: #FFB66F;
  color: #FFFFFF;
  text-decoration: none;
}

div.paragraph ul.alternate li.active
{
  background: #FF8000;
  color: #FFFFFF;
  text-decoration: none;  
}

div.paragraph ul.alternate li.active a
{
  background: #FF8000;
  color: #FFFFFF;
  text-decoration: none;
}



/* SITEMAP */
/* ################################################### */


.sitemapColumn
{
  float: left;
  width: 280px;
  margin: 0 20px 0 0;
}

.sitemapColumn h2
{
  font-weight: bold;
  padding: 3px 0 3px 0;
  border-bottom: 1px solid #ededed;
}

.sitemapColumn h2 a
{
  color: #7F838A;
}

.sitemapColumn ul
{
  margin: 0 0 20px 0;
}

.sitemapColumn li
{
  display: block;
  border-bottom: 1px solid #ededed;
  margin: 0;  
  padding: 3px 0 3px 22px;
  list-style-type: none;
  z-index: 15;
  background: url(/img/nl/listitem.png) no-repeat 5px 10px;
}

div.panel li a,
div.paragraph li a
{
  color: #7f838a;
}



/* TYPOGRAPHY */
/* ################################################### */


#header div#logo 
{
  position: absolute;
  top: 25px;
  left: 0px;  
  width: 389px;
  height: 89px;
  z-index: 50;
  text-indent: -9999px;  
  background: url(/img/nl/logo.png) no-repeat left top;
}

#header div#logo a 
{
  display: block;
  height: 89px;
  width: 389px;
}

h2
{
  font-size: 1.3em;
  letter-spacing: -1px;
  color: #ff8000;
  margin: 0 0 5px 0;
}

h1
{
  font-size: 1.5em;
  letter-spacing: -1px;
  color: #ff8000;
  margin: 0 0 10px 0;
}

h2 span,
h1 span
{
  color: #7f838a;
}

.paragraph h1
{
  margin: 0 0 2px 0;
}

.paragraph h1 a
{
  text-decoration: underline;
}

h2.paragraafkop,
h3.paragraafkop
{
  margin: 10px 0 0 0;
  color: #000000;
  font-family: Arial;
  letter-spacing: 0px;
  font-size: 0.9em;
  font-weight:bold;
}

h2.msg_category
{
 font-size: 1.2em;
}

h3.msg_head
{
  margin: 5px 0 0 0;
  font-size: 1em;
  color: #444;
  letter-spacing: 0px;
  font-family: Arial;
}

#footer h3
{
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 5px 0;
  letter-spacing:-1px;
}

h3
{
  font-size: 0.9em;
  font-weight: normal;
}

#rightColumn h3
{
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: -1px;
  color: #ff8000;
  margin: 0 0 5px 0;
}

sub
{
  font-size: 8px;
  vertical-align: -0.1em;
}

sup
{
  font-size: 8px;
  vertical-align: 0.3em;
}

/* NAVIGATION */
/* ############################################ */


#menu
{
  position: absolute;
  width: 100%;
  height: 30px;
  top: 143px;
}

#menu ul#nav
{
  display: block;
  height: 30px;
  list-style-image: none;
  list-style-type: none;
}

#menu ul#nav li
{
  display: block;
  position: relative; 
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  height: 30px;
  list-style-type: none;
  line-height: 100%;
  z-index: 500; 
  background: url(/img/nl/nav.png) no-repeat right top;
}

#menu ul#nav li a
{
  display: block;
  float: left;
  height: 25px;
  margin: 0;
  padding: 5px 15px 0 15px;
  color: #FFFFFF;
  font-size: 1.1em;
  line-height: 100%;
  text-align: left;
  text-decoration: none;
  width: auto;  
}

#menu ul#nav li a.home
{
  margin-left: -15px;
}

#menu ul#nav li a:hover,
#menu ul#nav li a.active
{
  text-decoration: none;
  background: url(/img/nl/navhover.png) no-repeat bottom center;
}


/* GLOBAL FORM */
/* ################################################### */


form 
{
  margin: 0;
  padding: 0;
  display: inline;
}

form label
{
  color: #ff8f1e;
}
 
fieldset
{
  display: block;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0 0 5px 0;
}
 
input, select, textarea 
{
  font-size: 1em;
  font-family: lucida sans, lucida sans unicode, arial, helvetica, sans-serif;
}

input.text
{
  background: url(/img/nl/input2.png) repeat-x right top;
  border: 1px solid #c4c4c4;
  padding: 3px 0 0 2px;
  height: 18px;
  font-size: 1em;
}

input.submit
{
  border: 1px solid #c4c4c4;
  padding: 3px 2px 3px 2px;
  background: #ff8f1e url(/img/nl/button.png) repeat-x right top;
  color: #FFFFFF;
  font-weight: bold;
}
 
textarea
{
  background: url(/img/nl/input2.png) repeat-x right top;
  border: 1px solid #c4c4c4;
  padding: 3px 0 0 2px;
  line-height: 120%;
}
 
label 
{
  cursor: pointer;
}


/* GLOBAL CLASSES */
/* ################################################### */


.clearfix:after 
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix 
{
  display: inline-block;
}

html[xmlns] .clearfix 
{
  display: block;
}

* html .clearfix 
{
  height: 1%;
}

.updated
{
  display: block;
  border: #cccccc;
  background: #f2f2f2;
  padding: 3px;
}

.clear        { clear: both; }
.floatleft    { float: left; }
.floatright   { float: right; }
 
.textleft     { text-align: left; }
.textright    { text-align: right; }
.textcenter   { text-align: center; }
.textjustify  { text-align: justify; }
 
.bold, .lead  { font-weight: bold; }
.italic       { font-style: italic; }
.underline    { border-bottom: 1px solid; }
.highlight    { background: #ffc; }

a img         { border: none; } 
.imgleft      { float: left; margin: 4px 10px 4px 0; }
.imgright     { float: right; margin: 4px 0 4px 10px; }
 
.noindent     { margin-left: 0; padding-left: 0; }
.nobullet     { list-style: none; list-style-image: none; }

#atk_debugging_div
{
  clear: both;
  margin: 0 0 0 25px;  
}

.msg_body_active a:link, span.MsoHyperlink
{
  color: #ff8000;
}

/* =============================== */
/* = AUTOCOMPLETE SUGGESTION BOX = */
/* =============================== */


.autocomplete-w1 
{
  background: url(/img/nl/autocomplete_shadow.png) no-repeat bottom right;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 8px 0 0 6px;
  /* IE6 fix: */
  _background:none;
  _margin:0;
}

.autocomplete 
{ 
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  text-align: left;
  max-height: 350px;
  overflow: auto;
  margin: -6px 6px 6px -6px;
  /* IE6 specific: */
  _height: 350px;
  _margin: 0;
  _overflow-x: hidden;
}

.autocomplete .selected 
{
  background: #E0E0E0;
}

.autocomplete div 
{
  padding: 2px 5px;
  white-space: nowrap;
}

.autocomplete strong 
{
  font-weight: normal;
  color: #3399FF;
}

/*PNGFix for IE6 see: http://www.twinhelix.com/css/iepngfix/*/
table#updated tbody ul li,
table#rssfeeds tbody ul li,
div.panel .center li,
div.paragraph li,
#panelMilieu li,
#panelNatuur li,
#panelRuimte li,
div.paragraph ul.alternate li,
.sitemapColumn li
{
  /*behavior: url(/scripts/iepngfix.htc);*/
}

.date
{
	font-size:0.8em;
}

.publicatie .text
{
  padding-left:112px;
}

div.publicatie
{
  margin: 0px 0px 20px 0;	
}

/* PDF report page */
div.pdfreportpage h2
{
    margin-top: 15px;
}

div.pdfreportpage ul#pdfreportpages
{
    padding: 0;
    margin-bottom: 15px;
}

div.pdfreportpage ul#pdfreportpages li
{
    margin: 0;
    padding: 3px 0 3px 0;
    border-bottom: 1px solid #EEEEEE;
}

div.pdfreportpage ul#pdfreportpages  li
{
    display: block;
    position: relative;
    width: 700px;
}

div.pdfreportpage ul#pdfreportpages  li:hover
{
    background-color: #FFF0E0;
}

div.pdfreportpage a.swapup,
div.pdfreportpage a.swapdown
{
    display: block;
    position: absolute;
    top: 2px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background: url("/img/nl/icons_sprite_new.png") no-repeat scroll 0 0 transparent;
}

div.pdfreportpage a.swapup:hover,
div.pdfreportpage a.swapdown:hover
{
    background-color: #FF8000;
}

div.pdfreportpage a.swapup
{
    right: 0;
    background-position: -172px -11px;
}

div.pdfreportpage a.swapdown
{
    right: 20px;
    background-position: -195px -11px;
}

div.pdfreportpage a.delete
{
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
    width: 60px;
    text-align: right;
}

div.pdfreportpage div.noindicators
{
    display: none;
}

div.indicatorlistcontainer a.emptyreport
{
    margin-left: 605px;
}

div.pdfreportpage iframe
{
    display: none;
}

div.waitingindicator
{
    display: none;
    width: 500px;
    padding-left: 7px;
    padding-top: 20px;
    background-image: url("/img/nl/report_indicator.gif");
    background-position: left top;
    background-repeat: no-repeat;
}

div#social {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    clear: both;
}

div#social div.share_button {
    float: left;
    width: 125px;
    margin-right: 5px;
}

div#geoservice {
    margin-top: 10px;
    display: none;
}