body {
  margin: 0;
  background: #f7f7f7 url('gfx/body_bg.gif') repeat-y center;
  height: 100%;
}
body.res1280 {
  background: #f7f7f7 url('gfx/body_bg_1280.gif') repeat-y center;
}
form {
  margin: 0;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
td {
  padding: 0;
  vertical-align: top;
}
td.pagePartContent ul {
  list-style-image: url('gfx/bullet_list.gif');
  padding: 0;
  margin-left: 18px;
}
div#headerBg {
  height: 85px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: white;
}
div#header {
  height: 85px;
  margin: auto;
  position: relative;
  z-index: 215;
}
img#nynke {
  position: absolute;
  top: 27px;
  z-index: 1;
  left: 50%;
  margin-left: 405px;
}
body.res1280 img#nynke {
  margin-left: 470px;
}
div#header img#logo {
  position: absolute;
  top: 19px;
  left: 10px;
}
div#header div#topMenu {
  position: absolute;
  top: 10px;
  right: 0px;
  color: #7e7e7e;
}
div#header div#topMenu a {
  margin: 0px 3px;
}
div#mainMenu {
  position: absolute;
  top: 49px;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 220;
}
div#topmenuDiv {
  z-index: 1200;
  position: relative;
}

div#mainMenuBgDiv {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 240px;
  background: url('gfx/nav_bg.png') no-repeat center bottom;
  text-align: left;
	padding: 0px;
	margin: 0px;
  padding-bottom: 25px;
  overflow: hidden;
}
/* TOP NAV MENU */
#nav {
  z-index: 1200;
  margin: 0 auto;
  position: relative;
  height: 50px;
}

/* main level items */
#nav a {
  color: #002759;
  font-size: 14px;
  padding: 4px 7px 10px 7px;
  line-height: 40px;
  text-align: left;
}

#nav a:hover {
  color: #cf0360;
  padding: 10px 6px;
  border: 1px solid #CACACA;
  border-width: 0 1px 0 1px;
}

/* deeper nav level items */
#nav .navLevel a {
  display: block;
  width: 166px; /* width - own padding - padding of #nav .navLevel */
  font-size: 11px;
  color: #cf0360;
  text-transform: none;
  padding: 1px 4px 1px 3px;
  margin-right: 0;
  line-height: 16px;
  border: none;
}

#nav .navLevel a:hover {
  color: #fff;
  background-color: #cf0360;
  padding: 1px 4px 1px 3px;
}

#nav .navLevel a.active {
  background-color: #9e0048;
  color: #fff;
}

#nav .navLevel a.hasChilds {
  background-image: url('gfx/bullet_arrow_right.gif');
  background-position: center right;
  background-repeat: no-repeat;
}

/* second level items */
#nav .navLevel {
  display: none;
  width: 180px;
  padding: 5px 0 0 10px;
  position: absolute;
	margin: 0px;
  top: 47px;
  left: 0px;
  line-height: 16px;
  border-left: 6px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}

/* third level items */
#nav .navLevel .navLevel {
  margin-top: 0;
	padding-bottom: 0px;
	padding-right: 0;
  top: 0;
  left: 190px; /* width + padding of #nav .navLevel */
}


/* uitzonderingen voor 1024 */
#nav div#navLevel_5,
#nav div#navLevel_5 div
{
	width: 150px;
}

#nav div#navLevel_5 div
{
	margin-left: -30px;
}
#nav div#navLevel_5 a,
#nav div#navLevel_5 div a
{
	width: 135px;
	color: #cf0360;
}
body.res1280 #nav div#navLevel_5,
body.res1280 #nav div#navLevel_5 div
{
	width: 180px;
	margin-left: 0px;
}
body.res1280 #nav div#navLevel_5 a,
body.res1280 #nav div#navLevel_5 div a
{
	width: 160px;
	color: #cf0360;
}
#nav div#navLevel_5 a:hover,
#nav div#navLevel_5 div a:hover,
body.res1280 #nav div#navLevel_5 a:hover,
body.res1280 #nav div#navLevel_5 div a:hover

{
	color: #fff;
}


div#headerContent div#topMenu a {
  margin-right: 3px;
}
div#shadowContainer {
  position: absolute;
  top: 85px;
  height: 5px;
  width: 100%;
  z-index: 200;
}
div#shadowContainer div {
  background-color: #000;
  height: 1px;
  font-size: 1px;
}
div#shadow1 {
  opacity:.18;
  filter: alpha(opacity=18);
  -moz-opacity: 0.18;
}
div#shadow2 {
  opacity:.15;
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
}
div#shadow3 {
  opacity:.11;
  filter: alpha(opacity=11);
  -moz-opacity: 0.11;
}
div#shadow4 {
  opacity:.07;
  filter: alpha(opacity=7);
  -moz-opacity: 0.07;
}
div#shadow5 {
  opacity:.04;
  filter: alpha(opacity=04);
  -moz-opacity: 0.04;
}
div#shadowContainer div#nynkeShadow {
  background: transparent url('gfx/nynke_shadow.png') no-repeat left top;
  position: absolute;
  left: 50%;
  margin-left: 420px;
  width: 54px;
  height: 5px;
  top: 0;
}
body.res1280 div#shadowContainer div#nynkeShadow {
  margin-left: 485px;
}
div#mainContainer {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -501px;
  width: 1002px;
  display: block;
  min-height: 100%;
  _height: 100%;
  z-index: 0;
}
body.res1280 div#mainContainer {
  width: 1130px;
  margin-left: -565px;
}
div#contentTop {
  height: 153px;
}
#mainTitle {
  float: left;
  margin-top: 120px;
  margin-left: 10px;
}
#mainTitle a {
  font-family:garamond,arial,helvetica,sans-serif;
  font-size: 22px;
  color: #002859;
  font-weight: bold;
}
div#search {
  float: right;
  width: 258px;
  background: #cf0360 url('gfx/search_bg.gif') repeat-x top;
  border-left: 1px solid #fff;
}
div#search a {
  color: #fff;
}
div#search a.readMore {
  color: #fff;
}
div#search form {
  margin-left: 10px;
}
div#search h2.search {
  color: #fff;
	margin-top: 20px;
}
div#search .text {
  width: 162px;
  padding: 2px 2px;
  border: 1px solid #960044;
}
div#search .readMore {
  background:url("gfx/bullet_arrow.png") no-repeat scroll left 4px transparent;
  display:block;
  margin: 3px 0 3px 4px;
  padding-left: 15px;
}
div#search input.submit {
  width: 71px;
  height: 22px;
  border: 0px;
  background: url('gfx/search_btn_block.png') no-repeat right center;
  color: white;
  font-weight: bold;
  margin-left: -3px;
  cursor: pointer;
}
input.submit {
  width: 76px;
  height: 21px;
  border: 0px;
  background: url('gfx/btn_search_bg.gif') no-repeat center center;
  color: white;
  font-weight: bold;
  margin-top: 8px;
}
div#accessibility {
  margin-top: 6px;
  border-top: 1px solid white;
  line-height: 31px;
  height: 31px;
  padding: 0px 10px;
  color: white;
}
div#accessibility a.print {
  background: url('gfx/print_icon.gif') no-repeat left center;
	display: block;
	padding-left: 22px;
}
div#accessibility ul {
  width: 99%;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
div#accessibility ul li {
  width: 50%;
  float: left;
}
div#accessibility a {
  color: white;
}
div#accessibility a.fontSml {
  font-size: 11px;
  color: #9e0048;
  cursor: pointer
}
div#accessibility a.fontMdl {
  font-size: 13px;
  cursor: pointer
}
div#accessibility a.fontLrg {
  font-size: 16px;
  cursor: pointer
}

/*### LEFTMENU ###*/
div#leftNav {
  float: left;
  width: 223px;
	padding-bottom: 40px;
}
body.res1280 div#leftNav {
  width: 237px;
}
div#leftNav ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
div#leftNav ul li {
  height: 1%;
}
div#leftNav a.active {
  font-weight: bold;
}
div#leftNav div.quickLinks {
  padding-left: 10px;
}
div#leftNav div.quickLinks a.readMore {
  background:url("gfx/bullet_arrow.png") no-repeat scroll left 4px transparent;
  display:block;
  margin: 2px 0 2px 4px;
  padding-left:15px;
}
div#leftNav div.quickLinks h2 {
  margin-left: 4px;
}
div#navHead {
  /*line-height: 26px;*/
  height: 18px;
  background-color: #cf0360;
  padding-left: 15px;
}
div#navHead a {
  /*color: white;*/
  font-weight: bold;
}
ul.firstUL li {
  border-bottom: 1px solid #ebedee;
  line-height: 23px;
  padding-left: 15px;
}
ul.firstUL li a:hover {
  text-decoration: underline;
}
a.levelUp {
  padding-left: 15px;
  margin-left: 15px;
  margin-top: 15px;
  display: block;
  background: url('gfx/bullet_up.gif') no-repeat left center;
}

div#content {
  float: left;
  width: 494px;
  margin: 0px 13px;
  line-height: 16px;
  overflow: hidden;
  padding-bottom: 40px;
}
body.res1280 div#content {
  width: 596px;
  margin: 0px 16px;
}

div#breadCrumb {
  line-height: 26px;
  font-size: 10px;
  color: #7b7b7b;
}
div#breadCrumb a {
  font-size: 10px;
  color: #7b7b7b;
}
a.topLink {
  display: block;
  padding-left: 15px;
  background: url('gfx/up.gif') no-repeat left center;
  margin: 10px 0;
}
a.backLink {
  display: block;
  padding-left: 15px;
  background: url('gfx/back.gif') no-repeat left center;
  margin-top: 10px;
}
div#rightNav {
  float: right;
  width: 259px;
}
div#rightNavContent {
  padding: 10px 12px;
  clear: both;
  border-left: 1px solid #d4d4d4;
}
div#rightNavContent a {
  padding-left: 15px;
  margin: 1px 0 1px 4px;
  background: url('gfx/bullet_arrow.png') no-repeat left 4px;
  display: block;
}
div#rightNavContent p {
  margin: 6px 0 6px 4px;
}
div#rightNavContent h2 {
  font-family: garamond, arial, helvetica, sans-serif;
  font-size: 18px;
  padding-left: 4px;
  margin: 12px 0 5px 0;
  display: block;
  border-bottom: 1px solid #ebedee;
  padding-bottom: 5px;
}
div#rightNavBottom {
  height: 9px;
  background: url('gfx/right_nav_bottom.gif') no-repeat top;
	margin-bottom: 100px;
}
div#footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  line-height: 25px;
  text-align: right;
  background: url('gfx/footer_bg.gif') no-repeat 240px bottom;
}
div#footer a {
  margin: 0px 3px;
  color: #7e7e7e;
}

/*### TABS ###*/
div#rightNavContent .tab-wrapper {
  padding: 1em 4px;
  clear: both;
  border-top: 1px solid #ebedee;
  margin-top: -1px;
}
div#rightNavContent .tab-wrapper div.contactLeft {
  float: left;
  width: 110px;
  margin-top: 10px;
}
div#rightNavContent .tab-wrapper div.contactRight {
  float: left;
  width: 110px;
  margin-left: 2px;
  margin-top: 10px;
}
div#rightNavContent .tab-wrapper b {
  color: #cf0360;
}
div#rightNavContent .tab-wrapper img {
  margin-top: 10px;
}
div#rightNavContent .tab-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
div#rightNavContent .tab-menu li {
  margin: 0;
  padding: 0;
  float: left;
  line-height: 20px;
  height: 20px;
  border: 1px solid #ebedee;
  margin-left: 4px;
  background-color: #f7f7f7;
}
div#rightNavContent .tab-menu li.tab-selected  {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
div#rightNavContent .tab-menu li a {
  padding: 0 .5em;
  font-weight: bold;
}
div#rightNavContent .tab-menu li.tab-selected a {
  color: black;
}

/*### SITEMAP ###*/
.pagePartContent ul.sitemap {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
ul.sitemap li {
  margin: 0px;
}
ul.sitemap li a {
  font-weight: bold;
  background-color: #f7f7f7;
  color: #cf0360;
  font-size: 14px;
  border-top: 1px solid #cf0360;
  display: block;
  margin: 10px 6px;
  padding: 5px;
}
ul.sitemap li a:hover {
  text-decoration: underline;
}
ul.sitemap ul {
  list-style: none;
  margin-left: 25px;
  padding: 0px;
  list-style-image: none;
}
ul.sitemap ul li a {
  color: #333333;
  font-weight: normal;
  font-size: 11px;
  border: 0;
  margin: 1px 0;
  padding: 0;
  padding-left: 8px;
  background: none;
}

ul.sitemap li a {
  font-weight: bold;
  color: #cf0360;
  padding-left: 15px;
}

ul.sitemap ul {
  list-style: none;
  margin-left: 10px;
}

ul.sitemap ul li a {
  color: #7c7c7c;
  font-weight: normal;
}




/*### FORMULIEREN ###*/
form.formContainer div.formDiv {
  margin: 15px 0;
  padding: 10px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
form.formContainer th {
  text-align: left;
  width: 180px;
  padding-right: 6px;
}
form.formContainer th,
form.formContainer td
{
  height: 29px;
  color: #6d6d6d;
  vertical-align: middle;
}
form.formContainer td.required {
  background: url('gfx/required.gif') no-repeat 10px 10px;
  width: 65px;
}
form.formContainer .text,
form.formContainer select,
form.formContainer textarea
{
  border: 1px solid #c9c9c9;
}
form.formContainer .text {
  width: 200px;
}
form.formContainer .alignTop {
  width: 200px;
}
form.formContainer textarea {
  width: 230px;
  height: 80px;
  margin: 5px 0;
  font-family: arial, tahoma, sans-serif;
  font-size: 12px;
}
form.formContainer .button {
  border: 0px;
  background: url('gfx/btn_bg.gif') no-repeat center center;
  width: 88px;
  height: 23px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
form.formContainer label.error {
  color: #f30000;
}
form.formContainer tr.subHead th {
  background-color: #f7f7f7;
  color: #046089;
  border-bottom: 1px dotted #d4d4d4;
  border-top: 1px dotted #d4d4d4;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
/* FRONT AGENDA */

table.frontAgenda {
  width: 100%;
}

table.frontAgenda tr {
  height: 22px;
  line-height: 22px;
}

table.frontAgenda td.date {
  width: 44px;
}

table.frontAgenda a {
  color: #cf0360;
}

table.frontAgenda td.spacer {
  width: 4px;
  padding-right: 5px;
}


/* Agenda items  */
ul#coll-items {
  list-style: none;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  list-style-image: none;
}
ul#coll-items li {
  height: 1%;
}
#coll-items li span {
  padding: 0px 0px;
  display: block;
  line-height: 25px;
}

#coll-items li span a {
  background-image: url('gfx/arrow_right_large.gif');
  background-position: 4px 4px;
  background-repeat: no-repeat;
  color: #cf0360;
  font-size: 16px;
  display: block;
  padding-left: 25px;
  border-bottom: 1px solid #cfd0d2;
}

#coll-items li span a:hover {
  background-image: url('gfx/arrow_right_large.gif');
  background-position: 4px 4px;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  text-decoration: none;
}

#coll-items li span a.active {
  background-image: url('gfx/arrow_down_large.gif');
  background-position: 4px 4px;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  border-bottom: 0;
}

#coll-items li span a:hover.active {
  background-image: url('gfx/arrow_down_large.gif');
  background-position: 4px 4px;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  text-decoration:none;
}

#coll-items table {
  padding: 0px;
  margin: 0x;
  width: 100%;
  background-color: #f7f7f7;
  display: table;
  border-bottom: 1px solid #cfd0d2;
}
#coll-items table td {
  padding: 4px;
}
#coll-items table td.title {
  width: 50%;
}
#coll-items table td.date {
  width: 15%;
}
#coll-items table td.location {
  width: 35%;
}

#coll-items table a {
  background-image: none;
  padding-left: 0px;
  font-weight: bold;
}

span.highlightbold, span.hightlightString {
  color: #cf0360;
  font-weight: bold;
}

a.highlightbold {
  font-weight: bold;
  font-size: 12px;
}
/*****************************/

/* zoeken */
form.formSearch {
	background: url('gfx/search_bg.png') no-repeat right top;
  height: 160px;
  padding-top: 65px;
}
form.formSearch .formSearchContent {
  background-color: #fff;
  margin-right: 185px;
  margin-left: 10px;
  height: 111px;
  padding: 10px;
}
form.formSearch .formSearchContent h1 {
  margin-top: 0;
}
form.formSearch .formSearchContent .submitSearch {
  background-color: #cf0360;
  border:medium none;
  cursor:pointer;
  font-size:1.1em;
  color: #fff;
  font-weight:normal;
  height:24px;
  margin:0;
  vertical-align:bottom;
}
form.formSearch .formSearchContent .zoekTerm {
  border: 1px solid #cf0360;
  height: 20px;
  line-height: 1.1;
  margin-right: -4px;
  padding: 2px 2px 0 4px;
  width: 190px;
}
table.workblock td {
	vertical-align: middle;
	line-height: 25px;
}
table.workblock .zoekTerm {
	width: 250px;
}
.tab {
  float:left;
  width:100px;
  background:#cf0360;
  border:solid 1px #cf0360;
  border-width:0px 1px 0px 1px;
  color:white;
  padding:3px;
  margin-top:1px;
  text-align:center;
  cursor:pointer;
  display:block;
  height:16px;
}
.tabActive {
  float:left;
  width:100px;
  background:white;
  border:solid 1px #EBEDEE;
  border-width:1px 1px 0px 1px;
  color:#cf0360;
  font-weight:bold;
  padding:3px;
  text-align:center;
  cursor:pointer;
  display:block;
  height:16px;
}
.tabRow {
  float:left;
  border-bottom:solid 1px #EBEDEE;
  height:22px;
}
/*****************************/

/* Pull down navigatie */
div.subMenuPulldown {
  padding: 10px 0;
}
/*****************************/


/* News */
div#newsItems span.date {
  color: #7c7c7c;
}
div#newsItems span.title, div#newsItems a.title {
  color: #7c7c7c;
  font-size: 16px;
  color: #cf0360;
  display: block;
}
div#newsItems div.message {
  border-bottom: 1px dotted #b6b7b8;
  padding: 10px 0;
}

/* Startpagina */
div.startpagina strong {
	display: block;
	background-color: #f7f7f7;
	color: #002859;
	font-weight: bold;
	padding: 5px;
	padding-left: 15px;
	font-size: 14px;
	border-top: 1px solid #CF0360;
}

/*### TOOLTIPS ###*/
div#libraryDiv {
  position: absolute;
  background: transparent url('gfx/tooltip-word-bg.gif') center center no-repeat;
  padding: 3px;
  padding-bottom: 20px;
  position: absolute;
  width: 323px;
}

div#infoContent {
  margin: 10px 8px 0px 8px;
  padding: 5px;
  background-color: #fff;
  height: 155px;
  border:1px solid #CFD0D2;
  overflow: auto;
}

div#infoContent p {
  margin: 0 4px 3px 0;
}

div#libraryDiv.libraryDivImage {
  background: transparent url('gfx/tooltip-image-bg.gif') center center no-repeat;
  width: 185px;
}

div#libraryDiv.libraryDivImage div#infoContent {
  height: 155px;
  width: 154px;
  text-align:center;
  vertical-align: middle;
	overflow: hidden;
}

div#libraryDiv.libraryDivImage div#infoContent img {
  margin: auto 0;
	margin-top: -15px;
}

span.tooltipWords {
  background-attachment: scroll;
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-bottom-color: #0066CC;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  cursor: pointer;
}

span.tooltipWords-hover {
  background-color: #CCFFFF;
}

/* share btns */
.share {
  width: 80px;
  float: right;
  height: 18px;
}
.share a {
  float: left;
  height: 16px;
  width: 16px;
  background-image: url('gfx/share_icons.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 2px;
}
.share a.tweet {
  background-position: 0 0;
}
.share a.linkedin {
  background-position: 0 -16px;
}
.share  a.facebook {
  background-position: 0 -32px;
}
.share  a.hyves {
  background-position: 0 -48px;
}
