@media print {
    #contents {
        font-size: 12pt;
        line-height: 1.5em;
    }
    
    #navigation {
        display: none;
    }  
    .nonprintable {
        display: none;
    }  
    .layout-table {
        display: none;
    }
    .hitlist {
       text-align: left;
       font-size: 12pt;
    }
}

.hidden {
  display: none;
}

span {
    font-size: 1em;
}

.nav-selected-page {
  font-size: inherit;
  font-weight: bold; 
}

.nav-nonselected-page {
  font-size: inherit;
  font-weight: normal;
}

.contentdescription table, #page table {
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9; 
	border-left:0px;
	border-right:0px;
	padding-bottom:0px;
	font-size: inherit;
	width:100%;
}

.layout-table {
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9; 
	border-left:0px;
	border-right:0px;
	padding-bottom:0px;
	font-size: inherit;
	width:100%; 
}

.linkerkolom-fill {
    font-size: 0.69em;
    line-height: 1.5em;
}

.contentdescription table td, #page table td {
  vertical-align: baseline;
}

.alignleft {
  float: left;
  font-size: inherit;
}
.alignleft span {
  font-size: inherit;
}

.alignright {
  float: right;
  font-size: inherit;
}
.alignright span {
  font-size: inherit;
}

