/*
  accessibility
*/
.accessibility{
  display:none;
} /*
  opmaak tabellen
*/
table{
  clear:both;
  margin:0.5em 0em;
}

table th, table td{ vertical-align:top; }

/*
  tabel met core activity info
*/
table.core-activity{
  border-collapse:collapse;
}

table.core-activity tr th{
  padding:4px;
  color:white;
  background-color:#006CB4;
  vertical-align:top;
  border-bottom:1px solid white;
}

table.core-activity tr td{
  padding:4px;
  background-color:#F3BA00;
  border-bottom:1px solid white;
}
 /*
  print
*/
*{
  font-family:Verdana, Arial;
}

body{
  margin:0; padding:0;
  font-size:11pt;
}

#header,
#main-nav,
#breadcrumbs,
#sidebar,
#siteToolbar,
#langNav,
#footer{
  display:none;
}


/* kopteksten */
h2{ color:black; font-size: 14pt; }
h2 em{ font-style:normal; }
h2 em embed, h2 em object{ display:none; }

h3{ color:black; font-size:13pt; }
h3 em{ font-style:normal; }
h3 em embed, h3 em object{ display:none; }

/* tabnavigation */
.tabnavigation{ display:none; }
html body #site #content .isTab { display:block; }

/* img */
img.left{
  float:left;
  margin-right:0.25em;
}

img.right{
  float:right;
  margin-right:0.25em;
}

a img{
  border:0;
}

