﻿/*
 * TABLE OF CONTENTS:
 * - Browser reset
 * - HTML elements
 * - Main containers
 * - General styles   (styles that are not confined to a specific container)
 * - Form styles
 * - Page styles
 * - Hacks
 */







/*
 * BEGIN BROWSER RESET
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	font-size: 100%;
	overflow:-moz-scrollbars-vertical;
	overflow-x: auto;
}
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
em,cite {
	font-style: italic;
}
strong {
	font-weight: bold;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}

/*
 * END BROWSER RESET
 */






/*
 * BEGIN HTML ELEMENTS
 */
* {
	line-height: 1.429em;
}
body {
	background: #FFFFFF url(../images/bg-body.gif) repeat-x left top;
}
body#fontSizeSmall {
	font-size: 0.875em !important /* basis font-size is nu 14 px */
}
body#fontSizeLarge {
	font-size: 1em !important /* basis font-size is nu 16 px */
}

body,
input,
select,
textarea {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	padding: 0 0 0 10px;
	background: url(/images/li-background.gif) 0 9px no-repeat;
}

h1 {
	width/**/:/**/620px; /* 630px */
	height/**/:/**/53px; /* 70px */
	margin: 0px 0px 10px 0px;
	padding: 17px 0px 0px 10px;
	float: left;
	display: block;
	color: #FFFFFF;
	font: bold 1.714em/1.25em Arial, Helvetica, sans-serif;
}
body.blauw h1 {
	background: #10BBEF url(../images/bg-h1-blauw.gif) no-repeat left top;
}
body.geel h1 {
	background: #FFCE21 url(../images/bg-h1-geel.gif) no-repeat left top;
}
body.oranje h1 {
	background: #EC6708 url(../images/bg-h1-oranje.gif) no-repeat left top;
}
body.paars h1 {
	background: #954B98 url(../images/bg-h1-paars.gif) no-repeat left top;
}
body.groen h1 {
	background: #94C130 url(../images/bg-h1-groen.gif) no-repeat left top;
}
body.groen.form h1 {
	background: #94C130 url(../images/bg-h1-groenform.gif) no-repeat left top;
	width: 940px;
}


h2 {
	color: #999999;
	font: bold 1.286em/1.111em Arial, Helvetica, sans-serif;
}

h3 {
	color: #000000;
	font: bold 1.286em/1.111em Arial, Helvetica, sans-serif;
	margin: 0px 0px 11px 0px;
}

h3 a:link,
h3 a:visited,
h3 a:active,
h3 a:hover {
	line-height: 1.111em;
	margin: 0px;
}

h4 {
	color: #FFFFFF;
	font: bold 1.286em/1.111em Arial, Helvetica, sans-serif;
}

/* Paginamanagerstyles */
img[align="left"] {
	margin: 4px 10px 5px 0;
}
img[align="right"] {
	margin: 4px 0 5px 10px;
}

.bold {
	font-weight: bold !important;
}

.normal {
	font-weight: normal;
}

/*
 * END HTML ELEMENTS
 */






/*
 * BEGIN MAIN CONTAINERS
 */

.containerMain {
	width/**/:/**/980px; /* 990px */
	min-height: 1em;
	margin: 15px auto 0 auto;
	padding: 0px 0px 0px 10px;
	position: relative;
}
* html .containerMain {
	height: 1em;
}

.containerHeader {
	width/**/:/**/970px; /* 980px */
	height/**/:/**/150px; /* 160px */
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 00px 10px;
	float: left;
	background: url(../images/bg-containerHeader.gif) no-repeat left top;
}

.containerContent {
	width/**/:/**/970px; /* 980px */
	min-height/**/:/**/335px; /* 345px */
	margin: 0px;
	padding: 10px 0px 0px 10px;
	float: left;
	background: #FFFFFF url(../images/bg-containerContent.gif) no-repeat left top;
}
* html .containerContent {
	height:	335px;
}

.containerWerkveld {
	width: 970px;
	min-height: 1em;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

* html .containerWerkveld {
	height: 1em;
}
.containerWerkveld span.lt,
.containerWerkveld span.rt,
.containerWerkveld span.lb,
.containerWerkveld span.rb {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	overflow: hidden;
}
.containerWerkveld span.lt {
	top: 0px;
	right: 320px;
}
.containerWerkveld span.rt {
	top: 0px;
	right: 20px;
}
.containerWerkveld span.lb {
	bottom: 0px;
	right: 320px;
}
.containerWerkveld span.rb {
	bottom: 0px;
	right: 20px;
}
body.geel .containerWerkveld {
	background: url(../images/bg-containerWerkveld-geel.gif) repeat-y 640px top;
}
body.geel .containerWerkveld span.lt {
	background: #FFFFFF url(../images/hoekjes/lt-geel.gif) no-repeat right top;
}
body.geel .containerWerkveld span.rt {
	background: #FFFFFF url(../images/hoekjes/rt-geel.gif) no-repeat right top;
}
body.geel .containerWerkveld span.lb {
	background: #FFFFFF url(../images/hoekjes/lb-geel.gif) no-repeat right top;
}
body.geel .containerWerkveld span.rb {
	background: #FFFFFF url(../images/hoekjes/rb-geel.gif) no-repeat right top;
}

body.oranje .containerWerkveld {
	background: url(../images/bg-containerWerkveld-oranje.gif) repeat-y 640px top;
}
body.oranje .containerWerkveld span.lt {
	background: #FFFFFF url(../images/hoekjes/lt-oranje.gif) no-repeat right top;
}
body.oranje .containerWerkveld span.rt {
	background: #FFFFFF url(../images/hoekjes/rt-oranje.gif) no-repeat right top;
}
body.oranje .containerWerkveld span.lb {
	background: #FFFFFF url(../images/hoekjes/lb-oranje.gif) no-repeat right top;
}
body.oranje .containerWerkveld span.rb {
	background: #FFFFFF url(../images/hoekjes/rb-oranje.gif) no-repeat right top;
}

body.paars .containerWerkveld {
	background: url(../images/bg-containerWerkveld-paars.gif) repeat-y 640px top;
}
body.paars .containerWerkveld span.lt {
	background: #FFFFFF url(../images/hoekjes/lt-paars.gif) no-repeat right top;
}
body.paars .containerWerkveld span.rt {
	background: #FFFFFF url(../images/hoekjes/rt-paars.gif) no-repeat right top;
}
body.paars .containerWerkveld span.lb {
	background: #FFFFFF url(../images/hoekjes/lb-paars.gif) no-repeat right top;
}
body.paars .containerWerkveld span.rb {
	background: #FFFFFF url(../images/hoekjes/rb-paars.gif) no-repeat right top;
}

body.groen .containerWerkveld {
	background: url(../images/bg-containerWerkveld-groen.gif) repeat-y 640px top;
}
body.groen .containerWerkveld span.lt {
	background: #FFFFFF url(../images/hoekjes/lt-groen.gif) no-repeat right top;
}
body.groen .containerWerkveld span.rt {
	background: #FFFFFF url(../images/hoekjes/rt-groen.gif) no-repeat right top;
}
body.groen .containerWerkveld span.lb {
	background: #FFFFFF url(../images/hoekjes/lb-groen.gif) no-repeat right top;
}
body.groen .containerWerkveld span.rb {
	background: #FFFFFF url(../images/hoekjes/rb-groen.gif) no-repeat right top;
}

body.groen.form .containerWerkveld {
	background: none;
}
body.groen.form .containerWerkveld span.lt {
	background: none;
}
body.groen.form .containerWerkveld span.rt {
	background: none;
}
body.groen.form .containerWerkveld span.lb {
	background: none;
}
body.groen.form .containerWerkveld span.rb {
	background: none;
}

body.blauw .containerWerkveld {
	background: url(../images/bg-containerWerkveld-blauw.gif) repeat-y 640px top;
}
body.blauw .containerWerkveld span.lt {
	background: #FFFFFF url(../images/hoekjes/lt-blauw.gif) no-repeat right top;
}
body.blauw .containerWerkveld span.rt {
	background: #FFFFFF url(../images/hoekjes/rt-blauw.gif) no-repeat right top;
}
body.blauw .containerWerkveld span.lb {
	background: #FFFFFF url(../images/hoekjes/lb-blauw.gif) no-repeat right top;
}
body.blauw .containerWerkveld span.rb {
	background: #FFFFFF url(../images/hoekjes/rb-blauw.gif) no-repeat right top;
}

.containerFooter {
	width: 950px;
	height/**/:/**/70px; /* 100px */
	margin: 20px 0px 0px 10px;
	padding: 0px 0px 30px 0px;
	float: left;
	border-top: solid 1px #CCCCCC;
}
* html .containerFooter {
	width/**/:/**/950px; /* 950px */
	margin: 20px 0px 0px 5px;
	padding: 0px 0px 30px 0px;
}

#carouselContainer {
	width: 630px;
	height: 130px;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	float: left;
}

.flashVideoContainer {
	width: 360px;
	height: 330px;
	margin: 20px 20px 20px 0px;
	padding: 0px;
}

/*
 * END MAIN CONTAINERS
 */






/*
 * BEGIN GENERAL STYLES
 */
 
.headerTop {
	width: 950px;
	height: 70px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	background: #95C231 url(../images/bg-headerTop.gif) no-repeat left top;
}

.headerTop a.logo:link,
.headerTop a.logo:visited,
.headerTop a.logo:active,
.headerTop a.logo:hover {
	width: 310px;
	height: 70px;
	margin: 0px 280px 0px 0px;
	padding: 0px;
	float: left;
	display: block;
	text-decoration: none;
	background: url(../images/bg-logo.gif) no-repeat left top;
}

.headerMenuBlok {
	width/**/:/**/100px; /* 110px */
	height/**/:/**/64px; /* 70px */
	margin: 0px 0px 0px 10px;
	padding: 6px 0px 0px 10px;
	float: left;
	color: #FFFFFF;
	font: bold 1em/1.429em Arial, Helvetica, sans-serif;
}

.headerMenuBlok a:link,
.headerMenuBlok a:visited,
.headerMenuBlok a:active {
	font: bold 1em/1.429em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.headerMenuBlok a:hover {
	text-decoration: underline;
}
 
.headerBottom {
	width: 970px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.headerBottom a:link,
.headerBottom a:visited,
.headerBottom a:active {
	width: 110px;
	height: 60px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	display: block;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
}
.headerBottom a:hover {
	color: #000000;
}
* html .headerBottom a:link,
* html .headerBottom a:visited,
* html .headerBottom a:active,
* html .headerBottom a:hover {
	margin: 0px 10px 0px 0px;
}


.headerBottom a:link span,
.headerBottom a:visited span,
.headerBottom a:active span,
.headerBottom a:hover span {
	position: absolute;
	left: 9px;
	bottom: 6px;
	cursor: pointer;
	font: bold 1.143em/1.25em Arial, Helvetica, sans-serif;
}

a.btnMenuBlauw:link,
a.btnMenuBlauw:visited,
a.btnMenuBlauw:active,
a.btnMenuBlauw:hover {
	background: #FFFFFF url(../images/btn-home-blauw.png) no-repeat left top;
}

a.btnMenuGeel:link,
a.btnMenuGeel:visited,
a.btnMenuGeel:active,
a.btnMenuGeel:hover {
	background: #FFFFFF url(../images/btn-home-geel.png) no-repeat left top;
}

a.btnMenuOranje:link,
a.btnMenuOranje:visited,
a.btnMenuOranje:active,
a.btnMenuOranje:hover {
	background: #FFFFFF url(../images/btn-home-oranje.png) no-repeat left top;
}

a.btnMenuPaars:link,
a.btnMenuPaars:visited,
a.btnMenuPaars:active,
a.btnMenuPaars:hover {
	background: #FFFFFF url(../images/btn-home-paars.png) no-repeat left top;
}

a.btnMenuGroen:link,
a.btnMenuGroen:visited,
a.btnMenuGroen:active,
a.btnMenuGroen:hover {
	background: #FFFFFF url(../images/btn-home-groen.png) no-repeat left top;
}

.kol320px {
	width/**/:/**/302px; /* 320px */
	min-height: 1em;
	margin: 0px;
	padding: 9px;
	float: left;
}
* html .kol320px {
	height: 1em;
}
body.home .kol320px {
	padding: 0px;
}

.kol320px ul {
	margin: 0px 0px 25px 0px;
}

.kol320px ul.bold li a:link,
.kol320px ul.bold li a:visited,
.kol320px ul.bold li a:active {
	font-weight: bold;
	text-decoration: none;
}

.kol320px ul.bold li a:hover {
	text-decoration: underline;
}

.kol640px {
	width: 640px;
	min-height: 1em;
	margin: 0px;
	padding: 0px;
	float: left;
}
* html .kol640px {
	height: 1em;
}

.thumbHomeNieuws {
	width: 140px;
	height: 90px;
	margin: 5px 10px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.thumbHomeNieuws .foreGround {
	width: 140px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url(../images/fg-thumbHomeNieuws.png) no-repeat left top;
}
* html .thumbHomeNieuws .foreGround {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fg-thumbHomeNieuws.png', sizingMethod='crop');
}

.thumbHomeNieuws img {
	width: 140px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.thumbHomeColumn {
	width: 55px;
	height: 55px;
	margin: 5px 10px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
	overflow: hidden;
}

.thumbHomeColumn .foreGround {
	width: 55px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url(../images/fg-thumbHomeColumn.png) no-repeat left top;
}
* html .thumbHomeColumn .foreGround {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fg-thumbHomeColumn.png', sizingMethod='crop');
}

.thumbHomeColumn img {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.thumbHomeColumn {
	width: 55px;
	height: 55px;
	margin: 5px 10px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
	overflow: hidden;
}

.thumbHomeColumn .foreGround {
	width: 55px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url(../images/fg-thumbHomeColumn.png) no-repeat left top;
}
* html .thumbHomeColumn .foreGround {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fg-thumbHomeColumn.png', sizingMethod='crop');
}

.thumbHomeColumn img {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.thumbHomeVraagAanbod {
	width: 55px;
	height: 55px;
	margin: 5px 10px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
	overflow: hidden;
}

.thumbHomeVraagAanbod .foreGround {
	width: 55px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url(../images/fg-thumbHomeVraagAanbod.png) no-repeat left top;
}
* html .thumbHomeVraagAanbod .foreGround {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fg-thumbHomeVraagAanbod.png', sizingMethod='crop');
}

.thumbHomeVraagAanbod img {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

a.thumbLogoPartijen {
	display: block;
	width: 290px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	background: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

.thumbLogoPartijen .foreGround {
	width: 290px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url(../images/fg-thumbLogoPartijen.png) no-repeat left top;
}
* html .thumbLogoPartijen .foreGround {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fg-thumbLogoPartijen.png', sizingMethod='crop');
}

.thumbLogoPartijen img {
	width: 290px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

* html div.thumbLogoDiensten {
	width: 210px;
	height: 125px;
}

a.thumbLogoDiensten {
	display: block;
	width: 210px;
	height: 125px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	background: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

.thumbLogoDiensten .foreGround {
	width: 210px;
	height: 125px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url(../images/fg-thumbLogoDiensten.png) no-repeat left top;
}
* html .thumbLogoDiensten .foreGround {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fg-thumbLogoDiensten.png', sizingMethod='crop');
}

.thumbLogoDiensten img {
	width: 210px;
	height: 125px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

a.thumbDetail,
.thumbDetail {
	display: block;
	width: 150px;
	height: 150px;
	margin: 5px 10px 0px -5px;
	padding: 0px;
	float: left;
	position: relative;
	overflow: hidden;
}

a.thumbDetail {
	cursor: pointer;
	text-decoration: none;
}

.thumbDetail .foreGround {
	width: 150px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url(../images/fg-thumbDetail.png) no-repeat left top;
}
* html .thumbDetail .foreGround {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fg-thumbDetail.png', sizingMethod='crop');
}

.thumbDetail img {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

body.home .blokHomeSnelNaar h4 {
	height: 25px;
}

body.home .blokHomeSnelNaar ul {
	margin: 10px 0px 0px 1px;
}

body.home .blokHomeSnelNaar ul li {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	background: url(../images/bg-li-witBg.gif) no-repeat left 2px;
	
}

body.home .blokHomeSnelNaar ul li  a:link,
body.home .blokHomeSnelNaar ul li  a:visited,
body.home .blokHomeSnelNaar ul li  a:active {
	font: bold 1em/1.429em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
body.home .blokHomeSnelNaar ul li  a:hover {
	text-decoration: underline;
}

body.paars ul li,
body.home .blokHomeNieuws .blokRechts ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bg-li-paars.gif) no-repeat left 3px;
}

body.paars .kol320px ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bg-li-paarsBg.gif) no-repeat left 3px;
}

body.paars ul li a:link,
body.paars ul li a:visited,
body.paars ul li a:active,
body.home .blokHomeNieuws .blokRechts ul li a:link,
body.home .blokHomeNieuws .blokRechts ul li a:visited,
body.home .blokHomeNieuws .blokRechts ul li a:active {
	font-weight: normal;
	text-decoration: underline;
}
body.paars ul li a:hover,
body.home .blokHomeNieuws .blokRechts ul li a:hover {
	text-decoration: none;
}

body.geel ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bg-li-geel.gif) no-repeat left 3px;
}

body.geel .kol320px ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bg-li-geelBg.gif) no-repeat left 3px;
}

body.geel ul li a:link,
body.geel ul li a:visited,
body.geel ul li a:active {
	font-weight: normal;
	text-decoration: underline;
}
body.geel ul li a:hover {
	text-decoration: none;
}

body.oranje ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bg-li-oranje.gif) no-repeat left 3px;
}

body.oranje .kol320px ul li,
body.oranje .blokDienstenContainer ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bg-li-oranjeBg.gif) no-repeat left 3px;
}

body.oranje ul li a:link,
body.oranje ul li a:visited,
body.oranje ul li a:active {
	font-weight: normal;
	text-decoration: underline;
}
body.oranje ul li a:hover {
	text-decoration: none;
}

body.groen ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bg-li-groen.gif) no-repeat left 3px;
}

body.groen .kol320px ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bg-li-groenBg.gif) no-repeat left 3px;
}

body.groen ul li a:link,
body.groen ul li a:visited,
body.groen ul li a:active {
	font-weight: normal;
	text-decoration: underline;
}
body.groen ul li a:hover {
	text-decoration: none;
}

body.blauw ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bg-li-blauw.gif) no-repeat left 3px;
}

body.blauw .kol320px ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bg-li-blauwBg.gif) no-repeat left 3px;
}

body.blauw ul li a:link,
body.blauw ul li a:visited,
body.blauw ul li a:active {
	font-weight: normal;
	text-decoration: underline;
}
body.blauw ul li a:hover {
	text-decoration: none;
}

a.voegToe:link,
a.voegToe:visited,
a.voegToe:active {
	width/**/:/**/281px; /* 290px */
	height/**/:/**/25px; /* 30px */
	margin: 0px;
	padding: 5px 0px 0px 9px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}
a.voegToe:hover {
	text-decoration: underline;
}

body.geel a.voegToe:link,
body.geel a.voegToe:visited,
body.geel a.voegToe:active,
body.geel a.voegToe:hover {
	background: url(../images/btn-290px-geel.png) no-repeat left top;
}
body.oranje a.voegToe:link,
body.oranje a.voegToe:visited,
body.oranje a.voegToe:active,
body.oranje a.voegToe:hover {
	background: url(../images/btn-290px-oranje.png) no-repeat left top;
}
body.paars a.voegToe:link,
body.paars a.voegToe:visited,
body.paars a.voegToe:active,
body.paars a.voegToe:hover {
	background: url(../images/btn-290px-paars.png) no-repeat left top;
}
body.groen a.voegToe:link,
body.groen a.voegToe:visited,
body.groen a.voegToe:active,
body.groen a.voegToe:hover {
	background: url(../images/btn-290px-groen.png) no-repeat left top;
}
body.blauw a.voegToe:link,
body.blauw a.voegToe:visited,
body.blauw a.voegToe:active,
body.blauw a.voegToe:hover {
	background: url(../images/btn-290px-blauw.png) no-repeat left top;
}

body.home .blokHomeNieuws .blokRechts a.voegToe:link,
body.home .blokHomeNieuws .blokRechts a.voegToe:visited,
body.home .blokHomeNieuws .blokRechts a.voegToe:active {
	width/**/:/**/221px; /* 230px */
	height/**/:/**/25px; /* 30px */
	margin: 0px;
	padding: 5px 0px 0px 9px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/btn-230px-paars.png) no-repeat left top;
}
body.home .blokHomeNieuws .blokRechts a.voegToe:hover {
	text-decoration: underline;
}

body.home .blokHomeActiviteiten .blokRechts a.voegToe:link,
body.home .blokHomeActiviteiten .blokRechts a.voegToe:visited,
body.home .blokHomeActiviteiten .blokRechts a.voegToe:active {
	width/**/:/**/221px; /* 230px */
	height/**/:/**/25px; /* 30px */
	margin: 0px;
	padding: 5px 0px 0px 9px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/btn-230px-groen.png) no-repeat left top;
}
body.home .blokHomeActiviteiten .blokRechts a.voegToe:hover {
	text-decoration: underline;
}

body.home .kol320px .blokHomeVraagAanbod a.voegToe:link,
body.home .kol320px .blokHomeVraagAanbod a.voegToe:visited,
body.home .kol320px .blokHomeVraagAanbod a.voegToe:active {
	width/**/:/**/281px; /* 290px */
	height/**/:/**/25px; /* 30px */
	margin: 0px;
	padding: 5px 0px 0px 9px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: url(../images/btn-290px-blauw.png) no-repeat left top;
}
body.home .kol320px .blokHomeVraagAanbod a.voegToe:hover {
	text-decoration: underline;
}

div.kalenderItemGroen,
a.kalenderItemGroen:link,
a.kalenderItemGroen:visited,
a.kalenderItemGroen:active,
a.kalenderItemGroen:hover {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	float: left;
	background: url(../images/bg-kalenderItemGroen.png) no-repeat left top;
	text-decoration: none;
	cursor: pointer;
}


div.kalenderItemGroen .dag,
a.kalenderItemGroen:link .dag,
a.kalenderItemGroen:visited .dag,
a.kalenderItemGroen:active .dag,
a.kalenderItemGroen:hover .dag {
	width: 50px;
	font: bold 2.143em/1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: -1px;
	left: 0px;
	cursor: pointer;
}


div.kalenderItemGroen .maand,
a.kalenderItemGroen:link .maand,
a.kalenderItemGroen:visited .maand,
a.kalenderItemGroen:active .maand,
a.kalenderItemGroen:hover .maand {
	width: 50px;
	font: bold 1.143em/1.25em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 27px;
	left: 0px;
	cursor: pointer;
}

.kalenderItemGrijs {
	width: 50px;
	height: 65px;
	position: relative;
	float: left;
	background: url(../images/bg-kalenderItemGrijs.png) no-repeat left top;
}

.kalenderItemGrijs .dag {
	width: 50px;
	font: bold 2.143em/1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: -1px;
	left: 0px;
}

.kalenderItemGrijs .maand {
	width: 50px;
	font: bold 1.143em/1.25em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 27px;
	left: 0px;
}

.kalenderItemGrijs .jaar {
	width: 50px;
	font: bold 1.071em/1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 46px;
	left: 0px;
}

.containerFooter a:link,
.containerFooter a:visited,
.containerFooter a:active,
.containerFooter a:hover {
	margin: 0px;
	float: right;
}

.intro {
	width/**/:/**/610px; /* 630px */
	height/**/:/**/105px; /* 135px */
	margin: 0px;
	padding: 10px 10px 20px 10px;
	float: left;
}
body#fontSizeSmall .intro {
	height/**/:/**/85px; /* 115px */
}
body#fontSizeLarge .intro {
	height/**/:/**/105px; /* 135px */
}
* html .intro {
	padding-bottom: 0px;
}

img.dummy {
	margin: 0px;
}
* html img.dummy {
	float: left;
}

.detailContent {
	width/**/:/**/610px; /* 630px */
	min-height: 1em;
	margin: -3px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float: left;
}
* html .detailContent {
	height: 1em;
}

.detailFooter {
	width/**/:/**/610px; /* 630px */
	min-height: 1em;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 20px 10px;
	float: left;
}
* html .detailFooter {
	height: 1em;
}

.detailFooter ul {
	margin: 10px 0px 20px 0px;
}

span.grijsKlein {
	width: 590px;
	height: 20px;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: block;
	color: #666666;
	font: normal 0.857em/2.5em Arial, Helvetica, sans-serif;
}

span.grijsKlein.top {
	margin: -15px 0px 15px 0px;
}

span.grijsKlein a:link,
span.grijsKlein a:visited,
span.grijsKlein a:active {
	color: #666666;
	text-decoration: none;
}
span.grijsKlein a:hover {
	text-decoration: underline;
}

.detailPaging {
	width: 630px;
	min-height: 0em;
	margin: 35px 0px 0px 0px;
	padding: 0px;
	float: left;
}
* html .detailPaging {
	height: 1em;
}

body.vraagAanbod .detailPaging,
body.buurtLinks .detailPaging {
	margin: 10px 0px 0px 0px;
}

.detailPaging .paging {
	width/**/:/**/620px; /* 630px */
	height: 25px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	border-bottom: solid 1px #CCCCCC;
}

div.lijn {
	height: 1px;
	clear: both;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
	background: #CCCCCC;
}

body.vraagAanbod .detailPaging .paging {
	margin: 0px 0px 0px 0px;
}

.detailPaging .paging .links {
	width: 150px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	font: bold 1.143em/1.25em Arial, Helvetica, sans-serif;
}

.detailPaging .paging .rechts {
	width: 470px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: right;
	color: #999999;
}

.detailPaging .paging .rechts span {
	font-weight: normal;
	color: #000000;
}
.detailPaging .paging .rechts a.actief:link,
.detailPaging .paging .rechts a.actief:visited,
.detailPaging .paging .rechts a.actief:active,
.detailPaging .paging .rechts a.actief:hover {
	font-weight: bold;
	color: #000000;
}

.detailPaging .paging .rechts a:link,
.detailPaging .paging .rechts a:visited,
.detailPaging .paging .rechts a:active {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
.detailPaging .paging .rechts a:hover {
	text-decoration: underline;
}

.detailPaging .content {
	width: 630px;
	min-height: 1em;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
* html .detailPaging .content {
	height: 1em;
}

body.paars .detailPaging  .content .reactieBlok {
	background: url(../images/bg-li-paars.gif) no-repeat 10px 2px;
}
body.blauw .detailPaging  .content .reactieBlok {
	background: url(../images/bg-li-blauw.gif) no-repeat 10px 2px;
}
body.groen .detailPaging  .content .reactieBlok {
	background: url(../images/bg-li-groen.gif) no-repeat 10px 2px;
}
body.geel .detailPaging  .content .reactieBlok {
	background: url(../images/bg-li-geel.gif) no-repeat 10px 2px;
}
body.oranje .detailPaging  .content .reactieBlok {
	background: url(../images/bg-li-oranje.gif) no-repeat 10px 2px;
}

.reactieBlok {
	width/**/:/**/595px; /* 630px */
	min-height: 1em;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 35px;
	float: left;
}
* html .reactieBlok {
	height: 1em;
}

.reactieBlok .titel {
	width: 595px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.reactieBlok .titel span {
	font-weight: bold;
}

body.paars .reactieBlok .titel a span {
	color: #954B98;
}
body.blauw .reactieBlok .titel a span {
	color: #10BBEF;
}
body.groen .reactieBlok .titel a span {
	color: #94C130;
}
body.geel .reactieBlok .titel a span {
	color: #FFCE21;
}
body.oranje .reactieBlok .titel a span {
	color: #EC6708;
}

.reactieBlok .content {
	width: 595px;
	min-height: 1em;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #666666;
}
* html .reactieBlok .content {
	height: 1em;
}

.reactieFormulier {
	width/**/:/**/595px; /* 630px */
	min-height: 1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	float: left;
}
* html .reactieFormulier {
	height: 1em;
}

.reactieFormulier .error {
	width: 595px;
	height: 30px;
	color: #FF0000;
	font-weight: bold;
}

.reactieFormulier table {
	width: 595px;
}

.reactieFormulier table tr td.titel {
	width: auto;
	height/**/:/**/38px; /* 40px */
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font: bold 16px/22px Arial, Helvetica, sans-serif;
}

.reactieFormulier table tr td.label {
	width: 123px;
	height/**/:/**/27px; /* 30px */
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
}

.reactieFormulier table tr td.input {
	width: 462px;
}


.reactieFormulier table tr td.input input.inputText {
	width/**/:/**/454px; /* 458px */
	height/**/:/**/22px; /* 26px */
	margin: 0px;
	padding: 2px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
}


.reactieFormulier table tr td.input input.inputCheckBox {
	width: 13px;
	height: 13px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.reactieFormulier table tr td.input label {
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

.reactieFormulier table tr td.input textarea.textAreaText {
	width/**/:/**/454px; /* 458px */
	height/**/:/**/142px; /* 146px */
	margin: 0px;
	padding: 2px;
	border: solid 1px #CCCCCC;
}

.reactieFormulier table tr td.input div {
	margin: 1px 0px 0px 0px;
	font-size: 0.857em;
}

.reactieFormulier table tr td.input input#submit {
	margin: 10px 0px 0px 0px;
}

.toeVoegFormulier {
	width: 610px;
	min-height: 1em;
	margin: 0px;
	padding: 0px;
	float: left;
}
* html .toeVoegFormulier {
	height: 1em;
}

.toeVoegFormulier table {
	width: 610px;
}

div.extraInfo {
	margin: 7px 0px 0px;
}

div.extraInfo a {
	font: bold 0.85em/2.5em Arial, Helvetica, sans-serif;
}

body.paars div.extraInfo a {
	color: #954b98;
}

body.oranje div.extraInfo a {
	color: #ec6809;
}

body.groen div.extraInfo a {
	color: #94c131;
}

body.blauw div.extraInfo a {
	color: #11bbef;
}

body.blauw div.extraInfo {
	margin: -20px 0px 0px;
}


/*
 * END GENERAL STYLES
 */
 



/*
 * BEGIN HOME
 */
#spotLight {
	width: 630px;
	height: 150px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}

.blokHomeNieuws {
	width/**/:/**/620px; /* 630px */
	min-height: 1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 10px;
	float: left;
	border-bottom: solid 1px #CCCCCC;
}
* html .blokHomeNieuws {
	height: 1em;
}

.blokHomeNieuws .blokLinks {
	width/**/:/**/375px; /* 390px */
	min-height: 1em;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	float: left;
}
* html .blokHomeNieuws .blokLinks {
	height: 1em;
}

.blokHomeNieuws .blokLinks .reageren {
	width: 375px;
	height/**/:/**/36px; /* 46px */
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	font-weight: bold;	
}

.blokHomeNieuws .titel {
	width: 620px;
	height/**/:/**/30px; /* 39px */
	margin: 0px;
	padding: 9px 0px 0px 0px;
	float: left;
}

.blokHomeNieuws .blokRechts {
	width: 230px;
	min-height: 1em;
	margin: 0px;
	padding: 0px;
	float: left;
}
* html .blokHomeNieuws .blokRechts {
	height: 1em;
}

.blokHomeNieuws .blokRechts ul {
	margin: 31px 0px 16px 0px;	
}

.blokHomeActiviteiten {
	width/**/:/**/620px; /* 630px */
	min-height: 1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
}
* html .blokHomeActiviteiten {
	height: 1em;
}

.blokHomeActiviteiten .titel {
	width: 620px;
	height/**/:/**/30px; /* 42px */
	margin: 0px;
	padding: 12px 0px 0px 0px;
	float: left;
}

.blokHomeActiviteiten .blokLinks {
	width: 65px;
	min-height: 1em;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	float: left;
}
* html .blokHomeActiviteiten .blokLinks {
	height: 1em;
}


.blokHomeActiviteiten .containerHuidig {
	width/**/:/**/390px; /* 390 */
	min-height: 1em;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;

}

* html .blokHomeActiviteiten .containerHuidig {
	height: 1em;
}

.blokHomeActiviteiten .blokMidden {
	width/**/:/**/310px; /* 325px */
	min-height: 1em;
	margin: 0px;
	padding: 0px 15px 10px 0px;
	float: left;
}

* html .blokHomeActiviteiten .blokMidden {
	height: 1em;
}

.blokHomeActiviteiten .blokMidden span {
	width: 310px;
	height: 50px;
	font: normal 0.857em/1.667em Arial, Helvetica, sans-serif;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	display: block;
}

.blokHomeActiviteiten .containerHuidig .reageren {
	width: 310px;
	height/**/:/**/36px; /* 46px */
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	font-weight: bold;	
}

.blokHomeActiviteiten .blokRechts {
	width: 230px;
	min-height: 1em;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	float: left;
}
* html .blokHomeActiviteiten .blokRechts {
	height: 1em;
}

.blokHomeActiviteiten .blokRechts .agendaBlok {
	width: 230px;
	height: 50px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}

.blokHomeActiviteiten .blokRechts .agendaBlok  .titel {
	width/**/:/**/164px; /* 180px */
	height: 20px;
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	float: left;
	font-weight: bold;
}

.blokHomeActiviteiten .blokRechts .agendaBlok  .tijd {
	width/**/:/**/164px; /* 180px */
	height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	float: left;
	font: normal 0.857em/1.667em Arial, Helvetica, sans-serif;
}

.blokHomeSnelNaar {
	width/**/:/**/301px; /* 310px */
	margin: 0px 0px 10px 0px;
	padding: 9px 0px 0px 9px;
	float: left;
	color: #FFFFFF;
}
body#fontSizeSmall .blokHomeSnelNaar {
	height/**/:/**/141px; /* 150px */
	background: #EC6708 url(../images/S-bg-blokHomeSnelNaar.gif) no-repeat left top;
}
body#fontSizeLarge .blokHomeSnelNaar {
	height/**/:/**/161px; /* 170px */
	background: #EC6708 url(../images/L-bg-blokHomeSnelNaar.gif) no-repeat left top;
}

.blokHomeColumn {
	display: block;
	width/**/:/**/290px; /* 310px */
	height/**/:/**/216px; /* 225px */
	margin: 0px 0px 10px 0px;
	padding: 9px 10px 0px 10px;
	float: left;
	cursor: pointer;
	text-decoration: none;
}
body#fontSizeSmall .blokHomeColumn {
	height/**/:/**/216px; /* 225px */
	background: #E4D2E5 url(../images/S-bg-blokHomeColumn.gif) no-repeat left top;
}
body#fontSizeLarge .blokHomeColumn {
	height/**/:/**/266px; /* 275px */
	background: #E4D2E5 url(../images/L-bg-blokHomeColumn.gif) no-repeat left top;
}

.blokHomeColumn .content {
	margin: -4px 0px 0px 0px;
	float: left;
}

.blokHomeColumn .content span {
	width: auto;
	min-height/**/:/**/20px; /* 33px */
	margin: 0px;
	padding: 2px 0px 11px 0px;
	display: block;
	font: bold 1.143em/1.25em Arial, Helvetica, sans-serif;
}

.blokHomePartijen {
	display: block;
	width/**/:/**/290px; /* 310px */
	margin: 0px 0px 10px 0px;
	padding: 9px 10px 0px 10px;
	float: left;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
body#fontSizeSmall .blokHomePartijen {
	height/**/:/**/206px; /* 215px */
	background: #FFF3C7 url(../images/S-bg-blokHomePartijen.gif) no-repeat left top;
}
body#fontSizeLarge .blokHomePartijen {
	height/**/:/**/226px; /* 235px */
	background: #FFF3C7 url(../images/L-bg-blokHomePartijen.gif) no-repeat left top;
}

.blokHomePartijen .thumbLogoPartijen {
	position: absolute;
	top: 40px;
	left: 10px;
}

.blokHomePartijen .content {
	margin: 0px 10px 0px 10px;
	position: absolute;
	top: 96px;
	left: 0px;
}

.blokHomePartijen .content span {
	width: auto;
	min-height/**/:/**/20px; /* 23px */
	margin: 0px;
	padding: 2px 0px 1px 0px;
	display: block;
	font: bold 1.143em/1.25em Arial, Helvetica, sans-serif;
}

.blokHomeVraagAanbod {
	display: block;
	width/**/:/**/290px; /* 310px */
	margin: 0px;
	padding: 9px 10px 0px 10px;
	float: left;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
body#fontSizeSmall .blokHomeVraagAanbod {
	height/**/:/**/196px; /* 205px */
	background: #C3EEFB url(../images/S-bg-blokHomeVraagAanbod.gif) no-repeat left top;
}
body#fontSizeLarge .blokHomeVraagAanbod {
	height/**/:/**/216px; /* 225px */
	background: #C3EEFB url(../images/L-bg-blokHomeVraagAanbod.gif) no-repeat left top;
}

.blokHomeVraagAanbod .content {
	margin: -4px 0px 0px 0px;
	float: left;
}

.blokHomeVraagAanbod .content span {
	width: auto;
	min-height/**/:/**/20px; /* 33px */
	margin: 0px;
	padding: 2px 0px 11px 0px;
	display: block;
	font: bold 1.143em/1.25em Arial, Helvetica, sans-serif;
}

/*
 * END HOME
 */


/*
 * BEGIN PARTIJEN
 */
.rodeTekst {
	color:red;
}
 
.blokPartijen {
	width/**/:/**/290px; /* 310px */
	margin: 0px 10px 10px 0px;
	padding: 9px 10px 0px 10px;
	float: left;
	position: relative;
	cursor: pointer;
}
body#fontSizeSmall .blokPartijen {
	height/**/:/**/186px; /* 195px */
	background: #FFF3C7 url(../images/S-bg-blokPartijen.gif) no-repeat left top;
}
body#fontSizeLarge .blokPartijen {
	height/**/:/**/206px; /* 215px */
	background: #FFF3C7 url(../images/L-bg-blokPartijen.gif) no-repeat left top;
}

.blokPartijen .content {
	margin: 0px 10px 0px 10px;
	position: absolute;
	top: 70px;
	left: 0px;
}
* html .blokPartijen .content {
	position: static;
}

.blokPartijen .content span {
	width: auto;
	min-height/**/:/**/20px; /* 23px */
	margin: 0px;
	padding: 2px 0px 1px 0px;
	display: block;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
}

/*
 * END PARTIJEN
 */
 
 
 
 /*
  * BEGIN DIENSTEN
  */
.blokDienstenContainer {
	width: 960px;
	min-height: 18px;
	float: left;
	position: relative;
	background: url(../images/bg-blokDienstenContainer.gif) repeat-y left top;
}
* html .blokDienstenContainer {
	height: 18px;
}

.blokDienstenContainer div.top,
.blokDienstenContainer div.bottom {
	clear: both;
}

.blokDienstenContainer div.top div.img,
.blokDienstenContainer div.bottom div.img {
	width: 950px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
}
.blokDienstenContainer div.top div.img {
	top: 0px;
}
.blokDienstenContainer div.bottom div.img {
	bottom: 0px;
}
 
.blokDiensten {
	width/**/:/**/162px; /* 182px */
	min-height: 18px;
	margin: 0px 10px 0px 0px;
	padding: 9px 10px 20px 10px;
	float: left;
}
* html .blokDiensten {
	height: 18px;
}

body.diensten .blokDiensten.groen ul li,
body.dienstenDetail .kol320px ul.groen li {
	background: url(../images/bg-li-groenBg-oranje.gif) no-repeat left 3px !important;
}
body.diensten .blokDiensten.oranje ul li,
body.dienstenDetail .kol320px ul.oranje li {
	background: url(../images/bg-li-oranjeBg.gif) no-repeat left 3px !important;
}
body.diensten .blokDiensten.blauw ul li,
body.dienstenDetail .kol320px ul.blauw li {
	background: url(../images/bg-li-blauwBg-oranje.gif) no-repeat left 3px !important;
}
body.diensten .blokDiensten.geel ul li,
body.dienstenDetail .kol320px ul.geel li {
	background: url(../images/bg-li-geelBg-oranje.gif) no-repeat left 3px !important;
}
body.diensten .blokDiensten.paars ul li,
body.dienstenDetail .kol320px ul.paars li {
	background: url(../images/bg-li-paarsBg-oranje.gif) no-repeat left 3px !important;
}

/*
 * END DIENSTEN
 */
 
 
 /*
  * BEGIN VACATURES
  */
 
.blokVacatures {
	width/**/:/**/290px; /* 310px */
	margin: 0px 10px 10px 0px;
	padding: 9px 10px 0px 10px;
	float: left;
	position: relative;
}
body#fontSizeSmall .blokVacatures {
	height/**/:/**/186px; /* 195px */
	background: #e4efcb url(../images/S-bg-blokVacatures.gif) no-repeat left top;
}
body#fontSizeLarge .blokVacatures {
	height/**/:/**/206px; /* 215px */
	background: #e4efcb url(../images/L-bg-blokVacatures.gif) no-repeat left top;
}

.blokVacatures .content {
	margin: 0px 10px 0px 10px;
	position: absolute;
	top: 9px;
	left: 0px;
}

.blokVacatures .content span {
	width: auto;
	min-height/**/:/**/20px; /* 23px */
	margin: 0px;
	padding: 2px 0px 1px 0px;
	display: block;
	font: bold 1.143em/1.25em Arial, Helvetica, sans-serif;
}

/*
 * END VACATURES
 */

 /*
  * BEGIN NIEUWS
  */
  
 .blokNieuws {
	width: 590px;
	height: 80px;
	margin: 2px 0px 18px -5px;
	padding: 0px;
	float: left;
}

 /*
  * BEGIN COLUMN
  */
  
 .blokColumns {
	width: 590px;
	height: 80px;
	margin: 2px 0px 18px -5px;
	padding: 0px;
	float: left;
}
 
/*
* BEGIN Vraag en Aanbod
*/

.blokVraagAanbodTekst {
	width: 590px;
	height: 80px;
	margin: 2px 0px 18px -5px;
	padding: 0px;
	float: left;
}
 
/*
 * BEGIN ACTIVITEITEN
 */
.blokActiviteiten {
	width: 590px;
	height: 80px;
	margin: 2px 0px 18px -5px;
	padding: 0px;
	float: left;
}

body.activiteitenDetail .blokActiviteiten {
	width: 610px;
	height: 70px;
	margin: 2px 0px 0px -5px;
}

.blokActiviteitenVerslag {
	width: 590px;
	height: 92px;
	margin: 10px 0px 18px -5px;
	padding: 0px;
	float: left;
}

.blokActiviteiten .blokLinks,
.blokActiviteitenVerslag .blokLinks {
	width: 60px;
	height/**/:/**/77px; /* 80px */
	margin: 0px;
	padding: 3px 0px 0px 0px;
	float: left;
}

.blokActiviteiten .blokRechts,
.blokActiviteitenVerslag .blokRechts {
	width: 530px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.blokActiviteiten .blokRechts h3,
.blokActiviteitenVerslag .blokRechts h3 {
	font: bold 1.143em/1.25em Arial, Helvetica, sans-serif;
}

.blokActiviteiten .blokRechts span,
.blokActiviteitenVerslag .blokRechts span {
	margin: -10px 0px 0px 0px;
	display: block;
}

.blokActiviteiten .blokRechts span.details,
.blokActiviteitenVerslag .blokRechts span.details {
	width: 530px;
	font: normal 0.857em/1.667em Arial, Helvetica, sans-serif;
	padding: 0px;
}

.blokActiviteiten .blokRechts .geplaatstDoor,
.blokActiviteitenVerslag .blokRechts .geplaatstDoor {
	width: 530px;
	font: normal 0.857em/1.667em Arial, Helvetica, sans-serif;
	color: #666666;
}

.blokActiviteiten .blokRechts .geplaatstDoor span,
.blokActiviteitenVerslag .blokRechts .geplaatstDoor span {
	font-weight: bold;
	display: inline;
}

.blokActiviteiten .blokRechts .geplaatstDoor a:link,
.blokActiviteitenVerslag .blokRechts .geplaatstDoor a:link,
.blokActiviteiten .blokRechts .geplaatstDoor a:visited,
.blokActiviteitenVerslag .blokRechts .geplaatstDoor a:visited,
.blokActiviteiten .blokRechts .geplaatstDoor a:active,
.blokActiviteitenVerslag .blokRechts .geplaatstDoor a:active,
.blokActiviteiten .blokRechts .geplaatstDoor a:hover,
.blokActiviteitenVerslag .blokRechts .geplaatstDoor a:hover {
	color: #666666;
}

.blokVoegToeknop {
	width/**/:/**/565px; /* 630px */
	height/**/:/**/30px; /* 50px */
	margin: -3px 0px 12px -10px;
	padding: 0px 0px 20px 65px;
	float: left;
	border-bottom: solid 1px #CCCCCC;
}
* html .blokVoegToeknop {
	width: 565px;
	margin: -3px 0px 0px 0px;
}

.voegFotoToe {
	width/**/:/**/610px; /* 630px */
	height: 30px;
	margin: 20px 0px 40px 0px;
	padding: 0px 10px 0px 10px;
	display: none;
	float: left;
}
/*
 * END ACTIVITEITEN
 */
 
 
/*
 * START VRAAG EN AANBOD
 */
.vraagAanbodBlok {
	width/**/:/**/620px; /* 630px */
	height/**/:/**/153px; /* 168px */
	margin: 11px 0px 0px 0px;
	padding: 0px 0px 15px 10px;
	float: left;
	position: relative;
	border-bottom: solid 1px #CCCCCC;
}

.vraagAanbodBlok.last {
	border: none;
}

.vraagAanbodBlok .content {
	width/**/:/**/458px; /* 460px */
	min-height: 1em;
	margin: 3px 0px 0px -2px;
	padding: 0px;
	float: left;
}
* html .vraagAanbodBlok .content {
	height: 1em;
}

.vraagAanbodBlok .content h3 {
	margin: 0px 0px 0px 0px;
}

.vraagAanbodBlok .geplaatstDoor {
	position: absolute;
	bottom: 17px;
	left: 165px;
	font: normal 0.857em/1.25em Arial, Helvetica, sans-serif;
}

.vraagAanbodBlok .geplaatstDoor span {
	font-weight: bold;
}

/*
 * END VRAAG EN AANBOD
 */
 
 
 /*
 * START BUURTLINKS
 */
.buurtLinkBlok {
	width/**/:/**/620px; /* 630px */
	min-height: 1em;
	margin: 11px 0px 0px 0px;
	padding: 0px 0px 15px 10px;
	float: left;
	border-bottom: solid 1px #CCCCCC;
}
* html .buurtLinkBlok {
	height: 1em;
}

.buurtLinkBlok.last {
	border: none;
}

.buurtLinkBlok .content {
	width/**/:/**/618px; /* 620px */
	min-height: 1em;
	margin: 3px 0px 0px -2px;
	padding: 0px;
	float: left;
}
* html .buurtLinkBlok .content {
	height: 1em;
}

.buurtLinkBlok .content h3 {
	margin: 0px 0px 0px 0px;
}

.buurtLinkBlok .link {
	font: normal 0.857em/1.25em Arial, Helvetica, sans-serif;
}

.buurtLinkBlok .link span {
	font-weight: bold;
}

/*
 * END BUURTLINKS
 */
 
 
 
 
 

/*
 * BEGIN FORM STYLES
 */

label {
	cursor: pointer;
}

table.formContainer {
	width: 595px;
}

.toeVoegFormulier table.formContainer {
	width: 610px;
}

table.formContainer tr td.titel {
	width: auto;
	height/**/:/**/38px; /* 40px */
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font: bold 1.143em/1.375em Arial, Helvetica, sans-serif;
}

table.formContainer tr td.label {
	width: 123px;
	height/**/:/**/27px; /* 30px */
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
}

.toeVoegFormulier table.formContainer tr td.label {
	width: 152px;
	height/**/:/**/27px; /* 30px */
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
}

table.formContainer tr td.label2 
{
    width:300px;
	height/**/:/**/27px; /* 30px */
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
}

table.formContainer tr td.input {
	width: 462px;
}

table.formContainer tr td.input input.inputText {
	width/**/:/**/454px; /* 458px */
	height/**/:/**/22px; /* 26px */
	margin: 0px;
	padding: 2px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
}

table.formContainer tr td.input2 {
	width: 340px;
}

table.formContainer tr td.input2 input.inputText {
    width:340px;
	margin: 0px;
	padding: 2px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
}

div.captcha_klein input {
    width: 340px !important;
    margin-left:100px !important;
}

div.captcha_klein p {
    padding-left:100px !important;
}

table.formContainer tr td.input textarea.textAreaText {
	width/**/:/**/454px; /* 458px */
	height/**/:/**/142px; /* 146px */
	margin: 0px;
	padding: 2px;
	border: solid 1px #CCCCCC;
}

table.formContainer tr td.input input.inputFile {
	width/**/:/**/460px; /* 462px */
	height/**/:/**/28px; /* 32px */
	margin: 0px;
	padding: 2px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
}

table.formContainer tr td.input div {
	margin: 1px 0px 0px 0px;
	font-size: 0.857em;
}

table.formContainer tr td.input input#submit {
	margin: 10px 0px 0px 0px;
}

/*
 * END FORM STYLES
 */
 
 
 
 
 
 
/*
 * START DIV POP-UP
 */
div.divPopupBackground {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background: #000000;
}
* html div.divPopupBackground {
    position: absolute;
}

div.divPopupWindow {
    display: none;
    position: absolute;
    z-index: 1001;
    top: 16px !important;
    left: 50%;
    width: 517px;
    height: 618px;
    margin: 0 0 0 -258px;
    font-size: 12px;
    background: #fff;
    -moz-box-shadow: 2px 2px 20px #000000;
    -webkit-box-shadow: 2px 2px 20px #000000;
    box-shadow: 2px 2px 20px #000000;
}
div.innerDivPopupWindow {
    padding: 0px;
}

div.divPopupWindow div.close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    opacity: 0.9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    padding: 10px;
    color: #000;
    font-weight: bold;
    background: #fff;
}
div.divPopupWindow div.close:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

div.divPopupWindow div.divPopupWindowContent {
    width: 517px;
	min-height: 0;
}
/*
 * END DIV POP-UP
 */




 
 
/*
 * BEGIN PAGE STYLES
 */

/*
 * END PAGE STYLES
 */






/*
 * BEGIN HACK
 */

.containerMain:after,
.containerContent:after,
.kol320px:after,
.kol640px:after,
.blokHomeNieuws:after,
.blokHomeNieuws .blokLinks:after,
.blokHomeNieuws .blokRechts:after,
.blokHomeActiviteiten:after,
.blokHomeActiviteiten .blokLinks:after,
.blokHomeActiviteiten .blokMidden:after,
.blokHomeActiviteiten .blokRechts:after,
.blokDienstenContainer:after,
.blokDiensten:after,
.detailContent:after,
.detailFooter:after,
.detailPaging:after,
.detailPaging .content:after,
.reactieBlok:after,
.reactieBlok .content:after,
.vraagAanbodBlok .content:after,
.buurtLinkBlok:after,
.buurtLinkBlok .content:after,
.reactieFormulier:after,
.toeVoegFormulier:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

/*
 * END HACK
 */






/*
 * BEGIN PRINT
 */

@media print {

	.noprint { 
		display: none;
	}

}

/*
 * END PRINT
 */
 
