html {
	height: 100%;
}

body {
	margin: 0px;
}

.pagBackground {
	background: #008dc1 url(images/bg.gif) top left repeat-x;
}

img.left {
	margin: 0px; 
	margin-right: 10px;
}

img.right {
	margin: 0px; 
	margin-left: 10px;
}

img,
img a,
table {
	border: 0px;
}

body, td, input, select, textarea {
	color: #666;
	font: normal 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	margin: 0px 0px 18px 0px;
}

a:link,
a:visited,
a:active {
	text-decoration: none; 
	color: #666;
} 
a:hover {
	text-decoration: underline; 
	color: #666;
}
.pagGroen a:link,
.pagGroen a:visited,
.pagGroen a:active,
.pagGroen a:hover,
.pagGroen .breadcrumbs,
.pagGroen h2,
.pagGroen h3,
.pagGroen h4,
.pagGroen h5,
.pagGroen span {
	color: #5da200;
}
.pagBlauw a:link,
.pagBlauw a:visited,
.pagBlauw a:active,
.pagBlauw a:hover,
.pagBlauw .breadcrumbs,
.pagBlauw h2,
.pagBlauw h3, 
.pagBlauw h4,
.pagBlauw h5,
.pagBlauw span {
	color: #0095ce;
}
.pagRood a:link,
.pagRood a:visited,
.pagRood a:active,
.pagRood a:hover,
.pagRood .breadcrumbs,
.pagRood h2,
.pagRood h3,
.pagRood h4,
.pagRood h5,
.pagRood span {
	color: #c50009;
}
.pagGeel a:link,
.pagGeel a:visited,
.pagGeel a:active,
.pagGeel a:hover,
.pagGeel .breadcrumbs,
.pagGeel h2,
.pagGeel h3,
.pagGeel h4,
.pagGeel h5,
.pagGeel span {
	color: #bb8000;
}

h2 {
	font: normal 18px/24px "Trebuchet MS" Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font: bold 14px/18px "Trebuchet MS" Arial, Helvetica, sans-serif;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}

h4 {
	font: bold italic 14px/18px "Trebuchet MS" Arial, Helvetica, sans-serif;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}

h5 {
	font: normal 12px/18px "Trebuchet MS" Arial, Helvetica, sans-serif;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}

.bold {
	font-weight: bold;
}

.spacer {
	height: 10px;
	line-height: 10px;
}

hr {
	height: 0px;
	border-top: 1px dotted #666666;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin:	8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

.groen {
	color: #5da200;
}
.blauw {
	color: #0095ce;
}
.rood {
	color: #c50009;
}
.geel {
	color: #bb8000;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	line-height: 18px;
}

.Kaart li {
	margin: 0px 0px 0px 0px;
}

.pagGroen li {
	background: url(images/list-groen.gif) 0px 6px no-repeat;
}
.pagBlauw li {
	background: url(images/list-blauw.gif) 0px 6px no-repeat;
}
.pagRood li {
	background: url(images/list-rood.gif) 0px 6px no-repeat;
}
.pagGeel li {
	background: url(images/list-geel.gif) 0px 6px no-repeat;
}

.line18 {
	line-height: 18px;
}

a.underline:link,
a.underline:active,
a.underline:visited,
a.underline:hover {
	text-decoration: underline;
}



/* CONTAINERS */
.containerMain {
	width/**/:/**/929px; /* 959px */
	_height: 500px;
	min-height: 500px;
	padding: 10px 10px 0px 20px;
	margin: 0px auto;
	display: table;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #8adaf8 url(images/bg-container.gif) left top repeat-x;
}

.pagGeel .containerMain {
	background: #ffea8f url(images/bg-container-geel.gif) left top repeat-x;
}
.pagBlauw .containerMain {
	background: #8adaf8 url(images/bg-container-blauw.gif) left top repeat-x;
}
.pagGroen .containerMain {
	background: #cbf495 url(images/bg-container-groen.gif) left top repeat-x;
}
.pagRood .containerMain {
	background: #ffcacc url(images/bg-container-rood.gif) left top repeat-x;
}

.home .containerMain {
	display: block;
	_height: 717px;
	min-height: 717px;
}

.containerLinks {
	width: 299px;
	_height: 18px;
	min-height: 18px;
	float: left;
	line-height: 24px;
}

.containerContainer {
	width: 619px;
	_height: 465px;
	min-height: 465px;
	float: left;
	margin: 0px 0px 0px 7px;
}

.containerContainerFull {
	width: 619px;
	_height: 180px;
	min-height: 180px;
	float: left;
	margin: 0px 0px 0px 7px;
}

.containerContentTop {
	width: 619px;
	height: 11px;
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/schaduw-container-boven.png');
	background-repeat: no-repeat;
	background-color: #fff;
}
.containerContentTop[class] {
	background-image: url(images/schaduw-container-boven.png);
}

.containerContentTopFull {
	width: 619px;
	height: 11px;
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/schaduw-container-bovenfull.png');
	background-repeat: no-repeat;
	background-color: #fff;
}
.containerContentTopFull[class] {
	background-image: url(images/schaduw-container-bovenfull.png);
}

.containerContent {
	width: 619px;
	_height: 465px;
	min-height: 465px;
	display: table;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/schaduw-container-rechts.png');
	background-position: top right;
	background-repeat: repeat-y;
}

.containerContentFull {
	width: 619px;
	_height: 180px;
	min-height: 180px;
	display: table;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/schaduw-container-rechts.png');
	background-position: top right;
	background-repeat: repeat-y;
}
.containerContent[class] {
	background-image: url(images/schaduw-container-rechts.png);
}
.containerContentFull[class] {
	background-image: url(images/schaduw-container-rechts.png);
}

.containerFullWidth {
	clear: both;
	position: relative;
	left: 0px;
	width: 926px;
	_height: 10px;
	min-height: 10px;
	display: table;
	background-image: url(images/bg-blokfull-blauw.gif);
}
.containerBlok {
	position: relative;
	width/**/:/**/412px; /* 432px */
	height/**/:/**/170px; /* 190px */
	overflow: hidden;
	background-color: #8adaf8;
	background-image: url(images/bk-blok.gif);
	padding: 10px 10px 10px 10px;
	
}
.footerFullBlauw {
	width: 432px;
	height: 16px;
	overflow: hidden;
	background: url(images/bg-footerfull-blauw.gif) left top no-repeat;
}
.footerFullWit {
	width: 432px;
	height: 16px;
	overflow: hidden;
	background: url(images/bg-footerfull-wit.gif) left top no-repeat;
}
.containerFullBlok {
	width: 432px;
	float:left;
	min-height: 10px;
	_hieght: 10px;
	margin: 0px 18px 20px 0px;
	display: table;
}

/* HEADER */
.header {
	width: 929px;
	_height: 18px;
	min-height: 18px;
	display: table;
	margin: 0px 0px 20px 0px;
}

.header .logo {
	width: 309px;
	height: 73px;
	float: left;
	overflow: hidden;
	margin: 0px 0px 12px 0px;
}

.headermenu {
	width: 610px;
	height: 18px;
	float: left;
	color: #666;
	text-align: right;
	font-size: 11px;
}

.headermenu a:link,
.headermenu a:active,
.headermenu a:visited {
	color: #666;
	text-decoration: none;
}
.headermenu a:hover {
	text-decoration: underline;
}

.headermenu td {
	font-size: 11px;
}


/* HOME */
.homeContent {
	width: 929px;
	_height: 18px;
	min-height: 18px;
	position: relative;
}

.imgFotobalk {
	width: 924px;
	height: 154px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bg-imgbalk-home.png');
}
.imgFotobalk[class] {
	background: url(images/bg-imgbalk-home.png) left top no-repeat;
}

.imgFotobalk .foto {
	width/**/:/**/916px; /* 918px */
	height/**/:146px; /* 148px */
	padding: 1px 1px 1px 1px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #b4b4b4;
}

.blokHome {
	width: 299px;
	_height: 18px;
	min-height: 18px;
	color: #454545;
}

.blokHome h2 {
	margin: 10px 0px 6px 0px;
}

.blokHome p {
	margin: 0px 0px 5px 0px;
}

.blokHomeGroen {
	position: absolute;
	top: 329px;
	left: 0px;
}
.blokHomeGroen a:link,
.blokHomeGroen a:active,
.blokHomeGroen a:visited {
	color: #5da200;
	text-decoration: none;
}
.blokHomeGroen a:hover {
	text-decoration: underline;
}

.blokHomeGroen span {
	color: #5da200;
}

.blokHomeBlauw {
	position: absolute;
	top: 163px;
	left: 308px;
}
.blokHomeBlauw span {
	color: #0095ce;
}
.blokHomeBlauw .imgContainer {
	width: 269px;
	height: 148px;
	overflow: hidden;
}
.blokHomeBlauw .imgContainer img {
	width: auto;
	height: 148px;
}

.blokHomeRood {
	position: absolute;
	top: 12px;
	left: 616px;
}
.blokHomeRood span {
	color: #c50009;
}
.blokHomeRood .imgContainer {
	width: 269px;
	height: 148px;
	overflow: hidden;
}
.blokHomeRood .imgContainer img {
	width: auto;
	height: 148px;
}

.blokHome .boven {
	width: 299px;
	height: 11px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}
.blokHomeGroen .boven {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/border-blok-boven-groen.png');
}
.blokHomeBlauw .boven {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/border-blok-boven-blauw.png');
}
.blokHomeRood .boven {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/border-blok-boven-rood.png');
}
.blokHomeGroen[class] .boven {
	background-image: url(images/border-blok-boven-groen.png);
}
.blokHomeBlauw[class] .boven {
	background-image: url(images/border-blok-boven-blauw.png);
}
.blokHomeRood[class] .boven {
	background-image: url(images/border-blok-boven-rood.png);
}

.blokHome .midden {
	width: 299px;
	_height: 18px;
	min-height: 18px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/border-blok-midden.png');
	background-position: top left;
	background-repeat: repeat-y;
}
.blokHome[class] .midden {
	background-image: url(images/border-blok-midden.png);
}

.blokHome .content {
	width/**/:/**/269px; /* 289px */
	overflow-x: hidden;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 2px;
}
.blokHomeGroen .content {
	_height: 260px;
	min-height: 260px;
	background: #e9fecd url(images/bg-blok-groen.gif) left top repeat-x;
}
.blokHomeBlauw .content {
	/* height: 319px; */
	_height: 319px;
	min-height: 319px;
	background: #dcf5ff url(images/bg-blok-blauw.gif) left top repeat-x;
}
.blokHomeRood .content {
	/* height: 373px; */
	_height: 373px;
	min-height: 373px;
	background: #ffdfe0 url(images/bg-blok-rood.gif) left top repeat-x;
}

.blokHome .content h3 {
	margin: 0px 0px 1px 0px;
	padding: 0px 10px 1px 10px;
	height: 24px;
	border-bottom: 1px solid #b4b4b4;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
}
.blokHomeGroen .content h3 {
	background: url(images/bg-kop-home-groen.gif) left top repeat-x;
}
.blokHomeBlauw .content h3 {
	background: url(images/bg-kop-home-blauw.gif) left top repeat-x;
}
.blokHomeRood .content h3 {
	background: url(images/bg-kop-home-rood.gif) left top repeat-x;
}

.blokHome .onder {
	width: 299px;
	height: 17px;
	background-position: top left;
	background-repeat: no-repeat;
}
.blokHomeGroen .onder {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/border-blok-onder-groen.png');
}
.blokHomeBlauw .onder {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/border-blok-onder-blauw.png');
}
.blokHomeRood .onder {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/border-blok-onder-rood.png');
}
.blokHomeGroen[class] .onder {
	background-image: url(images/border-blok-onder-groen.png);
}
.blokHomeBlauw[class] .onder {
	background-image: url(images/border-blok-onder-blauw.png);
}
.blokHomeRood[class] .onder {
	background-image: url(images/border-blok-onder-rood.png);
}



/* DETAILPAGINA's */
.lijnLinks {
	width: 1px;
	height: 180px;
	overflow: hidden;
	float: left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/lijn-container-links.png');
}
.lijnLinks[class] {
	background: url(images/lijn-container-links.png) top left no-repeat;
}

.contentWit {
	width/**/:/**/572px; /* 612px */
	_height/**/:/**/450px; /* 465x */
	min-height/**/:/**/450px; /* 465px */
	padding: 5px 20px 10px 20px;
	background-color: #fff;
	float: left;
}

.contentWitBlock {
	width/**/:/**/572px; /* 612px */
	_height/**/:/**/170px; /* 180px */
	min-height/**/:/**/170px; /* 180px */
	padding: 5px 20px 5px 20px;
	background-color: #fff;
	float: left;
}

.contentWitFull {
	width: 619px;
	_height/**/:/**/450px; /* 465x */
	min-height/**/:/**/450px; /* 465px */
	padding: 5px 0px 10px 0px;
	background-color: pink;
	float: left;
}


.breadcrumbs {
	width: 572px;
	height: 18px;
	overflow: hidden;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}

.breadcrumbs a:link,
.breadcrumbs a:active,
.breadcrumbs a:visited {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}



/* Agenda */
.tblAgenda {
	width: 572px;
	_height: 18px;
	min-height: 18px;
}
.tblAgenda .item {
	width: 572px;
	_height: 18px;
	min-height: 18px;
	display: table;
}
.pagBlauw .tblAgenda {
	border-top: 1px solid #79b0c4;
}
.pagBlauw .tblAgenda a:link,
.pagBlauw .tblAgenda a:active,
.pagBlauw .tblAgenda a:visited,
.pagBlauw .tblAgenda a:hover {
	color: #0095ce;
}
.pagBlauw .tblAgenda .item {
	border-bottom: 1px solid #79b0c4;
	background: url(images/bg-tbl-agenda-blauw.gif) top left repeat-y;
}
.pagGroen .tblAgenda {
	border-top: 1px solid #b2d591;
}
.pagGroen .tblAgenda .item {
	border-bottom: 1px solid #b2d591;
	background: url(images/bg-tbl-agenda-groen.gif) top left repeat-y;
}
.pagRood .tblAgenda {
	border-top: 1px solid #f09aa0;
}
.pagRood .tblAgenda .item {
	border-bottom: 1px solid #f09aa0;
	background: url(images/bg-tbl-agenda-rood.gif) top left repeat-y;
}
.pagGeel .tblAgenda {
	border-top: 1px solid #e7d77f;
}
.pagGeel .tblAgenda .item {
	border-bottom: 1px solid #e7d77f;
	background: url(images/bg-tbl-agenda-geel.gif) top left repeat-y;
}

.tblAgenda .itemL {
	width/**/:/**/153px; /* 165px */
	_height: 30px;
	min-height: 30px;
	padding: 5px 5px 5px 7px;
	float: left;
}
.pagBlauw .tblAgenda .itemL {
	width: 165px;
	padding: 0px 0px 0px 0px;
}

.tblAgenda .itemR {
	width/**/:/**/395px; /* 407px */
	_height: 18px;
	min-height: 18px;
	padding: 5px 5px 5px 7px;
	float: left;
}

.tblAgenda p {
	margin: 0px 0px 7px 0px;
}

.tblAgenda a:link,
.tblAgenda a:active,
.tblAgenda a:visited {
	color: #666;
	text-decoration: none;
}
.tblAgenda a:hover {
	color: #666;
	text-decoration: underline;
}

.imgDetail {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #b4b4b4;
}

.agendaBlok {
	width: 293px;
	_height: 18px;
	min-height: 18px;
	background: #fff;
}

.agendaBlok .nav {
	width/**/:/**/274px; /* 293px */
	height/**/:/**/45px; /* 55px */
	padding: 10px 9px 0px 10px;
	background: #fff;
}

.agendaBlok .blok {
	width/**/:/**/239px; /* 293px */
	_height: 33px;
	min-height: 33px;
	display: table;
	padding: 0px 20px 0px 34px;
	border-bottom: 10px solid #fff;
	background: #d7f6ad url(images/bg-agendablok.gif) top left repeat-y;
}

.agendaBlok .blok a:link,
.agendaBlok .blok a:active,
.agendaBlok .blok a:visited {
	display: block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	float: left;
	margin: 5px 5px 0px 0px;
	border: 1px solid #82c035;
	background: #e2ffbb;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	font-weight: bold;
}
.agendaBlok .blok a:hover {
	text-decoration: none;
	background: #caff82;
}

.agendaBlok .blok .geenItem {
	width: 26px;
	height: 26px;
	overflow: hidden;
	float: left;
	margin: 5px 5px 0px 0px;
	border: 1px solid #b6e37e;
	background: #efffda;
	color: #b0e66c;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	cursor: default;
}

.agendaBlok .blok .leeg {
	width: 26px;
	height: 26px;
	overflow: hidden;
	float: left;
	margin: 5px 5px 0px 0px;
	border: 1px solid #d7f6ad;
	background: #fff;
	cursor: default;
}

.agendaBlok .nav .dropdownMaanden {
	height: 22px;
	width: 274px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

.agendaBlok .nav .dag {
	width: 28px;
	height: 14px;
	overflow: hidden;
	line-height: 18px;
	margin: 5px 5px 0px 0px;
	text-transform: uppercase;
	float: left;
	font-size: 12px;
	text-align: center;
}
.agendaBlok .nav .eerste {
	margin: 5px 5px 0px 24px;
}
* html .agendaBlok .nav .eerste {
	margin: 5px 5px 0px 12px;
}



/* Wie wil mij helpen? / Wie kan ik helpen? */
.tblHulp {
	width: 572px;
	_height: 18px;
	min-height: 18px;
	margin: 10px 0px 0px 0px;
}
.tblHulp .item {
	width: 572px;
	_height: 18px;
	min-height: 18px;
	display: table;
}
.pagBlauw .tblHulp .item {
	border-bottom: 1px solid #79b0c4;
	background: url(images/bg-tbl-hulp-blauw.gif) top right repeat-y;
}
.pagGroen .tblHulp {
	border-top: 1px solid #b2d591;
}
.pagGroen .tblHulp .item {
	border-bottom: 1px solid #b2d591;
	background: url(images/bg-tbl-hulp-groen.gif) top right repeat-y;
}
.pagRood .tblHulp {
	border-top: 1px solid #f09aa0;
}
.pagRood .tblHulp .item {
	border-bottom: 1px solid #f09aa0;
	background: url(images/bg-tbl-hulp-rood.gif) top right repeat-y;
}
.pagGeel .tblHulp {
	border-top: 1px solid #e7d77f;
}
.pagGeel .tblHulp .item {
	border-bottom: 1px solid #e7d77f;
	background: url(images/bg-tbl-hulp-geel.gif) top right repeat-y;
}

.tblHulp .itemL {
	width/**/:/**/288px; /* 300px */
	_height: 30px;
	min-height: 30px;
	padding: 5px 5px 5px 7px;
	float: left;
	overflow-x: hidden;
}

.tblHulp .itemR {
	width/**/:/**/260px; /* 272px */
	_height: 18px;
	min-height: 18px;
	padding: 5px 5px 5px 7px;
	float: left;
	overflow-x: hidden;
}

.tblHulp p {
	margin: 0px 0px 7px 0px;
}

.tblHulp .itemL a:link,
.tblHulp .itemL a:active,
.tblHulp .itemL a:visited {
	color: #666;
	text-decoration: none;
}
.tblHulp .itemL a:hover {
	color: #666;
	text-decoration: underline;
}

.tblHulp .itemR a:link,
.tblHulp .itemR a:active,
.tblHulp .itemR a:visited {
	color: #c50009;
	text-decoration: none;
}
.tblHulp .itemR a:hover {
	color: #c50009;
	text-decoration: underline;
}


.tblHulp h4 {
	font-weight: normal;
}

.tblReageren {
	width: 260px;
}
.tblReagerenL {
	width: 70px;
	height: 18px;
	vertical-align: top;
}
.tblReagerenR {
	width: 190px;
	height: 18px;
	vertical-align: top;
}

.loginForm {
	width/**/:/**/273px; /* 293px */
	_height: 18px;
	min-height: 18px;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 10px 0px;
	background: #fff;
}

.tblLogin {
	width: 273px;
}
.tblLoginL {
	width: 120px;
	vertical-align: top;
	padding: 2px 0px 0px 0px;
}
.tblLoginR {
	width: 153px;
	height: 24px;
	vertical-align: top;
}
.tblLogin .txtfield {
	width: 147px;
	height: 16px;
	line-height: 14px;
}
* html .submit {
	margin: 1px 0px 0px 0px;
}



/* Formulier */
.tblFormulier {
	width: 572px
}
.tblFormulierL {
	width: 150px;
	padding: 2px 0px 0px 0px;
	vertical-align: top;
}
.tblFormulierR {
	width: 422px;
	vertical-align: top;
	height: 24px;
}

.txtfield1 {
	width: 416px;
	height: 16px;
	line-height: 14px;
}

.txtfield2 {
	width: 75px;
	height: 16px;
	line-height: 14px;
}

.txtarea1 {
	width: 416px;
	height: 75px;
	line-height: 18px;
}

.OnderLijnen {
	position: absolute;
	top: 170px;
	left: 15px;
}


/* SLIDESHOW */
.slideshowContainer {
	width: 299px;
	height: 158px;
	margin: 0px 0px 15px 0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/schaduw-slideshow.png');
}
.slideshowContainer[class] {
	background: url(images/schaduw-slideshow.png) left top no-repeat;
}

.home .slideshowContainer {
	position: absolute;
	top: 163px;
	left: 0px;
}

.slideshow {
	width/**/:/**/289px; /* 293px */
	height/**/:/**/148px; /* 152px */
	padding: 1px 1px 1px 1px;
	border: 1px solid #b4b4b4;
	overflow: hidden;
	background: #fff;
}



/* FOOTER */
.footer {
	width: 961px;
	overflow: hidden;
	clear: both;
	margin: 0px auto;
}

.pagGeel .footer {
	height: 36px;
	background: url(images/bg-footer-geel.gif) left top no-repeat;
}
.pagBlauw .footer {
	height: 36px;
	background: url(images/bg-footer-blauw.gif) left top no-repeat;
}
.pagGroen .footer {
	height: 36px;
	background: url(images/bg-footer-groen.gif) left top no-repeat;
}
.pagRood .footer {
	height: 36px;
	background: url(images/bg-footer-rood.gif) left top no-repeat;
}
.home .footer {
	height: 10px;
	background: url(images/bg-home-onder.gif) left top no-repeat;
}


/* Styles voor de print variant */

@media print
{
    .NoPrint { 
    	display: none;
    }
}

