/* HOME */
.home h1 {
	font: normal 30px/30px Tahoma, Arial, Helvetica, sans-serif;
	color: #717b0a;
	margin: 0px;
	padding: 0px;
}
.home h1 span {
	display: block;
	font: normal 18px/30px Tahoma, Arial, Helvetica, sans-serif;
	color: #78496a;
}

.home h2 {
	font: normal 16px/18px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.home h3 {
	font: normal 11px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #717b0a;
	margin: 0px;
	padding: 0px;
}

.home h3 a:link,
.home h3 a:active,
.home h3 a:visited,
.home h3 a:hover {
	color: #717b0a;
	text-decoration: none;
}

.home h4 {
	font: bold 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #78496a;
	margin: 0px;
	padding: 0px;
}

/* Introblok */
.introContainer {
	width: 959px;
	height: 178px;
	margin-bottom: 1px;
	overflow: hidden;
}

.introContainer p {
	margin: 0px;
}

.introContainer .fotoblok {
	position: relative;
	width: 100%;
	height:178px;
	padding: 0;
	overflow: hidden;
	float: left;
	font-size: 14px;
	position: relative;
	background: url(/images/img-home-intro.jpg) no-repeat left top;
}

.introContainer .fotoblok .logo {
	width: 148px;
	height: 76px;
	overflow: hidden;
	position: absolute;
	left: 9px;
	top: 41px;
}
* html .introContainer .fotoblok .logo img {
	display: none;
}
* html .introContainer .fotoblok .logo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo-groenendestad.png', sizingMethod='crop')
}

.introContainer .fotoblok .text {
	position: absolute;
	top: 78px;
	left: 230px;
	width: 387px;
	height: 43px;
	background: url(/images/text-kennisbankVoorProfessionals.png) 0 0 no-repeat;
}
* html .introContainer .fotoblok .text {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/text-kennisbankVoorProfessionals.png', sizingMethod='crop')
}

.introContainer .fotoblok .text a.meerPaars {
	margin-top: 12px;
	font-size: 14px;
}

.introContainer .fotoblok .innerText {
	padding: 6px 10px;
	overflow: hidden;
}

.introContainer .fotoblok .text * {
	line-height: 20px;
}

.introContainer .tekstblok {
	width/**/:/**/299px; /* 319px */
	height: 240px;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	position: relative;
	float: left;
	background: #fff;
}

.introContainer .tekstblok .logo_drempelsvrij {
	width: 31px;
	height: 31px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.introContainer .tekstblok .kop {
	width: 299px;
	height/**/:/**/93px; /* 108px */
	padding: 15px 0px 0px 0px;
	overflow: hidden;
}

.introContainer .tekstblok .text {
	width: 299px;
	min-height: 18px;
	max-height: 90px;
	overflow: hidden;
	margin-bottom: 6px;
}
* html .introContainer .tekstblok .text {
	height: 90px;
}

/* Listblokken */
.listblokken {
	width: 959px;
	min-height: 104px;
	margin-bottom: 1px;
	background: url(/images/bg-home-blokken-stretch.gif) left top repeat-y;
}

.listblokkenB {
	width: 959px;
	min-height: 18px;
	background: url(/images/bg-home-blokken-top.gif) left top no-repeat;
}

.listblokkenC {
	width: 959px;
	min-height: 18px;
	background: url(/images/bg-home-blokken-bottom.gif) left bottom no-repeat;
}

.listblokken .blok {
	width/**/:/**/146px; /* 159px */
	min-height/**/:/**/92px; /* 104px */
	padding: 5px 3px 7px 10px;
	margin-right: 1px;
	float: left;
	font-size: 11px;
	color: #fff;
}

.listblokken .blok#blok06 {
	margin-right: 0px;
}

.listblokken .blok h2 {
	margin-bottom: 2px;
}

.listblokken .blok li {
	padding: 0px 0px 0px 14px;
}

.listblokken .blok#blok01 li {
	background: url(/images/list-home-blok01.gif) 0px 5px no-repeat;
}
.listblokken .blok#blok02 li {
	background: url(/images/list-home-blok02.gif) 0px 5px no-repeat;
}
.listblokken .blok#blok03 li {
	background: url(/images/list-home-blok03.gif) 0px 5px no-repeat;
}
.listblokken .blok#blok04 li {
	background: url(/images/list-home-blok04.gif) 0px 5px no-repeat;
}
.listblokken .blok#blok05 li {
	background: url(/images/list-home-blok05.gif) 0px 5px no-repeat;
}
.listblokken .blok#blok06 li {
	background: url(/images/list-home-blok06.gif) 0px 5px no-repeat;
}

.listblokken .blok a:link,
.listblokken .blok a:active,
.listblokken .blok a:visited,
.listblokken .blok a:hover {
	color: #fff;
}

.listblokken .blok#blok02,
.listblokken .blok#blok02 a:link,
.listblokken .blok#blok02 a:active,
.listblokken .blok#blok02 a:visited,
.listblokken .blok#blok02 a:hover,
.listblokken .blok#blok05,
.listblokken .blok#blok05 a:link,
.listblokken .blok#blok05 a:active,
.listblokken .blok#blok05 a:visited,
.listblokken .blok#blok05 a:hover {
	color: #52360e;
}



/* Introblokken */
.introblokken {
	width: 959px;
	min-height: 18px;
	margin-bottom: 1px;
	background: url(/images/bg-home-blok-info-bottom.png) no-repeat left bottom;
}

.introblok {
	width/**/:/**/219px; /* 239px */
	min-height: 247px;
	padding: 0px 10px 0px 10px;
	float: left;
	font-size: 11px;
}

.introblok#introblok01 {
	height/**/:/**/229px; /* 263px */
	padding: 22px 10px 8px 10px;
	margin-right: 1px;
	background: url(/images/bg-home-blok-info-top.png) no-repeat left top;
}
.introblok#introblok01,
.introblok#introblok01 a:link,
.introblok#introblok01 a:active,
.introblok#introblok01 a:visited,
.introblok#introblok01 a:hover {
	color: #52360e;
}

.introblok#introblok01 h2 {
	padding-left: 20px;
	padding-bottom: 11px;
	font: normal 14px/18px Tahoma, Arial, Helvetica, sans-serif;
	background: url(/images/ico-meer-bruin-home.gif) no-repeat 0px 2px;
}

.introblok#introblok01 div.linkButton {
	margin-top: 6px;
	width: 200px;
	min-height: 0;
	padding: 0;
}

.introblok#introblok01 div.linkButton a {
	float: left;
}

.introblok#introblok01 p {
	margin-bottom: 12px;
	padding-left: 20px;
}

/* OLD
.introblok#introblok02,
.introblok#introblok03 {
	border-right: 1px solid #c2d311;
	margin-top: 8px;
}

.introblok#introblok04 {
	margin-top: 8px;
}*/

.introblok p {
	margin-bottom: 0px;
}

.introblok .kop {
	width: 219px;
	min-height: 36px;
	max-height: 54px;
	margin-bottom: 6px;
	overflow: hidden;
}
* html .introblok .kop {
	height: 36px;
	overflow: visible;
}

.introblok .content {
	width: 219px;
	min-height: 18px;
	max-height: 144px;
	margin-bottom: 6px;
	overflow: hidden;
}
* html .introblok .content {
	height: 18px;
	overflow: visible;
}

.introblok .img {
	width: 69px;
	height: 79px;
	margin: 5px 10px 0px 0px;
	overflow: hidden;
	float: left;
}

.introblokLarge {
	float: left;
	width: 701px;
	padding: 0 8px 0 8px;
}

.introblokLarge ul {
	margin-bottom: 8px;
}

.introblokLarge li {
	min-height: 0;
	padding: 19px 0 14px 0;
	border-bottom: 1px solid #C2D311;
	background: none;
}
* html .introblokLarge li {
	height: 0;
}

.introblokLarge li *.introBlockColumn1 {
	float: left;
	margin-right: 12px;
	width: 69px;
	max-height: 79px;
	overflow: hidden;
}

.introblokLarge li *.introBlockColumn2 {
	float: left;
	width: 620px;
}

.introblokLarge li *.localHeading1 {
	padding-bottom: 6px;
	color: #78496A;
	font-size: 14px;
	font-weight: bold;
}

.introblokLarge li p {
	margin-bottom: 0;
}

.introblokLarge li p.introduction {
	height: 3em;
	overflow: hidden;
}

.introblokLarge li p.specifications {
	color: #78496A;
	font-size: 11px;
}

a.meerRSS {
	padding-left: 24px !important;
	font-size: 11px !important;
	background: url(/images/ico-rss.gif) no-repeat 0px 2px !Important;
}



/* SUBHOME */
.kolomIntroTekst {
	width/**/:/**/300px; /* 320px */
	min-height: 18px;
	padding: 34px 10px 0px 10px;
	float: left;
}

.subsubhome h2 {
	margin-bottom: 2px;
}

.kolomIntroTekst h2 {
	font: normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #717b0a;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #c2d311;
}

.kolomIntroTekst p {
	margin-bottom: 12px;
}

.introNav {
	width: 300px;
	min-height: 18px;
}

.introNav li {
	font-size: 14px;
	margin-bottom: 6px;
}

.kolomRechtsBreed {
	width: 480px;
	min-height: 18px;
	float: left;
}

.fotoblok {
	width: 480px;
	height: 239px;
	overflow: hidden;
	position: relative;
}

.fotoblok .koptekst {
	width/**/:/**/460px; /* 480px */
	height/**/:/**/147px; /* 239px */
	padding: 92px 10px 0px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.fotoblok .koptekst h2 {
	font: normal 30px/36px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px;
	padding: 0px;
	border: none;
}
.fotoblok .koptekst h2 span {
	font-weight: bold;
	color: #c2d311;
}

.fotoblok .koptekst h3 {
	font: normal 18px/24px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px;
	padding: 0px;
}


/* Contentblokken */
.contentblokken {
	width: 959px;
	min-height: 18px;
	clear: both;
	padding-top: 30px;
}

.contentblok {
	width: 239px;
	min-height: 18px;
	margin-right: 1px;
	float: left;
	font-size: 11px;
}
.kolomRechtsBreed .contentblok {
	min-height: 18px;
	float: none;
}

.kolomRechtsBreed .contentblok {
	width: 479px;
	margin-top: 20px;
}

.contentblok#contentblok04 {
	margin-right: 0px;
}

.contentblok .kop {
	width/**/:/**/219px; /* 239px */
	min-height: 36px;
	max-height: 54px;
	padding: 0px 10px;
	margin-bottom: 6px;
	overflow: hidden;
}
* html .contentblok .kop {
	height: 36px;
	overflow: visible;
}
.kolomRechtsBreed .contentblok .kop {
	min-height: 18px;
}
* html .kolomRechtsBreed .contentblok .kop {
	height: 18px;
}

.laatsteItem {
	width: 239px;
	min-height: 18px;
	float: left;
}

.contentblok h3 {
	display: block;
	height/**/:/**/18px; /* 20px; */
	overflow: hidden;
	padding: 1px 0px 1px 10px;
	border-bottom: 2px solid #c2d311;
	margin-bottom: 5px;
	font: normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #52360e;
	background: url(/images/bg-kop.gif) no-repeat left top;
}

.contentblok h3 a:link,
.contentblok h3 a:active,
.contentblok h3 a:visited,
.contentblok h3 a:hover {
	color: #52360e;
	text-decoration: none;
}

.lijst h4 {
	margin-bottom: 6px;
}

.contentblok .content {
	width/**/:/**/219px; /* 239px */
	min-height: 18px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 6px;
	overflow: hidden;
}
* html .contentblok .content {
	height: 144px;
	overflow: visible;
}
.kolomRechtsBreed .contentblok .content {
	min-height: 18px;
}
* html .kolomRechtsBreed .contentblok .content {
	height: 18px;
}

.contentblok p {
	margin-bottom: 0px;
}

.contentblok#contentblok04 .content {
	min-height: 18px;
}

.contentblok .img {
	width: 69px;
	height: 79px;
	margin: 5px 10px 0px 0px;
	overflow: hidden;
	float: left;
}

.contentblok .linkjes {
	width/**/:/**/219px; /* 239px */
	min-height: 18px;
	padding: 0px 10px 0px 10px;
}
.kolomRechtsBreed .contentblok .linkjes {
	min-height: 18px;
}

.contentblok .lijst {
	width: 219px;
	min-height: 18px;
	margin: 10px 10px 0px 10px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #c2d311;
	float: left;
}

.subsubhome .contentblok .lijst {
	border-top: none;
	padding: 0px;
	margin-top: 0px;
}
* html .subhome .contentblok .lijst {
	float: none;
}
* html .subsubhome .contentblok .lijst {
	float: none;
}

.contentblok .lijst ul {
	margin-bottom: 7px;
}

.agendaIntro {
	width: 219px;
	min-height: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c2d311;
}

.agendaIntro .data {
	width/**/:/**/37px; /* 45px */
	min-height: 18px;
	padding-right: 8px;
	float: left;
	color: #78496a;
	text-align: right;
}

.agendaIntro .item {
	width: 174px;
	min-height: 18px;
	float: left;
	font-weight: bold;
}



/* SUBSUBHOME */
.kolomMiddenSmal {
	width/**/:/**/300px; /* 320px */
	min-height: 18px;
	padding: 34px 10px 0px 10px;
	float: left;
}

.kolomMiddenSmal h2 {
	font: bold 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #78496a;
}

.seo {
	width: 100%
	color: #999;
	font-size: 11px;
}

.seo * {
	color: #999 !important;
}

.seo a {
	text-decoration: underline;
}



/* HACK -> 'Display-Table'-vervanger */
.introblok#introblok01 div.linkButton:after,
.introblokLarge li:after,
.introContainer .fotoblok .text:after,
.introContainer .tekstblok .text:after,
.introblokken:after,
.introblok:after,
.introblok .kop:after,
.introblok .content:after,
.kolomIntroTekst:after,
.introNav:after,
.listblokken:after,
.listblokkenB:after,
.listblokkenC:after,
.contentblokken:after,
.contentblok:after,
.contentblok .kop:after,
.contentblok .content:after,
.contentblok#contentblok04 .content:after,
.contentblok .linkjes:after,
.contentblok .lijst:after,
.agendaIntro:after,
.agendaIntro .data:after,
.agendaIntro .item:after,
.kolomMiddenSmal:after,
.kolomRechtsBreed:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
