/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

#bg-container {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	z-index: -1;
}

html.PB #bg-container {
	background: url(images/bg_pattern_0-6.png) center top repeat;
	background-color: #e6e14f;
}
html.PB {
	background-color: #e6e14f;
}

html.KB #bg-container {
	background: url(images/bg_pattern_6-12.png);
	background-color: #00a093;
}
html.KB {
	background-color: #00a093;
}

html.JB #bg-container {
	background: url(images/bg_pattern_12.png);
	background-color: #009ce0;
}
html.JB {
	background-color: #009ce0;
}

html.JL #bg-container {
	background: url(images/bg_pattern_15.png);
	background-color: #efefef;
}
html.JL {
	background-color: #efefef;
}
html.LL {
	background-color: #efefef;
}

.widget-bnl-siteheader.biebwidget-content img.sitelogo {
    margin-bottom: 3px;
}
.biebwidget-content.widget-bnl-navigatiebalk ul {
/*	margin-top: 5px;*/
}

.BASE_Content h2 {
    color: #FF7320;
    font-size: 150%;
}

table {
	color: #505450;
	font-size: 12px;
}

p table, .textblock table {
	line-height: 1.4;
}

#bibliotheek-nl-page {
	min-width:940px;
	width:97%;
	max-width:940px;
	min-height:50em;
	margin: -95px auto 0 auto;
	padding:0 4px
}


/* Header */
.toplinks {
	float: right;
	margin-top: 18px;
	text-align: right;
}
.toplinks a {
	text-decoration: none;
	margin-left: 20px;
}
.toplinks a:hover {
	text-decoration: none;
}


/* Top Menu */
.widget-bnl-navigatiebalk.biebwidget-content > ul {
	margin-bottom: 30px;
}
#topmenu a.current {
	background-color: #d65000;
}


/* Side Menu */
.biebwidget-content .nav-column {
	width: 210px;
	margin-left: 0;
	margin-right: 10px;
}
.nav-column h2 a, .nav-column h2 a:hover {
	text-decoration: none;
}
.biebwidget-content .nav-column h2 + ul.subnav {
    border-top-width: 0px;
}
.subnav li ul {
	display: none;
}
.subnav li.expanded ul {
	display: block;
}

	
/* Footer */
.widget-bnl-footer.biebwidget-content .nav {
    padding-bottom: 30px;
}

.widget-bnl-footer.biebwidget-content h2 {
    font-weight: bold;
}
.widget-bnl-footer.biebwidget-content .nav {
    padding-right: 0;
}

.widget-bnl-footer.biebwidget-content .column:first-child {
    width: 200px;
}
.widget-bnl-footer.biebwidget-content .column.second-child {
    width: 160px;
}
.widget-bnl-footer.biebwidget-content .column.last-child {
    width: 160px;
}
.widget-bnl-footer.biebwidget-content .column {
	    width: 320px;
	    padding-left: 15px;
}


/* Naviagtion */
#navigation {
	margin:20px 0 0 0px;
	font-size:12px;
	font-weight: normal;
}
#navigation a {
	text-decoration:none;
	padding: 0 6px;
}
#navigation .pagenr a:hover {
	text-decoration:underline;
}

#navigation div {
	float:left;
}
#navigation .prev, #navigation .next {
	height: 14px;
	width: 30px;
	margin: 0 8px;
	padding: 0 8px;
}
#navigation .prev {
	border-right: 1px solid #496660;
	background: url(../images/nav-prev.png) no-repeat center center;
}
#navigation .prev:hover {
	background: url(../images/nav-prev-hover.png) no-repeat center center;
}
#navigation .next {
	border-left: 1px solid #496660;
	background: url(../images/nav-next.png) no-repeat center center;
}
#navigation .next:hover {
	background: url(../images/nav-next-hover.png) no-repeat center center;
}
#navigation .inactive {
	opacity: 0.25;
	filter: alpha(opacity=25);
}
#navigation .curpage {
	color: #fff;
	padding: 1px 5px;
	-moz-border-radius:6px;
	border-radius:6px;
	font-weight:bold;
	background-color:#ff7320;
}
#navigation.top {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 20px;
}

/* Base Container */
.BASE_Container {
	float: left;
	width:679px;
	min-height: 400px;
}


/* Home Page */
#homepage {
	margin-left: -20px;
}
#homepage .column {
	float: left;
	position: relative;
	width: 177px;
	margin: 0;
}
#homepage .column a {
	display: block;
	text-decoration: none;
}
#homepage .column a:hover {
	color: inherit;
}
#homepage .column a.opaque {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#homepage .column p {
	margin: 0 10px 0 10px;
	font-size: 13px;
}
#homepage .column .img {
	position: relative;
	margin: 0 auto 8px auto;
	width:150px;
	height: 184px;
}
#homepage .column .img img {
	position: absolute;
	bottom: 0;
}
#homepage .column h2 {
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
	margin: 0 10px 18px 10px;
}

/* Plein Content */
.BASE_Content {
	margin-left: 13px;
	padding-bottom: 20px;
}

.plein .page_title {
	font-weight: normal;
	color: #FF6600;	
	margin-right:10px;
}
.page_title a {
	color: #FF6600;	
}

hr {
	display: none;
}

.page_explanation {
	font-size:125%;
	font-weight: bold;
	color: #505450;
	margin: 0 10px 17px 0;
	line-height: 22px;
}
.page_explanation p {
	font-weight: normal;
	font-size: 12px;
}
#databanken .page_explanation, #voorlezen .page_explanation, #feestelijkeacties .page_explanation, #boekenbespreken .page_explanation, #vakliteratuur .page_explanation, #bekroningen .page_explanation, #link .page_explanation {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #d0d0d0;
}

#bekroningen .detail {
	margin-top: 10px;
}
#bekroningen .detail img {
	float:left;
	margin: 0 10px 20px 0;
}
#bekroningen .detail p {
	clear: both;
}

.tip, .leestip {	
	margin: 0 0 20px 0px;
	padding: 0 0 26px 0;
	line-height: 1.4;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/bg-dotted.png");
  background-origin: padding-box;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto auto;
}
.tip.last, .leestip.last {
	background-image: none;
	border-bottom: 1px solid #d0d0d0;
}
.tip h2, .leestip h2 {
	font-size: 15px;
}
.tip .datum, .leestip .datum, .content-item .datum {
	color: #868686;
}
.tip .intro, .leestip .intro {
	margin-bottom: 5px;
}

.tip.list p {
	width: 500px;
	margin: 0 0 12px 0;
	float: left;
}
.tip img, .leestip img, .content-item.list img {
	float: left;
	margin: 4px 10px 10px 0;
}
.tip.list img, .leestip.list img, .content-item.list img {
	width: 70px;
}
.tip.list td, .content-item.list td {
	vertical-align: top;
}
.tip a.meer, .leestip a.meer, .content-item a.meer {
	display: block;
	clear: both;
	margin-top: 16px;
	padding: 0 0 0 18px;
	background: url(../images/btn-more.png) no-repeat;
}
.tip.detail .afbeelding {
	float: left;
}
.tip.detail .afbeelding img {
	float: none;
}
.leestip.list h2 {
	display: inline;
}
a.meer, a.meer:hover {
	text-decoration: none;
}
a.terug {
	background: url(../images/btn-back.png) no-repeat;
}

.home_agendakader {
	margin-top: 22px;
}
.home_agendakader .blok {
	float: left;
	width: 320px;
}
.home_agendakader .blok h2 {
	font-size: 14px;
	font-weight: bold;
}

.content-item {
	width: 666px;
	margin: 0 0 20px 0;
	padding: 0 0 26px 0;
	border-bottom: 1px solid #d0d0d0;
}
table.content-item td {
	padding: 0;
}
table.content-item h2 {
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
}
table.content-item.left img {
	margin-right: 10px;
}
table.content-item.right img {
	margin-left: 10px;
}
table.content-item.detail img {
	margin-left: 10px;
}

.grid {
	float:left;
	width: 666px;
	margin: 0 0 20px 0;
	padding: 18px 0 6px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
.grid-item {
	float:left;
	width:200px;
	height: 210px;
	padding: 0 10px;
	text-align:center;
	line-height: 22px;
}
.grid.tijdschriften .grid-item {
	height: 185px;
}
.grid-item img {
	width: 100px;
	height: 100px;
}

ul.categories {
}
ul.categories.separate {
	margin-top: 13px;
	padding: 4px 0 0 0;
	border-top: 1px solid #d0d0d0;
}
ul.categories li {
	margin: 5px 0;
}
ul#boekblok {
	margin-left: 30px;
}

/* BoekInfo */
.Boekinfo, .boek {
	margin: 0 0 20px 0;
	padding: 0 0 13px 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/bg-dotted.png");
  background-origin: padding-box;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto auto;
}
.Boekinfo.last, .boek.last {
	background-image: none;
	border-bottom: 1px solid #d0d0d0;
}
.Boekinfo table, .boek table {
	font-size: 12px;
}
.Boekinfo table td, .boek table td {
	vertical-align: top;
}
.Boekinfo h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: -4px;
	margin-bottom:2px; 
}
.Boekinfo .textblock {
	width: 500px;
	margin-left: 20px;
	line-height: 1.4;
}
.boek {
	padding-bottom: 20px;
}
.boek img {
	width: 150px;
	margin: 0 20px 0 0;
}
.boek .schrijvers {
	color: #868686;
	font-size: 11px;
	margin-bottom: 18px;
	line-height: 1.4;
}
.boek table.attributes {
	width: 100%;
}
.boek table.attributes th {
	text-align: left;
	vertical-align: top;
	padding: 0 10px 0 0;
	font-weight: normal;
	color: #868686;
}
.boek table.attributes td {
	vertical-align: top;
	padding: 0 10px 0 0 ;
}
.Boekinfo .lezen-voor-de-lijst a {
	padding: 0 10px;
	margin-right: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-moz-border-radius:6px;
	border-radius:6px;
}
.Boekinfo .lezen-voor-de-lijst a.onderbouw {
	background-color: #009CE0;
}
.Boekinfo .lezen-voor-de-lijst a.bovenbouw {
	background-color: #bcbcbc;
}

.icons {
 	margin-top: -6px;
 	height: 28px;
 }
.icons a {
	float: right;
	padding: 0;
	margin: 0;
	margin-left: 6px;
}
.icons a img {
	border: none;
	margin: 0;
	padding: 0;
}


.Uitlegtekst {
	font-size: 11px;
}
.KopIndent {
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
	margin-right:10px;
}
.KopIndent a {
	color: #FF6600;
}

 .youtube {
 	clear: both;
 	margin: 18px 0 10px 0px;
 }
 
/* JL-plein */
/*
#boeken_zoeken h2 {
 	color: #505450;
 	font-weight: bold;
 	font-size: 14px;
}
*/
#boeken_zoeken #onderwerpen {
	width: 100%;
	margin-top: 13px;
	padding-top: 13px;
	border-top: 1px solid #d0d0d0;
}
#boeken_zoeken #onderwerpen td {
	vertical-align: top;
}
#zoek_scherm {
	margin: 10px 0 10px 0;
}
#zoek_scherm input {
	width: 360px;
	height: 24px;
	margin: 8px 8px 0 0;
}
#zoek_scherm button.zoek {
	width: 54px;
	height: 36px;
	padding: 0;
	background: url(../images/btn-search.png) center top repeat;
}
#zoek_scherm #sf_query {
	margin-top: 12px;
}

#auteurs_en_illustratoren h2 {
 	color: #505450;
 	font-weight: bold;
 	font-size: 16px;
 	margin: 5px 0 12px 0;
}
#auteurs_en_illustratoren a.letter {
	margin-right: 25px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
	float: left;
	width: 18px;
}
#auteurs_en_illustratoren a.letter:hover {
	text-decoration: underline;
}

.auteur .kop {
	margin-bottom: 10px;
}
.auteur .kop .afbeelding, .auteur.uitgelicht .afbeelding, .tip.detail .afbeelding {
	float: left;
	margin: 0 10px 14px 0;
	font-size: 9px;
	font-color: #505450;
}
.auteur h2 {
	font-size: 16px;
	font-weight: bold;
}

#auteurs_en_illustratoren .auteur.overzicht img {
	width: 70px;
	margin: 0 10px 10px 0;
}

#auteurs_en_illustratoren .auteur.overzicht h2 {
	margin: 0 0 4px 0;
}

#auteurs_en_illustratoren .auteur.overzicht .datum {
	margin: 0 0 14px 0;
}

.auteur.uitgelicht .intro {
	margin: 10px 0 10px 0;
}

span.Website {
	margin-left: 10px;
}

.auteur.intro {
	margin-right: 20px;
	line-height: 1.6;
}

.Quizvraag {
	color: #FF7320;
}

#rss {
	visibility: hidden;
}

.widget-bnl-tracking.biebwidget-content {
	padding: 15px;
}

.nieuwstag {
	text-transform:uppercase;
}

#letter_form {
	float: left;
	width: 560px;
}