@charset "utf-8";
@import url("reset.css");
@import url("typography.css");


	




body,html {
	background: #FFF url(images/body_bckgr.gif) repeat left top;
	overflow: hidden;
}
body.dragginginprogress {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color:red;
}
#metacontainer {
	width: 200%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 10;
	background: transparent url(images/dropshadow.png) repeat-y right top;
	
}
span.ui-draggable {
	z-index: 2500;
	
}
#scroller1 {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	overflow: auto;
}
#scroller2 {
	width: 46%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 3;
	overflow: hidden;
	
	background: transparent url(images/bckgr_als.png) repeat-x left center;
}
.als-container {
	width: 885px;
	margin:  0 auto;
	padding: 0 30px;
	background: transparent url(images/bckgr-cont.png) repeat-y center top;
}

/*
#als-header {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}
#als-header h1 {
	font-size: 2em;
	width: 176px;
	height: 25px;
	margin: 25px 0 20px 0;
}
#als-header h1 a {
	display: block;
	text-indent: -9000px;
	width:  100%;
	height: 100%;
	background: transparent url(images/titel_bureauals.gif) no-repeat left top;
}
#als-header ul {
	
	margin: 0;
	padding: 0;
}
#als-header ul li {
	list-style-type: none;
	font-family:"Courier New", Courier, monospace;
	font-size: 1.3em;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0 2px;
	font-weight: bold;
	text-transform: uppercase;
	
}
#als-header ul li ul {
	clear: both;
	margin-bottom: 5px;
	margin-left: -4px;
}
#als-header ul li ul li {
	font-size: 0.9em;
	float: left;
	list-style-type: none;
	clear: none;
	background: transparent url(images/comma.gif) no-repeat right center;
	padding: 1px 2px 1px 2px;

	font-weight: normal;
	
	}
#als-header ul li ul li.onpage a {
	color: #000;
}
#als-header ul li ul li a{
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	color: #999;
}
#als-header ul li ul li a:hover {
	background-color: red;
}
#als-header ul li ul li a.clicked {
	background-color:  #99ff33;
}
#shownav {
	position: absolute;
	z-index: 2000;
	left: 34px;
	top:  50%;
	
	margin-top: -15px;
	width: 30px;
	height: 30px;
}
#shownav a.show {

	display: none;
	
}


#grabnav {
	position: absolute;
	display: none;
	left: 0px;
	top: 50%;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	width: 100%;
	z-index: 2000;
	
	background-color: #FFF;
}
#grabnav #containhead {
	margin-top: -89px;
}
.hasnav {
	display: block;
}
#navline {
	position: absolute;
	width: 100%;
	top: 50%;
	height:  8px;
	margin-top: -4px;
	background: transparent url(images/show-nav.gif) no-repeat left top;
	z-index: 1;
	display: none;
	left: 0px;
}
#containhead {
	position: relative;	
}
*/
#container {
	width: 996px;
	margin:  0 auto;
}
#header {
	margin: 0 auto 0 auto;
	padding: 55px 0 0 0;
	width: 996px;
	position: relative;
	
}
#header h1 {
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: -78px; /* visually in the center, not mathematically */
	width: 152px;
	height: 26px;
	
}
#header h1 a{
	display: block;
	width:  100%;
	height: 100%;
	text-align: left;
	text-indent: -9000px;
	
	background: transparent url(images/titel_bureausla.gif) no-repeat left top;
}
.bureauals, .bureausla {
	z-index: 900;
	width:  30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top:  -15px;
	margin-left:  -45px;
	display: block;
	
	cursor: w-resize;
	background: transparent url(images/go_bureauals.gif) no-repeat right center;
}
.bureausla {
	display: none;
	z-index: 15;
	
	margin-left: -16px;
	width: 16px;
	background: transparent url(images/bckgr_scrollbars.gif) no-repeat left top;
	height: 55px;
	margin-top: -30px;
}
.noscroll {
	margin-left: -30px;
}
.tmpscroll {
	margin-left: -45px;
}
ul#pages {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
ul#pages li {
	display: inline;
	font-family: arial;
}
ul#pages li.current_page_item a {
	background-color: #00ffff;
}
ul#pages li a {
	text-decoration: none;
	color: #333;
	font-size: 1.35em;
	padding:1px 3px;

	
}
ul#pages li a:hover {
	text-decoration: underline;
	color: #000;
} 

ul#cats {
	text-align: center;
	text-transform: uppercase;
	font-family: georgia;
	letter-spacing: 0.08em;
	width: 780px;
	margin: 15px auto 0 auto;
	border-bottom: solid 1px #f6f6f6;
	padding:  14px  0 12px  0;
	background: transparent url(images/paragraph-divider-2.gif) no-repeat center top;
	
}
ul#cats li {
	display: inline;
}


ul#cats li a {
	text-decoration: none;
	color: #999;
	font-size: 0.95em;
	padding: 1px 2px;
	line-height: 16px;
	border: solid 1px #FFF;
}
ul#cats li a:hover,
ul#cats li.current-cat a {
	background-color: #99ff33;
	color: #000;
	border: solid 1px #99ff33;
}
ul#scale {
	text-align: center;
	text-transform: uppercase;
	font-family: georgia;
	letter-spacing: 0.08em;
	width: 750px;
	margin: 5px auto 0 auto;
	border-bottom: solid 1px #f6f6f6;
	padding:  7px  0 10px  0;
	xbackground: transparent url(images/paragraph-divider-2.gif) no-repeat center top;
	
}
ul#scale li {
	display: inline;
}


ul#scale li a {
	text-decoration: none;
	color: #999;
	font-size: 0.95em;
	padding: 1px 2px;
	line-height: 16px;
	border: solid 1px #FFF;
}
ul#scale li a:hover,
ul#scale li.current-cat a {
	background-color: #99ff33;
	color: #000;
	border: solid 1px #99ff33;
}
span.UK,
span.NL {
	display: none;
}

#UK span.UK {
	display: inline;
}
#NL span.NL {
	display: inline;
}

 	
#main{
	position: relative;
	width: 100%;
	float: left;
	z-index: 10;
}
#footer {
	clear: both;
	background: transparent url(images/paragraph-divider_footer.gif) no-repeat center top;
	margin: 15px 0;
	padding: 12px;
	color: #e0e1e2;
	font-size: 1em;
	
}
.post {
	margin: 0 auto;
	clear: both;
	position: relative;
	
	
}		
.spread{
	border: solid 1px #000;
	border-top: none;
	float: left;
	width: 100%;
	margin: 0;
	overflow: visible;
	font-size: 1.2em;
	background-color: #FFF;
	
}
.mainspread{
	border: solid 1px #000;
	float: left;
	xwidth: 100%;
	margin: 30px 0 0 0;
	/* overflow: hidden; or else the boekenleggertjes won't show nicely*/
	position: relative;
}
.page {
	float: left;
	height: 100px;
	padding: 20px 40px;
	position: relative;
}	
.mainspread .page p {
	font-size: 0.95em;
	line-height: 170%;
	color: #333;
	margin: 0 40px 0 3px;
}
.mainspread .page p.readmore  {
	color:#000000;
	line-height:20px;
	margin:10px 0;
	text-align:right;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	font-size: 1.2em;
	position: absolute;
	width: 102px;
	right: -27px;
	bottom: 0px;
	height: 27px;
	z-index: 25;
	
}

.mainspread .page p.readmore a  {
	display: block;
	text-align: left;
	text-indent: -9000px;
	height: 100%;
	width: 100%;
	background: transparent url(images/showmoreshowless.gif) no-repeat left top;
}
.clicked .page p.readmore a  {
	background: transparent url(images/showmoreshowless.gif) no-repeat left -26px;
}
.mainspread .page p.readmore a.UK  {
	background-position: right 2px;
}
a.readmore {
	display: block;
	text-decoration: none;
	font-family: arial narrow;
	font-weight: bold;
}
.mainspread .page .cats {
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: georgia;
	color: #999;
	text-transform: uppercase;
	font-size: 0.65em;
	margin: 6px 10px 0px 14px;
	padding: 5px 0 5px 0;
	letter-spacing: 0.13em;
	
}
.mainspread .page .cats a {
	color: #999;
	text-decoration: none;
	padding: 1px 2px;
}
.mainspread .page .cats a:hover {
	background-color:#99FF33;
	color:#000000;
	text-decoration: none;
} 
#spread {
	position: relative;
	top: 0px;
	width: 100%;
	height: 10px;
	/* float: left; no float!!!! it'll stop IE7/8 from pushing lower posts down */
	border-right:  1px solid #000;
	padding-right: 1px;
	overflow: visible;
	clear: both;
	border-bottom: solid 1px #000;
}
#spread .spread {
	border-bottom: none;
	clear: both;
}
.spread .spread {
	border: none;
	font-size: 1em;
}
#spread .lastspread {
	border-bottom:  solid 1px #000;
}
.npage {
	position: relative;
	border-bottom: solid 1px #000;
	margin-left: -1px;
}
.npage .first {
	border-right: solid 1px #000;
}
.left{
	
	border-right: solid 1px #000;
	background-color: transparent;
	margin-left: -1px;
	z-index: 15;
}
#spread .lastspread .page {
	padding: 0;
	
}
#spread .lastspread .right {
	margin-left:  -1px;
}
#spread .lastspread .raw-content {
	overflow: auto;
	position: relative;
	padding: 0 40px;
	height: 100%;
}
.right{
	
}
.fotopage {
	xpadding: 0;
	overflow: hidden;
	z-index: 10;
	xfloat: right;
	position: absolute;
	right: 0px;
	top:  0px;
	padding: 0;
	float: none;
}
h2.arch-title {
	display: none;
}
h2.show-arch-title {
	display: block;
	text-align: center;
	font-size: 1.3em;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
	color: #666;
	padding:  10px 0 12px 0;
	
}

.nospread {
	background-color: transparent;
	width: 400px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 1.2em;
	border: none;
}
.nospread div.justcontent {
	width: 400px;
	margin: 30px auto 10px auto;
}
.nospread h2 {
	font-size: 2em;
}
.newsitem h2 {
	font-size: 1.8em !important;
}
.archive {
	float: left;
	width: 310px;
	
	margin: 10px;
	clear: none;
}
.newspage {
	position: relative;
	clear: both;
	
}
.newspage .nospread {
	background-color: transparent;
	width: 500px;
	overflow: hidden;
	font-size: 1.2em;
	
}
.newspage .nospread div.justcontent {
	width: 480px;
	margin:0px;
	padding: 0;
	border-bottom: solid 1px #F1F1F1;
	}
.newspage .newsdate,
.newspage .newstitle {
	
	padding: 0 0  0;
	font-size: 0.9em;
	text-transform: uppercase;
	
	margin: 18px 0 -3px 0;
	color:#999999;
	font-family:georgia;
	font-size:0.9em;
}
.newspage .newstitle {
	border-bottom: solid 1px #CCC;
	font-size: 1em;

}
.wide h1 {
	font-size: 1.2em;
	text-transform: uppercase;
}
.column {
	text-align: justify; 
	padding: 20px 40px;
	position: relative;
}
.column.last {
	margin-left: -1px;
}
.page h2 { /* sifr */
	font-size: 2.9em;
	line-height: 20px;
	text-transform: uppercase;
	color: #013E46;
	font-weight: normal;
	margin:  5% 0 -1% 0;
	
}
.page h2 a{ /* sifr */
	color: #013E46;
	
}
p.site-description {
	text-align:center;
	font-size: 1.3em;
	line-height: 25px;
	text-transform: uppercase;
	color: #013E46;
	font-weight: normal;
	margin: -3px  0  8px  0;
}
.imgspread {
	
	position: relative;
	float: left;
	overflow: hidden;
}
.hor-spread-border {
	height: 1px;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}
.li-divider {
	width: 1px;
	background-color: #CCC;
	position: absolute;
	left: 50%;
	top: 0;
	height: 200px;
	z-index: 10;
}
.goLeft,
.goRight {
	height: 100%;
	background-color: #FFF;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7; 
	
	position: absolute;
	top: 1px;
	z-index: 100;
	
	height: 10px;
	width: 10px;
}
.goLeft {
	left: 0px;
	border-right: solid 1px #000;
	display: none;
}
.goRight {
	
	border-left: solid 1px #000;
	
}
.images {
	width: 3000px;
	float: left;
	border-bottom: solid 1px #000;
	position: relative;
	z-index: 50;
}
.images ul {
	margin: 0;
}
.images ul li {
	float: left;
	border-top: solid 1px #000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	position: relative;
}
.images ul li a.lightbox {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.images ul li a.lightbox {
	text-indent: -9000px;
	
}
h2.facts {
	text-indent: -9000px;
	width:  100%;
	margin: 20px 0 0 0;
	height: 23px;
	padding: 0 0 4px 0;
	background: transparent url(images/txt_fact_figures.gif) no-repeat left top;
}
h2.raw {
	text-indent: -9000px;
	width:  100%;
	margin: 20px 0 0 0;
	height: 23px;
	padding: 0 0 4px 0;
	background: transparent url(images/txt_raw_data.gif) no-repeat left top;
}
h2.tags {
	text-indent: -9000px;
	width:  100%;
	margin: 20px 0 0 0;
	height: 23px;
	padding: 0 0 4px 0;
	background: transparent url(images/txt_tags.gif) no-repeat left top;
}
div.tags a {
	font-size: 1em;
	font-family: arial narrow;
	text-decoration: none;
	
}
div.tags a:hover {
	text-decoration: underline;
}
dl.facts {
	font-size: 1.09em;
}
dl.facts dt {
	font-weight: bold;
	margin: 8px 0 3px 0;
	font-family: arial narrow;
}
dl.facts dd{
	margin: 1px 0 1px 0px;
	color: #333;
	font-family: arial narrow;
}
ul.prevnext {
	padding: 3px 0;
	clear: both;
	
}
ul.prevnext li {
	list-style-type: none;
	float: left;
	width: 50%;
	margin: 25px 0 0 0;
	padding: 0;
	height: 1.3em;
	text-align: right;
}
ul.prevnext li.prev {
	text-align: left;
}
ul.prevnext li a {
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	text-transform: uppercase;
	font-family: arial narrow;
	font-weight: bold;
	padding: 0 8px;
	color: #333;
	
}
ul.prevnext li a:hover {
	text-decoration: underline;
	color: #000;
}

#labels {
	float:left;
	
}
#labels .label {
	float:left;
	
}
#labels .label a {
	
	text-decoration: underline !important;
}
.lastspread #labels .label,
.lastspread #labels .label a.label1,
.lastspread #labels .label a.label2,
.lastspread #labels .label a.label3 {
	display: inline;
	width:  auto;
	height: auto;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	text-indent: 0;
	background: none;
	position: relative;
	opacity: 1;
	padding: 0 3px 0 0 ;
	margin: 0;
	font-size: 1em;
	font-family: arial narrow;
	text-decoration: none;
	line-height: 130%;
}
.lastspread #labels .label a:hover {
	text-decoration: underline;
}

.label {
	display: none;
}
.label a{
	display: block;	
	z-index: 1000;
	
}
.label a span {
	text-indent: 0px;
	position:absolute;
	display:none;
	width: 120px;
	padding: 3px 5px 4px 5px;
	left: 5px;
	top:5px;
	color: #333;
	border: solid 1px #999;
	background-color: #FFF;
	text-decoration:none;
	font-size:0.95em;
}
.label a.showtip  {
	opacity:1;
}
.label a.showtip span {
	display:block;
}
#labels .label a span {
	text-indent: 0px;
	position:relative;
	display:inline;
	width: auto;
	padding: 0 3px 0 0;
	left: auto;
	top:auto;
	border:none;
	background-color:transparent;
	text-decoration:none;
	font-size: 1em;
}
a.label1 { /* lipje */
	width:  35px;
	height:  60px;
	background-color: red;
	opacity: 0.7;
	position: absolute;
	text-indent: -9000px;
}
a.label2 { /* ezelsoor */
	width:  50px;
	height:  50px;
	background-image: url(images/ezelsoor.gif);
	position: absolute;
	text-indent: -9000px;
}
a.label3 { /* postit */
	width:  110px;
	height:  86px;
	background: #fffca9 url(images/postit.gif) repeat-x left top;
	position: absolute;
	padding: 34px 10px 10px 10px;
	text-align: left;
	font-family: verdana;
	font-size: 0.9em;
	text-decoration: none;
	text-indent: 0px;
}

	.label3 .pos1 {
		left: 30px;
		top: 30px;
	}
	.label3 .pos2 {
		right: 30px;
		top: 30px;
	}
	.label3 .pos3 {
		left: 30px;
		bottom: 30px;
	}
	.label3 .pos4 {
		right: 30px;
		bottom: 30px;
	}
	.label3 .pos5 {
		left: 50%;
		top: 50%;
		margin-left: -55px;
		margin-top: -77px;
	}
	.label2 .pos1 {
		left: -1px;
		background-position: left top;
		top: 0px;
	}
	.label2 .pos2 {
		right: -2px;
		background-position: -50px top;
		top: 0px;
	}
	.label2 .pos3 {
		left: -1px;
		background-position: left -50px;
		bottom: 0px;
	}
	.label2 .pos4 {
		right: 0px;
		background-position: -50px -50px;
		bottom: 0px;
	}
	.lastspread .label2 .pos4 {
		right: -1px;
		bottom: -1px;
	}
	.label1 .pos1 {
		left: 20px;
		top: -10px;
	}
	.label1 .pos2 {
		left: 50%;
		margin-left: -17px;
		top: -10px;
	}
	.label1 .pos3 {
		right: 20px;
		top: -10px;
	}
	.label1 .pos4 {
		left: 20px;
		bottom: -10px;
	}
	.label1 .pos5 {
		left: 50%;
		margin-left: -17px;
		bottom: -10px;
	}
	.label1 .pos6 {
		right: 20px;
		bottom: -10px;
	}
	.label1 .pos7 {
		left: -10px;
		top: 20px;
		width:  60px;
		height: 34px;
	}
	.label1 .pos8 {
		right: -10px;
		top: 20px;
		width:  60px;
		height: 34px;
	}
	.label1 .pos9 {
		left: -10px;
		top: 50%;
		margin-top: -17px;
		width:  60px;
		height: 34px;
	}
	.label1 .pos10 {
		right: -10px;
		top: 50%;
		margin-top: -17px;
		width:  60px;
		height: 34px;
	}
	.label1 .pos11 {
		left: -10px;
		bottom: 20px;
		width:  60px;
		height: 34px;
	}
	.label1 .pos12 {
		right: -10px;
		bottom: 20px;
		margin-top: -17px;
		width:  60px;
		height: 34px;
	}
	
	
	
	
/* posterpagina */

#posterouscontent {
	float: left;
}
ul#posterous-list {
	margin: 20px 0;
	padding: 0;
	clear: both;
}
ul#posterous-list li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 167px;
	height: 226px;
	position: relative;
	list-style-type: none;
}

ul#posterous-list li h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	position: absolute;
	top: 167px;
	text-align: center;
	width: 100%;
	font-family:"Courier New", Courier, monospace;
	background-color: #FFF;
}

ul#posterous-list li .p-img {
	border: solid 1px #000;
	position: relative;
	float: left;
	text-align: center;
	width: 165px;
	height: 165px;
}

ul#posterous-list li .p-img a {
	display: block;
	width: 163px;
	height: 163px;
	border: solid 1px #FFF;
	text-align: left;
}
ul#posterous-list li .p-img div {
	margin-top:  1px;
}
ul#posterous-list li .p-img div.post-data {
	margin: 0;
	position: absolute;
	left: 1px;
	bottom: 1px;
	color: #FFF;
	width: 157px;
	padding: 2px 3px;
	text-align: left;
	background: transparent url(images/shade_000_40.png) repeat left top;
}
ul#posterous-list li .p-img a span.videoplaceholder {
	width: 163px;
	height: 163px;
	position: absolute;
	left: 2px;
	top: 2px;
	background: transparent url(images/videoplaceholder.png) no-repeat left top;
	display: block;
}
span.pager{
	clear: both;
	display: block;
	text-align: center;
}
span.pageNum,
a.pageNum{
	padding: 5px;
	border: solid 1px #000;
}
a.pageNum:hover{
	padding: 5px;
	border: solid 1px #000;
	background-color: #333;
	color: #FFF;
}
span.currentPage{
	border: none;
}

span.lastPage,
a.lastPage {
	
}
#pressloginform {


}
.holdiframe {
	position:relative;
	margin: 0 auto;
	width: 500px;
}
