html {
	height: 100%;
}

body {
	margin: 0px;
}

/* STANDAARD HTML-ELEMENTEN */
body,
input,
select,
textarea {
	color: #585858;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	background: #fff url(images/bg.gif) repeat-x left top;
}



a:link, /* een blauwe standaard link */
a:visited,
a:active {
	text-decoration: none;
	color: #369ad6;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a.groen:link,
a.groen:visited,
a.groen:active {
	text-decoration: none;
	color: #61a300;
	font-weight: bold;
}

a.groen:hover{
	color: #61a300;
}

a.blauw:link,
a.blauw:visited,
a.blauw:active {
	text-decoration: none;
	color: #369ad6;
	font-weight: bold;
}

a.blauw:hover{
	color: #369ad6;	
}

a.wit:link,
a.wit:visited,
a.wit:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}

a.wit:hover { 
	color: #fff;
	text-decoration: underline;
}

img,
a img,
table {
	border: 0px;
}

p {	
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	margin: 8px 11px 7px 11px;
	padding: 0px 0px;
}

ul,
li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	padding: 0px 0px 0px 10px;
	background: url(images/list.gif) 0px 9px no-repeat;
}

span {
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 0px 0px;
}

 * html span {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px -11px;
	display: block;
}

*+html span {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px -11px;
	display: block;
}

li.arrow {
	list-style-type: none;
	padding-left: 25px;
	background: url(images/arrow.gif) 15px 6px no-repeat;
}

li.arrow.linkZonderOndertekst {
	margin-bottom: 3px;
}

li.arrowBlauw {
	list-style-type: none;
	padding-left: 25px;
	list-style-type: none;
	background: url(images/arrow-blauw.gif) 15px 6px no-repeat;
}

li.arrow a:link,
li.arrow a:visited,
li.arrow a:active,
li.arrow a:hover {
	color: #61A300;
	text-decoration: none;
}

h1,
.h1 {
	font: bold 36px/40px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h2,
.h2 {
	font: bold 16px/20px Georgia, "Times New Roman", Times, serif; 
	margin: 0px 0px;
	padding: 6px 11px 11px 11px;
	color: #fff;
}

* html h2 {
	height: 5px;
}

h3,
.h3 {
	font: bold 14px/20px Georgia, "Times New Roman", Times, serif; 
	margin: 0px 0px;
	padding: 4px 11px 0px 11px;
	color: #61a300;
	border-bottom: 1px dotted #95928a;
	clear: both;
}

h4,
.h4 {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	margin: 0px 0px;
	padding: 0px 5px 0px 12px;
}

h5,
.h5 {
	font: bold 12px/16px Georgia, "Times New Roman", Times, serif; 
	margin: 0px 0px;
	padding: 4px 11px 0px 11px;
	color: #585858;
	line-height: 20px;
	border-bottom: 1px dotted #95928a;
	clear: both;
}
		
.clear {
	clear: both;
}

/* Paginamanagerstyles */
img.left {
	margin: 0px;
	margin-right: 10px;
	float: left;
}

img.right {
	margin: 0px;
	margin-left: 10px;
	float: right;
}

.image {
	margin: 5px 10px -10px 10px;
	display: block;
	border: 1px solid #a5a5a5;
}

* html .image {
	margin: 5px 10px -10px 5px;
}


.h1, .h2, .h3, .h5, .h6 { /* Paginamanagerstyles (omzetten van <h*>-tag naar een <span> met deze class) */
	display: block;
}

.btnBekijk {
	width: 105px;
	height: 36px;
	margin: 78px 0px 0px 22px;
	background: url(images/btn-bekijk.gif) no-repeat;
}

/* CONTAINERS */
.containerHeader {
	width: 965px;
	height: 226px;
	margin: 10px 0px 0px 0px;
}

.containerHeaderTop {
	width: 965px; 
	height: 49px;
	margin: 0px;
	background: url(images/header-functies.gif) no-repeat;
}

.containerMain {
	width: 965px;
	min-height: 18px;
	margin: 0px auto 0px auto;
}

* html .containerMain {
	height: 18px;
}

.navigatieContainer {
	width: 187px;
	min-height: 287px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url(images/bg-menu.gif) repeat-x left top;
}
* html .navigatieContainer {
	height: 287px;
}

.content {
	width: 956px;
	min-height: 287px;
	margin: 0px 0px 0px 5px;
	background: url(images/bg-kolomlinks.gif) repeat-y left top;
}
* html .content {
	height: 287px;
}

*+html .content {
	padding-bottom: 10px; /* IE marge footer */
}

*+html #home .content {
	padding-bottom: 1px; /* IE marge footer HOME */
}

.flashAgendaContainerMain {
	width: 187px;
	min-height: 225px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10000;
}

* html .flashAgendaContainerMain {
	height: 225px;
}

.flashAgendaContainer1 {
	width: 187px;
	height: 225px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.flashAgendaContainer2 {
	width: 187px;
	height: 240px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.flashAgendaContainer3 {
	width: 187px;
	height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.agendaOverlay {
	width: 187px;
	height: 225px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

img.legeAgendaOverlay {
	width: 187px;
	height: 225px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 5000;
}

.flashKaartContainer {
	width: 571px;
	height: 381px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.homeIntroContainer {
	width: 379px;
	min-height: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

* html .homeIntroContainer {
	height: 160px;
}

/* ALGEMEEN */

/* Navigatie */
.navigatieContent {
	width: 187px; /* 188px */
	min-height: 18px;
}

* html .navigatieContent {
	height: 18px;
}

.navigatieContent li {
	display: block;
	width: 187px;
	min-height: 24px;
	padding: 0px;
	border-top: 1px dotted #a6a6a6;
	font-weight: bold;
	color: #4b4b4b;
	background: none;
}
* html .navigatieContent li {
	height: 23px;
}

.level1 li:first-child {
	border-top: none;
}

.level1 li a:link,
.level1 li a:active,
.level1 li a:visited {
	display: block;
	width/**/:/**/164px; /* 187px */
	min-height/**/:/**/18px; /* 24px */
	padding: 3px 10px 3px 13px;
	color: #4b4b4b;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
.level1 li a:hover,
.level1 a.actief:link,
.level1 a.actief:active,
.level1 a.actief:visited,
.level1 a.actief:hover {
	background: #ffc400 url(images/nav-over.gif) no-repeat left top;
	text-decoration: none;
}

.level2 li {
	border-top: 1px dotted #a6a6a6;
	background: #bababa url(images/submenu-pijl.gif) no-repeat 18px 7px;
}

.level2 li a:link,
.level2 li a:active,
.level2 li a:visited {
	width/**/:/**/150px; /* 187px */
	padding-left: 27px;
	font-size: 12px;
	line-height: 16px;
}
.level2 li a:hover,
.level2 a.actief:link,
.level2 a.actief:active,
.level2 a.actief:visited,
.level2 a.actief:hover {
	background: #9a9a9a url(images/submenu-pijl.gif) no-repeat 18px 7px;
}

.logoPrint {
	display: none;
}
/* ------ */
.fontSize {
	width: 300px;
	height: 49px;
	float: left;
}

.fontSize p{
	width: 120px;
	margin: 18px 0px 0px 11px;
	float: left;
	font-size: 12px;
	line-height: 16px;
}

.fontSizeIconen {
	width: 100px;
	height: 35px;
	float: left;
	margin: 14px 0px 0px 0px;
}


/*-----------*/
.fontSizeIconen a:link,
.fontSizeIconen a:active,
.fontSizeIconen a:visited {
	display: block;
	height: 35px;
	float: left;
	margin-left: 7px;
	background-position: right top;
	background-repeat: no-repeat;
}

.fontSizeIconen .actief,
.fontSizeIconen a:hover {
	background-position: left top;
}

.fontSizeIconen a.item01:link,
.fontSizeIconen a.item01:active,
.fontSizeIconen a.item01:visited {
	width: 26px;
	background-image: url(images/fontsize-groot.gif);
	background-position: 0px 0px;
}

.fontSizeIconen a.item01.actief,
.fontSizeIconen a.item01:hover {
	background-position: -26px 0px;
}

.fontSizeIconen a.item02:link,
.fontSizeIconen a.item02:active,
.fontSizeIconen a.item02:visited {
	width: 20px;
	background-image: url(images/fontsize-normaal.gif);
	background-position: 0px 2px;
}

.fontSizeIconen a.item02.actief,
.fontSizeIconen a.item02:hover {
	background-position: -20px 2px;
}

.fontSizeIconen a.item03:link,
.fontSizeIconen a.item03:active,
.fontSizeIconen a.item03:visited {
	width: 16px;
	background-image: url(images/fontsize-klein.gif);
	background-position: 0px 5px;
}

.fontSizeIconen a.item03.actief,
.fontSizeIconen a.item03:hover {
	background-position: -16px 5px;
}

.headerfunctiesRechts {
	width: 384px;
	height: 35px;
	float: right;
	margin: 14px 5px 0px 0px;
}

.zoekveld input {
	width/**/:/**/183px; /* 185px */
	height/**/:/**/17px; /* 19px */
	padding: 2px 0px 0px 2px;
	float: left;
	background: #fff;
}

.zoekBtn {
	width: 52px;
	height: 25px;
	float: left;
	margin-left: 3px;
	cursor: pointer;
}

.keuzeMenu {	
	width: 131px;
	height: 21px;
	float: left;
	margin-left: 3px;
	padding-top: 1px;
}

* html .keuzeMenu {
	padding: 2px;
}

*+html .keuzeMenu {
	padding-top: 3px;
}

.keuzeMenu select {
	width: 130px;
	height: 20px;
	background: #fff;
	border: 1px solid #a5a5a5;
}

.werkVeld {
	width: 768px;
	float: left;
	overflow: hidden;
	min-height: 18px;
	margin-bottom: 10px; /* firefox marge footer */
}

* html .werkVeld {
	width: 768px;
	overflow-x: hidden;
	overflow-y: visible;
	height: 18px;
}

#home .werkVeld {
	margin-bottom: 0px; /* firefox marge footer HOME */
}



*+html .werkVeld {	
	overflow-x: hidden;
}

.vak187px {
	width: 187px;
	min-height: 150px;
	float: left;
	margin: 0px 0px 0px 5px;
	background: url(images/kolom187.gif) no-repeat;
}

* html .vak187px {
	width: 184px;
	margin: 0px 0px 0px 2px;
	height: 150px;
	float: left;
}


* html #home .vak187px {
	margin: 0px 3px 0px 2px;
	height: 150px;
}


* html .IE6Marge5 {
	margin: 0px 0px 0px 5px;
}


.vak187pxOrange {
	width: 187px;
	min-height: 150px;
	float: left;
	margin: 0px 0px 0px 5px;
	background: url(images/kolom187-oranje.gif) no-repeat;
}

* html .vak187pxOrange {
	margin: 0px 3px 0px 2px;
	height: 150px;
}

* html #agenda .vak187pxOrange {
	margin: 0px 0px 0px 4px;
}

* html #agendaDetail .vak187pxOrange {
	margin: 0px 0px 0px 2px;
}

.vak379pxZonder {
	width: 379px;
	min-height: 50px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 10px 0px 10px 0px;
	background: #dcedfa;
}

* html .vak379pxZonder {
	height: 50px;
}

.vak379pxZonder img {
	margin: 10px 10px 10px 10px;
}

	
.vak379px {
	width: 379px;
	min-height: 150px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 5px;
	background: url(images/kolom379.gif) no-repeat;
}

* html .vak379px {
	margin: 0px 0px 0px 2px;
	height: 150px;
}

.vak571px {
	width: 571px;	
	min-height: 150px;
	float: left;
	margin: 0px 0px 0px 5px;
	background: url(images/kolom571.gif) no-repeat;
}

* html .vak571px {
	margin: 0px 0px 0px 2px;
	height: 150px;
}

.vak763px {
	width: 763px;
	min-height: 150px;
	float: left;
	margin: 0px 0px 0px 5px;
	background: url(images/kolom763.gif) no-repeat;
}

* html .vak763px {
	margin: 0px 0px 0px 2px;
	height: 150px;
}

.stippellijn {
	height: 1px;
	clear: both;
	overflow: hidden;
	margin: 0px 0px 2px 5px;
	border-top: 1px dotted #95928a;
}

* html .stippellijn {
	margin: 0px 0px 0px 5px;
}

#home .stippellijn {
	margin: 0px 0px 1px 5px;
}


.bottombanner {
	float: left;
	margin: 0px 0px 2px 5px;
}

* html .bottombanner {
	float: left;
	margin: 0px 0px 3px 5px;
}

.rij {
	width: 768px;
	min-height: 100px;
	float: left;
	margin: 0px 0px 2px 0px;
}

#home .rij {
	margin: 0px 0px 2px 0px;
}	

/* HOME */
.banner {
	width: 379px;
	min-height: 160px;
	float: left;
	margin: 0px 0px 0px 5px;
	background: url(/images/banner.jpg) no-repeat;
}

* html .banner {
	height: 160px;
}
.banner a.wit {
	padding: 0px 0px 0px 9px;
	line-height: 32px; 
}

#home a.wit:link,
#home a.wit:visited,
#home a.wit:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}

#home a.wit:hover { 
	color: #fff;
	text-decoration: underline;
}

/* AANSPREEKPUNTEN */
.ulLinks {
	float: left;
	margin: 0px 0px 0px -12px;
	padding: 0px 0px;
}

/* ACTIVITEITEN DETAIL */



.tabelActDetail {
	width: 553px;
	margin: 2px 0px 0px 10px;
}

* html .tabelActDetail {
	margin: 2px 0px 0px 0px;
}

*+html .tabelActDetail {
	margin: 2px 0px 0px 0px;
}

.tabelActDetail td {
	height: 22px;
	border-bottom: 1px solid #d2d2d2;
}

/* AGENDA -zoeken */
td.btnZoeken {
	width: 60px;
	text-align: center;
	border: 1px solid #a5a5a5;
	background: #274716;
	cursor: pointer;
}

td.btnZoeken span {
	color: #fff;
	padding: 0px 0px;
	margin: 0px 0px;
}

input.zoekVeldPagina {
	width/**/:/**/655px; /* 657px */
	height/**/:/**/20px; /* 24px */
	padding: 4px 0px 0px 2px;
	float: left;
	border: 1px solid #a5a5a5;
	margin: 0px 5px 0px 10px;
	background: #fff;
}

*+html input.zoekVeldPagina {
	height/**/:/**/21px; /* 24px */
	padding: 3px 0px 0px 2px;
}

table.check input {
	background: #fff;
	margin: 0px 0px 0px 10px;
}

* html table.check input {
	margin: 0px 0px 0px -5px;
}

*+html table.check input {
	margin: 0px 0px 0px 0px;
}	

/* Accordion */
.tabelActiviteiten {
	width: 730px;
	margin: 2px 0px 0px 15px;
}

* html .tabelActiviteiten {
	margin: 2px 0px 0px 0px;
	width: 743px;
}

*+html .tabelActiviteiten {
	margin: 2px 0px 0px 0px;
}

.tabelActiviteiten td {
	height: 22px;
	border-bottom: 1px solid #d2d2d2;
} 

#activiteitContainer {
	width: 748px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#activiteitContainer .activiteitenContent{
	width/**/:/**/ 748px;
	color: #585858;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
}

#activiteitContainer .activiteitenContent h5 {
	margin: 0px;
	font-size: 12px;
	color: #61a300;
	border-top: 1px solid #61a300;
	padding: 0px 0px 0px 15px;
	line-height: 20px;
	background: url(images/pijl-acc.gif) no-repeat 0px 7px;
}	

#activiteitContainer .Active {
	color: #585858;
	cursor: default;
}

#activiteitContainer .Active h5 {
	font-weight: bold;
	padding: 0px 0px 0px 15px;
	line-height: 20px;	
	background: url(images/pijl-acc-down.gif) no-repeat 0px 7px;
}	

.activiteitenContent p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}

/* GASTENBOEK */
a.misbruik {
	color: #606161;
	font-weight: bold;
	text-decoration: none;
}

.bannerGastenboek {
	margin-bottom: 2px;
	margin-left: 10px;
}

/*
*+html .bannerGastenboek {
	margin-bottom: 0px;
}
*/

.afzenderGastenboek {
	height: 20px; 
	border-top: 1px solid #9ac6d4;
	border-bottom: 1px solid #9ac6d4;
	margin: 0px 0px 2px 10px;
	line-height: 20px;
}
* html .afzenderGastenboek {
	margin: 0px 0px 10px 10px;
}

.postGastenboek {
	margin: 5px 0px 0px 0px;
}

.afzenderGastenboekL {
	float: left;
}

.afzenderGastenboekR {
	float: right;
	text-align: right;
}

.afzenderKop {
	width: 555px;
	margin: 10px 0px -12px 10px;	
}

* html .afzenderKop {
	margin: 0px 0px 0px 10px;
}

.afzenderKopL {
	float: left;
}

.afzenderKopR {
	float: right;
	text-align: right;
}

#gastenboek label {
	cursor: pointer;
	margin: 0px 0px 0px 10px;
}

/* CONTACT */
p.contactgegevens {
	margin: 0px 11px 15px 11px;
}

#contact .vak187px h2 {
	margin-bottom: 8px;
}

#contact label {
	cursor: pointer;
	padding: 0px 0px 0px 10px;
}

*+html #contact label {
	padding: 0px 0px 0px 0px;
}

input.contact {
	width/**/:/**/278px; /* 280px */
	height/**/:/**/19px; /* 21px */
	padding: 2px 0px 0px 2px;
	background: #fff;
	border: 1px solid #a5a5a5;
}

textarea.contact {
	width/**/:/**/278px; /* 280px */
	height/**/:/**/64px; /* 66px */
	padding: 2px 0px 0px 2px;
	background: #fff;
	border: 1px solid #a5a5a5;
	overflow-y: scroll;
}

select.contact {
	width: 282px;
	height: 21px;
	background: #fff;
	border: 1px solid #a5a5a5;
}

*+html select.contact {
	width: 284px;
}

td.btnVerzenden {
	width: 280px;
	height: 21px;
	text-align: center;
	border: 1px solid #a5a5a5;
	background: #274716;
}

td.btnVerzenden span {
	color: #fff;
	padding: 0px 0px;
	margin: 0px 0px;
}

/* HEADER HOME PAGINA */
#home .containerHeaderBottom {
	width: 965px;
	height: 177px;
	margin: 0px 0px 0px 0px;
	background: url(images/header.jpg) no-repeat;
}

#home .containerHeaderBottom img.pixelLeeg {
	width: 260px;
	height: 120px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}


/* HEADERS OVERIGE PAGINA'S */

#ondersteuning .containerHeader,
#actueel .containerHeader,
#agenda .containerHeader,
#agendaDetail .containerHeader,
#overzicht .containerHeader,
#downloads .containerHeader,
#gastenboek .containerHeader,
#links .containerHeader,
#agenda .containerHeader,
#agenda .containerHeader,
#contact .containerHeader {
	width: 965px;
	height: 140px;
	margin: 10px 0px 0px 0px;
}

#ondersteuning .containerHeaderBottom,
#actueel .containerHeaderBottom,
#agenda .containerHeaderBottom,
#agendaDetail .containerHeaderBottom,
#overzicht .containerHeaderBottom,
#downloads .containerHeaderBottom,
#gastenboek .containerHeaderBottom,
#links .containerHeaderBottom,
#agenda .containerHeaderBottom,
#contact .containerHeaderBottom {
	width: 965px;
	height: 91px;
	margin: 0px 0px;
	background: url(images/header-2.jpg) no-repeat;
}

#ondersteuning .containerHeaderBottom img.pixelLeeg,
#actueel .containerHeaderBottom img.pixelLeeg,
#agenda .containerHeaderBottom img.pixelLeeg,
#agendaDetail .containerHeaderBottom img.pixelLeeg,
#overzicht .containerHeaderBottom img.pixelLeeg,
#downloads .containerHeaderBottom img.pixelLeeg,
#gastenboek .containerHeaderBottom img.pixelLeeg,
#links .containerHeaderBottom img.pixelLeeg,
#agenda .containerHeaderBottom img.pixelLeeg,
#contact .containerHeaderBottom  img.pixelLeeg {
	width: 200px;
	height: 86px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}  

.Subrubriek {
	margin: 16px 11px 7px;
	padding-top: 8px;
	padding-bottom: 7px;
	border-top: 1px dotted #95928a;
	border-bottom: 1px dotted #95928a;
}

/* FOOTER */

.footer {
	width: 763px;
	height/**/:/**/ 11px;
	margin: 0px 0px 0px 198px;
	padding-top: 5px;
	font-size: 11px;
	color: #4b4b4b;
	border-top: 1px dotted #95928a;
	clear: both;
}

.footerL {
	width/**/:/**/ 323px; /* 333px */
	height: 20px;
	float: left;
	padding-left: 10px;
}

.footerL a:link,
.footerL a:visited,
.footerL a:active,
.footerL a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #4b4b4b;
}

.footerR {
	width/**/:/**/ 420px; /* 430px */ 
	height: 20px;
	color: #a5a5a5;
	float: left;
	padding-right: 10px;
	text-align: right;
}

.footerR span {
	color: #4b4b4b;
	padding: 0px 0px;
	margin: 0px 0px;
	display:inline;
	font-size: 11px;
}	

/* Sitemap */
.sitemap {
	margin-left: 10px;
}

.sitemapSub a.groen:link,
.sitemapSub a.groen:visited,
.sitemapSub a.groen:active {
	text-decoration: none;
	color: #61a300;
	font-weight: normal;
}

.sitemapSub a.groen:hover{
	color: #61a300;
}

/* HACK FIREFOX-> 'Display-Table'-vervanger */
.containerMain:after,
.navigatieContent:after,
.werkVeld:after,
.vak187px:after,
.vak379px:after,
.vak571px:after,
.vak187pxOrange:after,
.banner:after,
.content:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}


/* Styles voor de print variant */
@media print
{
	.NoPrint, 
	.containerHeader .containerHeaderTop,
	.containerHeader .containerHeaderBottom,
	.navigatieContainer,
	.navigatieContent,
	.footer {
		display: none;
	}
	
	.containerHeader {
		width: 198px;
		height: 86px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		display: block;
		background: none;
	}
	
	.containerHeader .logoPrint {
		margin-left: 15px;
		display: block;
	}
}

