#content .standardText .pagination
{
  float: right;
}

#content .standardText .pagination.top
{
  display: none;
}

#content .standardText .pagination span.contraction
{
  display: block;
  float: left;
  padding: 0.2em 0.4em;
  margin: 0 0 0 0.4em;
  color: #EF5521;
}

#content .standardText .pagination a
{
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 0.4em;
  text-decoration: none;
  text-align: center;
  color: #EF5521;
  background-color: #EEEEEE;
  border: none;
  border-radius: 1em;
  line-height: 2em;
  width: 2em;
  height: 2em;
}

#content .standardText .pagination li.next:not(.disabled) a:hover,
#content .standardText .pagination a.next:hover,
#content .standardText .pagination li.previous:not(.disabled) a:hover,
#content .standardText .pagination a.previous:hover
{
  text-decoration: underline;
}

#content .standardText .pagination li.next a,
#content .standardText .pagination a.next,
#content .standardText .pagination li.previous a,
#content .standardText .pagination a.previous
{
  color: #EF5521 !important;
  background-color: transparent !important;
  width: auto;
}

#content .standardText .pagination li.next.disabled a,
#content .standardText .pagination li.previous.disabled a
{
  color: #606060 !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  color: #FFFFFF;
  background-color: #EF5521;
}

#content .standardText .pagination li.active a:hover,
#content .standardText .pagination a.current:hover,
#content .standardText .pagination a:hover,
#content .standardText .pagination a:focus,
#content .standardText .pagination a:active
{
  color: #FFFFFF;
  background-color: #E94400;
}


.calendarView table tr th,
.calendarView table tr td
{
  line-height: 3em;
  width: 3.5em;
  padding: 0;
  text-align: center;
}

.calendarView
{
  margin-top: 15px;
}

.calendarView .calendar
{
  text-align: center;
  margin-bottom: 25px;
}

.calendarView form a
{
  text-decoration: none;
}

.calendarView form div
{
  display: inline;
}

.calendarView table
{
  margin: 10px auto 10px auto;
}

.calendarView table tr .weekColumn,
.calendarView table tr .weekColumn a
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #F77711;
}

.calendarView table tr td a
{
  display: block;
  color: #EF5521;
  text-decoration: none;
}

.calendarView table tr td a:hover
{
  color: #FFFFFF;
  background-color: #EF5521;
}

.calendarView table tr td span
{
  display: block;
}

.calendarView table tr td span.noEvent
{}

.calendarView table tr td span.otherMonth
{
  color: #606060;
}

.calendarView table tr td span.hasEvent 
{ 
  font-weight: bold;
}


.recall.refresh,
.recall.refreshRemote
{
  cursor: pointer;
}

.recall.refresh:before,
.recall.refreshRemote:before {
  content: "\f021";
}

.recall.refresh:active:before,
.recall.refreshRemote:active:before {
  
  content: "\f110";
}

.recall.refresh,
.recall.refreshRemote
{
  float: right;
  font-size: 14px;
  margin: 0 0.5em;
}

.recallBusy
{
  background: url(/gfx/x.gif) no-repeat center center;
  min-width: 100%;
  min-height: 50px;
}

.recallBusy > *
{
  opacity: 0.4;
}


.login form fieldset legend
{
  display: none;
}

.login .changePassword,
.login .resetPassword1
{
  display: none;
}

.login.noLabels label:not([for="keepMeSignedIn"]) > span
{
  display: none;
}

.login label input[type="checkbox"]
{
  vertical-align: middle;
}




html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  
}



table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

.clear
{
  float: none;
  clear: both;
  height: 0;
  width: 0;
  overflow: hidden;
}



img.img_south      { margin:  0px 10px  4px  4px; }
img.img_south_west { margin:  0px  0px  4px  4px; }
img.img_west       { margin:  0px  0px  4px  4px; }
img.img_north_west { margin: 10px  0px  0px  4px; }
img.img_north      { margin: 10px 10px  0px  4px; }
img.img_north_east { margin: 10px 10px  0px  0px; }
img.img_east       { margin:  0px 10px  4px  0px; }
img.img_south_east { margin:  0px 10px  4px  0px; }
img.img_all        { margin: 10px 10px  4px  4px; }

img.left           { float: left; }
img.right          { float: right; }
img.center         { display: block; margin-left: auto; margin-right: auto; text-align:center; }

span.img_south      { margin:  0px 10px  4px  4px; }
span.img_south_west { margin:  0px  0px  4px  4px; }
span.img_west       { margin:  0px  0px  4px  4px; }
span.img_north_west { margin: 10px  0px  0px  4px; }
span.img_north      { margin: 10px 10px  0px  4px; }
span.img_north_east { margin: 10px 10px  0px  0px; }
span.img_east       { margin:  0px 10px  4px  0px; }
span.img_south_east { margin:  0px 10px  4px  0px; }
span.img_all        { margin: 10px 10px  4px  4px; }

.multimedia_left   { float: left; }
.multimedia_right  { float: right; }
.multimedia_center { display: block; margin-left: auto; margin-right: auto; text-align:center; }

.multimedia img.flipped{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


tr.ISE-header,
th.ISE-header,
tr.ISE-header th
{
  background-color: #FFFFFF;
  font-weight: bold;
}

tr.ISE-footer, td.ISE-footer, tr.ISE-footer td
{
  font-weight: bold;
  font-style: italic;
}

table.ISE-noborder,
table.ISE-noborder th,
table.ISE-noborder td
{
  border: none;
}

table.ISE-border
{
  border: 1px solid #FFB175;
  border-collapse: collapse;
}

table.ISE-border td
{
  border: none;
}

table.ISE-boxborder,
table.ISE-boxborder th,
table.ISE-boxborder td
{
  border: 1px solid #FFB175;
  border-collapse: collapse;
}

.ISE-align-left,
.ISE-align-left td
{
  text-align: left;
}

.ISE-align-right,
.ISE-align-right td
{
  text-align:right;
}
.ISE-align-center, 
.ISE-align-center td
{
  text-align:center;
  vertical-align: top;
}


span.ISESTYHAntwoord
{
  font-style: italic;
  font-weight: bold;
  text-transform: capitalize;
}

body
{
  
  font-size: 62.5%;
  
}

pre
{
  font-family: monospace;
}

em
{
  font-style: italic;
}

strong
{
  font-weight: bold;
}

ul,
ol
{
  margin: 0;
  padding: 0.5em 0 0.5em 1.2em
}

ol
{
  margin: 0;
  padding-left: 1.8em;
}

ol ol
{
  list-style-type: lower-alpha;
}

.hidden
{
  display: none;
}

.fileIcon
{
  vertical-align: text-bottom;
  margin-right: 3px;
}

.caption
{
  display: block;
  font-style: italic;
}

.fancybox-inner {
	overflow: auto !important;
}


.icon.icon-x::before{
  content: "";
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background: currentcolor;
  width: 24px;
  height: 24px;
}


html,
body
{
  height: 100%;
  margin: 0;
  padding: 0;
}

body
{
  color: #000000;
  background: #FFFFFF url('') repeat-y 50% 0;
  font-family: Arial, Helvetica, sans-serif;
}


.textBrowser
{
  height: 0;
  width: 0;
  overflow: hidden;
}


h2
{
  color: #F77711;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}

h3,
h4
{
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}


p
{
  padding: 0.5em 0;
}


a,
a:link,
a:visited
{
  color: #000000;
  text-decoration: underline;
}

#pageWrapper .weblettwitter .container .tweet a
{
  text-decoration: underline;
}


hr
{
  clear: both;
  height: 1px;
  border: none;
  border-top: 1px solid #FFB175;
}


table
{
  border-top: 1px solid #FFB175;
  border-left: 1px solid #FFB175;
}

table caption
{
  font-style: italic;
}

td,
th
{
  border-right: 1px solid #FFB175;
  border-bottom: 1px solid #FFB175;
  padding: 0.4em;
  vertical-align: top;
}

th
{
  background-color: #FFFFFF;
  color: #F77711;
  font-weight: bold;
}


fieldset legend
{
  color: #606060;
}



#topWrapper:after,
#middleWrapper:after,
#pageWrapper:after,
#mainWrapper:after,
#top:after,
#left:after,
#contentWeblets:before,
#footer:after
{
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


#topWrapper
{
  background: #FC933F url('') repeat-x 0 100%;
}


#top
{
  width: 1000px;
  height: 191px;
  margin: 0 auto;
}

#top .webletLocationtop1
{
  color: #FFFFFF;
  float: right;
  height: 20px;
  line-height: 19px;
}

#top .webletLocationtop1 a,
#top .webletLocationtop1 a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

#top .webletLocationtop2
{
  clear: both;
  width: 1000px;
  height: 141px;
}

#top .webletLocationtop3
{
  float: left;
  color: #606060;
  height: 30px;
  line-height: 29px;
  padding-left: 6px;
}

#top .webletLocationtop3 a
{
  color: #606060;
  text-decoration: none;
}

#top .webletLocationtop3 a:hover
{
  color: #606060;
  text-decoration: underline;
}

#top .webletLocationtop4
{
  float: right;
  width: 180px;
  height: 30px;
}


#siteWrapper
{
  position: relative;
  min-height: 100%;
}


#pageWrapper
{
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 25px 0;
}


#mainWrapper
{
  float: right;
  width: 807px;
  margin: 0 0 25px 0;
}


#left
{
  float: left;
  width: 193px;
  overflow: hidden;
}

#left a,
#left a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

#left .webletLocationleft1,
#left .webletLocationleft2,
#left .webletLocationleft3,
#left .webletLocationleft4
{
  width: 193px;
}


#moduleWrapper
{
  float: left;
  width: 627px;
  min-height: 250px;
  overflow: hidden;
}


#right
{
  float: right;
  width: 180px;
  overflow: hidden;
}

#right .webletLocationright1,
#right .webletLocationright2,
#right .webletLocationright3,
#right .webletLocationright4,
#right .webletLocationright5,
#right .webletLocationright6
{
  width: 180px;
}


#content,
#contentWeblets
{
  padding: 0 18px 0 20px;
}

#content h1
{
  color: #FC933F;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 0.7em 0;
}

#content .standardText,
#content .webletLocation
{
  font-size: 1.3em;
}


#footerWrapper
{
  width: 1000px;
  margin: 0 auto;
}

#footer
{
  font-size: 1.1em;
  color: #606060;
  position: absolute;
  width: 807px;
  margin: 0 0 0 193px;
  bottom: 10px;
}

#footer a,
#footer a:hover
{
  color: #606060;
  text-decoration: none;
}

#footer .webletLocationfooter1
{
  float: left;
  width: 589px;
  margin: 0 18px 0 20px;
}

#footer .webletLocationfooter2
{
  float: right;
  width: 180px;
}


#top,
#left,
#right,
#contentWeblets
{
  font-size: 1.3em;
}


#top .webletnavigation ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#top .webletnavigation ul li
{
  float: left;
}

#top .webletnavigation ul li a
{
}


#footer .webletnavigation ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer .webletnavigation ul li
{
  float: left;
}

#footer .webletnavigation ul li a
{
}

#footer .webletnavigation ul li a:hover
{
}


#left .webletnavigation ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#left .webletnavigation ul li
{
}

#left .webletnavigation ul li a
{
  display: block;
  padding: 5px 5px 6px 8px;
  border-bottom: 1px solid #EEEEEE;
}

#left .webletnavigation ul li a:hover
{
}

#left .webletnavigation ul li a.selected,
#left .webletnavigation ul li a.displayed
{
  font-weight: bold;
}

#left .webletnavigation ul.level1 li a
{
  background: #FC933F;
}

#left .webletnavigation ul.level2 li a
{
  background: #F77711;
  padding-left: 28px;
}

#left .webletnavigation ul.level3 li a
{
  background: #A34D0C;
  padding-left: 48px;
}

#left .webletnavigation ul.level4 li a
{
  background: #FFFFFF;
  padding-left: 68px;
}


#left .webletnavigation ul.extern1
{
  background: #FC933F;
  padding-top: 28px;
}

#left .webletnavigation ul.extern1 li a
{
  background: #FFB175;
}

#left .webletnavigation ul.extern1 li:first-child a
{
  border-top: 1px solid #EEEEEE;
}

#left .webletnavigation ul.extern1 li:first-child ul li a
{
  border-top: none;
}

.webletzoek .search
{
  margin-top: 1px;
}

.webletzoek form fieldset legend,
.webletzoek form fieldset label span
{
  display: none;
}

.webletzoek form fieldset p
{
  display: inline-block;
}

.webletzoek form fieldset p input
{
  border: 1px solid #25408E;
}

.webletzoek form fieldset p button
{
  color: #007CC2;
  background: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

#content .overview ul li h2 a
{
  color: #FC933F;
  text-decoration: none;
}

#content .overview ul li .leesmeer a
{
  color: #FC933F;
}

#pageWrapper #content .overview ul li .plaatje
{
  float: left;
  margin: 5px 7px 0 0;
}


@media print
{
html
{
  background: none;
}

body
{
  font-size: 10pt;
  color: Black;
}

#pageWrapper
{
  width: auto;
  background: none;
}

#mainWrapper
{
  float: none;
  width: auto;
}

#moduleWrapper
{
  float: none;
  width: auto;
}

#content
{
  padding: 0;
}

#top,
#left,
#right,
#footer
{
  display: none;
}


}


@media print
{

}

