html {
	height: 100%;
	overflow: -moz-scrollbars-vertical /* Forces vertical scrollbar in FireFox */
}

body {
	margin: 0px;
	/*background: #fff url(images/global/pageBackground.jpg) repeat-x left top;*/
}



/* STANDAARD HTML-ELEMENTEN */
body,
input,
select,
textarea {
	color: #000;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #f00;
} 
a:hover {
	text-decoration: none;
}

img,
a img,
table {
	border: 0px;
}

p {
	margin: 0px 0px 18px 0px;
}

ul,
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	padding: 0px 0px 0px 10px;
	background: url(images/list.gif) 0px 9px no-repeat;
}

h1,
.h1 {
	font: bold 36px/40px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h2,
.h2 {
	font: bold 24px/28px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* Paginamanagerstyles */
img.left {
	margin: 0px;
	margin-right: 10px;
	float: left;
}

img.right {
	margin: 0px;
	margin-left: 10px;
	float: right;
}

.h1, .h2, .h3, .h4, .h5, .h6 { /* Paginamanagerstyles (omzetten van <h*>-tag naar een <span> met deze class) */
	display: block;
}



/* CONTAINERS */
.containerMain {
	width: 915px;
	min-height: 18px;
	margin: 0px auto 0px auto;
}
* html .containerMain {
	height: 18px;
}

.header {
	position: relative;
	width: 911px;
	height/**/:/**/137px; /* 152px */
	padding: 0px 0px 15px 0px;
	overflow: hidden;
	background: url(/images/global/bg-header.jpg) no-repeat 11px top;
}

.header a.logo {
	width: 310px;
	height: 83px;
	position: absolute;
	top: 13px;
	left: 7px;
	text-decoration: none;
	background: url(images/global/logo.png) no-repeat left top;
}
* html .header a.logo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/global/logo.png', sizingMethod='crop');
}

.visualHolder {
	margin-left: 11px;
	min-height: 18px;
	width: 910px;
}

/* menu */

.hoofdmenu {
	left: 21px;
	position: absolute;
	margin-top: 100px;
	width: 800px;
	overflow: hidden;
	white-space: nowrap;
	height: 32px;
}
.hoofdmenu li {
	list-style-type: none;
	float: left;
	font-size: 16px;
	margin: 0px;
	/*padding: 0 20px 0 50px; */ /* 6 items */
	padding: 0 10px 0 25px; /* 7 items */
	background: none;
}
.hoofdmenu li a:link,
.hoofdmenu li a:active,
.hoofdmenu li a:visited,
.hoofdmenu li a:hover {
	height: 26px;
	display: block;
	float: left;
	white-space:nowrap;
	font: bold 16px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 2px
}
.hoofdmenu li.selected a,
.hoofdmenu li a:hover {
	color: #E21E1C;
}

* html .submenu {
	height: 150px;
}
.submenu {
	width/**/:/**/139px;  /* 154px */
	min-height: 150px;
	padding: 12px 11px 0 4px;
	float: left;
	/*background: url(images/global/submenu/backgroundTop.jpg) no-repeat;*/
}
.submenu,
.submenu * {
	color: #ffffff;
	line-height: 18px;
}
.submenu ul {
	text-align: left;
	list-style-type: none;
}
* html .submenu ul li {
	height: 18px;
}
.submenu ul li {
	min-height: 18px;
	background: url();
	display: block;
}
.submenu ul li a:link,
.submenu ul li a:active,
.submenu ul li a:visited {
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 2px 0 4px 9px;
}
.submenu ul li a:hover {
	background: transparent url(images/global/submenu/listBullit-wit.gif) 1px 8px no-repeat;
}
.submenu ul li a.selected,
.submenu ul li a:visited.selected {
	background: transparent url(images/global/submenu/listBullit.gif) 1px 8px no-repeat;
	color: #000000;
}


/* footer */

.flashBlock {
	height: 94px;
	width: 900px;
	margin: 14px 0 0 11px;
	padding-top: 12px;
	clear: both;
	border-top: 1px solid #bfbfbe;
	border-bottom: 1px solid #bfbfbe;
}

.footerMenu {
	height/**/:/**/25px;  /* 30px */
	overflow: hidden;
	white-space: nowrap;
	width: 900px;
	margin: 0 0 0 11px;
	clear: both;
	border-bottom: 1px solid #bfbfbe;
	padding: 5px 0 0 0;
	text-align: center;
	margin-bottom: 10px
}
.footerMenu a,
.footerMenu a:link,
.footerMenu a:active,
.footerMenu a:visited {
	padding: 0 30px 0 30px;
	color: #8b9cb1;
	display: inline;
	text-decoration: none
}
.footerMenu a:hover {
	color: #2d4461
}

/* content */

* html .containerSub {
	height: 200px
}
.containerSub {
	min-height:200px;
	width: 913px;
	margin-left: 7px;
	background: url(images/global/submenu/background.gif) repeat-y;
}
* html .contentHolder {
	height: 18px
}
.containerSub .contentHolder {
	margin: 0px 0px 0px 15px;
	min-height: 18px;
	width: 735px;
	float: left;
	overflow-x: hidden;
}
.containerSub .contentBlock {
	padding: 24px 0 0 16px;
}
.containerSub .contentBlock,
.containerSub .contentBlock * {
	line-height: 18px
}
.containerSub .contentBlock h2 {
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #e93425;
}
.containerSub .contentBlock h3 {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
	color: #e93425;
}
.containerSub .contentBlock .plaatjeInTekst {
	float: left;
	margin: 0 17px 17px 0
}
.containerSub .kolom1 {
	padding: 0 10px 0 0;
	overflow: hidden
}
.containerSub .kolom1 h1,
.contentBlock .kolom1 h1,
.contentBlock .kolom1 h1 div {
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #e93425;
	text-align: left;
}
.containerSub .kolom1 h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 12px;
	line-height: 18px;
	color: #e93425;
}

.containerSub .tweeKolommen .kolom1 {
	width: 410px;
}



.containerSub .tweeKolommen .kolom2 {
	width/**/:/**/260px;  /* 290px */
	padding: 7px 15px 7px 15px;
	margin-top: -9px;
	background: url(images/global/panel_blauw_background.jpg) repeat-x #043a76;
	float: right;
}
.containerSub .tweeKolommen .kolom2,
.containerSub .tweeKolommen .kolom2 * {
	color: #ffffff;
	line-height: 20px
}
.containerSub .tweeKolommen .kolom2 h2 {
	font-size: 16px;
	padding-bottom: 6px
}
.containerSub .tweeKolommen .kolom2 li {
	background: transparent url(images/vervolgpagina/listPijl.gif) 0 7px no-repeat;
}

.containerSub .tweeKolommen .kolom2 a:visited {
	color: #8aa0b7;
	
}





/* ALGEMEEN */


/* homepage */

.pageHome {
	/*background: url(images/home/pageBackground.jpg) repeat-x*/
}

.pageHome .welkomPanel {
	width/**/:/**/274px;  /* 304px */
	height/**/:/**/249px;  /* 295px */
	padding: 23px 11px 23px 19px;
	float: left;
	background-image: url(images/home/welkompanel_background.jpg);
	overflow: hidden;
}
.pageHome .welkomPanel,
.pageHome .welkomPanel * {
	color: #ffffff;
	line-height: 18px;
}
.pageHome .welkomPanel h1 {
	font-size: 16px;
	height: 40px;
	line-height: 20px;
	margin-bottom: 11px
}

.pageHome .visual {
	width: 604px;
	height: 295px;
	float: left;
}

.pageHome .bannerHolder {
	width/**/:/**/728px; /* 908px; */
	height: 90px;
	margin: 15px 0px 1px 0px;
	padding: 0px 90px 0px 90px;
	float: left;
}

.pageHome .bannerHolder a:link,
.pageHome .bannerHolder a:visited,
.pageHome .bannerHolder a:active,
.pageHome .bannerHolder a:hover {
	width: 728px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.pageHome .bannerHolder a img {
	border: none;
}

.pageHome .blocksHolder {
	height/**/:/**/137px;  /* 151px */
	width: 908px;
	margin-left: 7px;
	padding: 14px 0 0 4px;
	clear: both;
	overflow: hidden;
}
.pageHome .block {
	height: 137px;
	float: left;
	overflow: hidden;
	background-image: url(images/global/panel_blauw_background.jpg);
	background-repeat: repeat-x;
	background-color: #043a76;
}
.pageHome .block,
.pageHome .block {
	color: #ffffff
}
.pageHome .block p {
	line-height: 15px
}

.pageHome .block h2 {
	margin: -2px 0 8px 0;
	font-size: 16px;
	line-height: 20px;
}
.pageHome .block1 {
	width: 150px;
}
.pageHome .block1 .poppetje {
	position: absolute;
	margin:  -7px 0px 0px 33px
}

.pageHome .block2 {
	width/**/:/**/398px;  /* 430px */
	height/**/:/**/111px;  /* 137px */
	padding: 13px 16px 13px 16px;
	margin-left: 15px;
}
.pageHome .block2 .leesVerder {
	float: right;
	font-weight: bold;
	color: #e93425;
}
.pageHome .block2 .leesVerder a:link,
.pageHome .block2 .leesVerder a:active,
.pageHome .block2 .leesVerder a:visited {
	text-decoration: none
}
.pageHome .block2 .leesVerder a:hover {
	text-decoration: underline
}
.pageHome .block2 .articleBlock {
	max-height: 94px;
	overflow: hidden;
}
.pageHome .block2 .articleBlock p {
	margin: 0;
}


.pageHome .block3 {
	width/**/:/**/258px;  /* 290px */
	height/**/:/**/111px;  /* 137px */
	padding: 13px 16px 13px 16px;
	margin-left: 15px;
}
.pageHome .block3 h2 {
	color: #e93425;
	height: 18px;
}
* html .pageHome .block3 h2 {
	overflow: hidden;
}
.pageHome .block3 .formLeft {
	float: left;
	width: 100px
}
.pageHome .block3 .formRight {
	width: 258px;
	float: right;
	margin-top: -6px;
	white-space: nowrap;
}
* html .pageHome .block3 .formRight {
	margin-left: -2px;
}
.pageHome .block3 .formRight .inputText {
	margin-right: 10px;
	width: 164px;
	float: left;
}
.pageHome .block3 .formRight .submitButton {
	width: 75px;
	height: 19px;
	display: block;
	float: left;
	margin-top: 0px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 2px outset;
	border-bottom: 2px outset;
	background-color: #bfbfbf;
}


/* nieuwsbrief-pagina */

.pageNieuwsbrief {
	background: url(../images/nieuwsbrief/pageBackground.jpg) repeat-x
}
.pageNieuwsbrief .containerMain {
	width: 765px;
}
.pageNieuwsbrief .containerSub {
	background: url(../images/pixel-leeg.gif);
	width: 765px
}
.pageNieuwsbrief .contentBlock {
	padding-left: 0
}
.pageNieuwsbrief .hoofdmenu {
	width: 765px;
}
.pageNieuwsbrief .hoofdmenu li {
	list-style-type: none;
	float: left;
	font-size: 16px;
	margin: 0px;
	padding: 0 15px 0 28px;
	background: none;
}
.pageNieuwsbrief .intro {
	font-size: 1.2em
}
.pageNieuwsbrief .artikelFooter {
	font-size: 0.9em;
	text-align: center;
	margin-top: 40px
}
.pageNieuwsbrief .footerMenu {
	border-top: 1px solid #bfbfbe;
	border-bottom: 1px solid #bfbfbe;
	margin-left: 7px;
	width: 750px;
}
.pageNieuwsbrief .footerMenu a,
.pageNieuwsbrief .footerMenu a:link,
.pageNieuwsbrief .footerMenu a:active,
.pageNieuwsbrief .footerMenu a:visited {
	padding: 0 29px 0 29px;
}

.pageNieuwsbrief .nieuwsArchiefTable td {
	vertical-align: top;
	padding: 4px
}
.pageNieuwsbrief .nieuwsArchiefTable .oneven {
	background-color: #eeeeee
}
.pageNieuwsbrief .nieuwsArchiefTable .col1 {
	width: 527px
}
.pageNieuwsbrief .nieuwsArchiefTable .col2 {
	width: 100px
}
.pageNieuwsbrief .nieuwsArchiefTable .col3 {
	width: 100px
}

.pageNieuwsbrief .pagingPrevious {
	float: left;
}
.pageNieuwsbrief .pagingNext {
	float: right;
}
.pageNieuwsbrief .status {
	text-align: center
}
.pageNieuwsbrief .pagingMenuTop div {
	padding-bottom: 15px
}
.pageNieuwsbrief .pagingMenuBottom div {
	padding-top: 15px
}

/* nieuwsarchief */

.nieuwsArchiefTable td {
	padding: 5px;
	vertical-align: top;
}
.nieuwsArchiefTable .even .col1,
.nieuwsArchiefTable .even .col2,
.nieuwsArchiefTable .even .col3,
 {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.nieuwsArchiefTable .col1 {
	width: 527px
}
.nieuwsArchiefTable .col2 {
	width: 100px
}
.nieuwsArchiefTable .col3 {
	width: 100px
}

.pagingPrevious {
	float: left;
}
.pagingNext {
	float: right;
}
.status {
	text-align: center
}
.pagingMenuTop div {
	padding-bottom: 15px
}
.pagingMenuBottom div {
	padding-top: 15px
}



/* software */

.tblSoftware {
	width: 596px;
}

.tblSoftwareL {
	width: 268px;
	vertical-align: top;
	padding-top: 2px;
}


.tblSoftwareR {
	width: 276px;
	padding: 1px 0 2px 0;
}

.txtfieldS {
	width: 266px;
	height: 18px;
	line-height: 16px;
	border: 1px solid #bfbfbe;
}

/* contact */

.tblContact {
	width: 396px;
}

.tblContactL {
	width: 70px;
	vertical-align: top;
	padding-top: 2px;
}


.tblContactR {
	width: 276px;
	padding: 1px 0 2px 0;
}

.txtfield01 {
	width: 272px;
	height: 18px;
	line-height: 16px;
	border: 1px solid #bfbfbe;
}

.txtarea01 {
	width: 272px;
	height: 100px;
	line-height: 16px;
	border: 1px solid #bfbfbe;
}

/* overig */
.preventOverflow {
	clear: both
}

/* Spotlight */
.pageHome .spotLight {
	position: relative;
	width: 596px;
	height: 295px;
	float: left;
	overflow: hidden;
}

.pageHome .spotLight div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 596px;
	height: 295px;
	overflow: hidden;
}

.pageHome .spotLight .imgHolder1 {
	z-index: 100;
}

.pageHome .spotLight .imgHolder2 {
	z-index: 90;
}

.pageHome .spotLight .imgHolder3 {
	z-index: 80;
}

.pageHome .spotLight .imgHolder4 {
	z-index: 70;
}

.pageHome .spotLight .imgHolder5 {
	z-index: 60;
}

.pageHome .spotLight .imgHolder6 {
	z-index: 50;
}

.pageHome .spotLight .imgHolder7 {
	z-index: 40;
}

.pageHome .spotLight .imgHolder8 {
	z-index: 30;
}

.pageHome .spotLight .listHolder {
	width/**/:/**/574px; /* 600px */
	height/**/:/**/295px; /* 255px */
	padding: 20px 13px 20px 13px;
	z-index: 15000;
}

.pageHome .spotLight .listHolder ul {
	margin: 0px;
	width: 547px;
	padding: 0px;
	float: left;
	list-style: none;
}

.pageHome .spotLight .listHolder ul li {
	margin: 0px;
	width: 547px;
	height: 26px;
	padding: 0px;
	float: left;
	background: url(/images/pixel-leeg.gif) repeat left top;
}

.pageHome .spotLight .listHolder ul li a:link,
.pageHome .spotLight .listHolder ul li a:visited,
.pageHome .spotLight .listHolder ul li a:active,
.pageHome .spotLight .listHolder ul li a:hover {
	margin: 0px;
	width/**/:/**/536px; /* 547px */
	height/**/:/**/18px; /* 26px */
	padding: 6px 10px 2px 11px;
	float: left;
	display: block;
	text-decoration: none;
}

.pageHome .spotLight .listHolder ul li a span.text {
	position: relative;
	display: block;
}

.pageHome .spotLight .listHolder ul li a span.text span.title {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFF;
	font-size: 14px;
	text-shadow: #000000 0px 0px 5px;
	text-transform: uppercase;
}

.pageHome .spotLight .listHolder ul li a span.text span.subTitle {
	display: none;
	text-transform: uppercase;
}

.pageHome .spotLight .listHolder ul li.active {
	height/**/:/**/50px; /* 65px */
	padding: 9px 0px 6px 0px;
	cursor: pointer;
}

.pageHome .spotLight .listHolder ul li.active a:link,
.pageHome .spotLight .listHolder ul li.active a:visited,
.pageHome .spotLight .listHolder ul li.active a:active,
.pageHome .spotLight .listHolder ul li.active a:hover {
	width: auto;
	padding: 0px;
	height: 50px;
	cursor: pointer;
}

.pageHome .spotLight .listHolder ul li.active a span.text {
	padding: 3px 0px 0px 0px;
}

.pageHome .spotLight .listHolder ul li.active a span.text span.background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	display: block;
	background: #FFFFFF;
}

.pageHome .spotLight .listHolder ul li.active a span.text span.title {
	position: absolute;
	top: 6px;
	left: 11px;
	display: block;
	float: left;
	padding: 2px 17px 0px 0px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-shadow: none;
	white-space: nowrap;
	cursor: pointer;
	background: url(/images/bg-spotlight-li.png) no-repeat right 5px;
}
* html  .pageHome .spotLight .listHolder ul li.active a span.text span.title {
	background: url(/images/bg-spotlight-li.gif) no-repeat right 5px;
}

.pageHome .spotLight .listHolder ul li.active a span.text span.subTitle {
	position: absolute;
	top: 25px;
	left: 11px;
	display: block;
	float: left;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
}
	


/* HACK -> 'Display-Table'-vervanger */
.containerMain:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}



/* Styles voor de print variant */
@media print
{
    .NoPrint { 
    	display: none;
    }
}

