body {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #979797 url(body_bkg.jpg) repeat-x;
}

#wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
	/* 
	background: url(background.gif) repeat-y center; 
	border-top: 1px solid #ddd; 
	*/
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0;
	background-color: #fff;
}

/* @group topmenu */

#topmenu {
	height: 30px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #e3f1fe;
}

#topmenu ul {
	width: 950px;
	margin: 0 auto 0 auto;
	list-style-type: none;
	padding: 0;
}

#topmenu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	border-right: 1px solid #d9e9f8;
}

#topmenu ul li#first {
	border-left: 1px solid #d9e9f8;
}

#topmenu ul li a {
	padding: 8px 20px 6px 20px;
	text-decoration: none;
	display: block;
	color: #324e68;
}

#topmenu ul li a:hover {
	text-decoration: none;
	display: block;
	background-color: #466a8b;
	color: #fff;
}

#topmenu ul li.active a {
	background-color: #6698c7;
	color: #fff;
}


/* @end */

/* @group header */

/* @group search */

form#globalsearch {
	float: right;
	width: 300px;
	text-align: right;
	margin: 0;
	padding: 3px;
}

form#globalsearch input#searchterm {
	padding: 3px;
	outline: none;
	border: 1px solid #000;
	font-size: 13px;
	width: 160px;
	background: url(searchterm_bkg.gif) no-repeat;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

form#globalsearch input#searchterm:focus {
	background: url(searchterm_bkg_active.gif) no-repeat;
}

form#globalsearch input#searchbutton {
	border: 1px solid #fff;
	background-color: #e4e4e4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px;
}
/* @end */

#header {
	position: relative;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 140px;
}
#header h1 {
	float: left;
	width: 218px;
	height: 72px;
	background: url(logolvz.gif) no-repeat;
	margin: 20px 20px 20px 20px;
}

#header span {
	display: none;
}

#header img#banner {
	position: absolute;
	right: 20px;	
	top: 0px;
	margin: 50px 0 0 0;
}

#header #headercontent {
	float: right;
	width: 650px;
	text-align: right;
}


/* @end */

/* @group menu */

#menu ul#mainmenu {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #6698c7;
	height: 33px;
}

#menu ul#mainmenu li {
	margin: 0;
	list-style-type: none;
	float: left;
}

#menu ul#mainmenu a {
	padding: 9px 20px 8px 20px;
	text-decoration: none;
	display: block;
	color: #fff;
	border-right: 1px solid #5480aa;
}

#menu ul#mainmenu a:hover {
	padding: 9px 20px 8px 20px;
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #666;
}

#menu ul#mainmenu li.active a {
	background-color: #fff;
	color: #515151;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ccc;
}



#menu ul#submenu {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 11px Myriad, "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #eff1f1;
	height: 28px;
	border-bottom: 1px solid #ddd;
}

#menu ul#submenu li {
	margin: 0 15px 0 0;
	list-style-type: none;
	float: left;
}

#menu ul#submenu a {
	padding: 8px 5px 4px 20px;
	text-decoration: none;
	display: block;
	color: #000;
}

#menu ul#submenu a:hover {
	padding: 8px 5px 4px 20px;
	text-decoration: underline;
	display: block;
}


/* @end */

/* @group content */

#content {
	clear: both;
	margin: 0 0 20px 0;
	padding: 15px;
	line-height: 18px;
}

#content a:link, #content a:visited {
	color: #145987;
	text-decoration: underline;
	/* border-bottom: 1px solid #27a8c1; */
	padding: 0 0 1px 0;
}

#content a:hover {
	color: #075584;
	text-decoration: underline;
	border-bottom: none;
	padding: 0 0 1px 0;
	background-color: #e3f1fe;
}

span.date {
	background-color: #f4f4f4;
	padding: 3px;
	color: #979797;
	font-size: 11px;
	font-weight: bold;
	margin: 0 5px 0 0;
}

.indekijker span.date {
	background-color: #dad9d1;
	color: #1e1e1e;
}

/* @group cleancontent */

#cleancontent {
	width: 650px;
	float: right;
}

#cleancontent form.cleanform {
	margin: 0;
	padding: 0;
}

#cleancontent form.cleanform fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#cleancontent form.cleanform label {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#cleancontent form.cleanform label span.verplicht {
	color: #e20e0f;
	font-weight: bold;
}

#cleancontent form.cleanform input.smallinput {
	padding: 3px;
	width: 300px;
}

#cleancontent form.cleanform input.tinyinput {
	padding: 3px;
	width: 100px;
}

#cleancontent form.cleanform input.mediuminput {
	padding: 3px;
	width: 160px;
}

#cleancontent form.cleanform .smalltextarea {
	padding: 3px;
	width: 300px;
	height: 100px;
}

#cleancontent form.cleanform input.submit {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #b2b4b4;
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
	border: 1px outset #a1a1a1;
}

#cleancontent form.cleanform input.submit:hover {
	background-color: #d8d8d8;
}

#cleancontent h1 {
	font-size: 18px;
	font-weight: normal;
}

#cleancontent h1.dossiertitel {
	font-size: 18px;
	padding: 10px;
	font-weight: normal;
	background-color: #d3e0ed;
	margin: 0 0 10px 0;
	color: #6698c7;
}

#cleancontent .persbericht {
	background-color: #fcf337;
	padding: 3px;
	font-weight: bold;
}

#cleancontent .nieuwsbericht {
	background-color: #ff9e64;
	padding: 3px;
	font-weight: bold;
}

#cleancontent .startersgids {
	background-color: #72cc4c;
	padding: 3px;
	font-weight: bold;
}

#cleancontent .overlvz {
	background-color: #408bf9;
	padding: 3px;
	font-weight: bold;
}

#cleancontent .kb {
	background-color: #f17064;
	padding: 3px;
	font-weight: bold;
}

#cleancontent img.thumbnail {
	float: right;
	padding: 4px;
	border: 1px solid #ddd;
	margin: 0 0 10px 10px;
}

#cleancontent p.teaser {
	font-weight: bold;
}

#content span.backbutton a {
	padding: 5px 10px 5px 10px;
	border: 1px outset #747575;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #f5f5f5;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#content span.backbutton a:hover {
	background-color: #075584;
	color: #fff;
}
#cleancontent div.fotoalbum {
	margin: 10px 0 0 0;
	background-color: #eee;
	border: 1px solid #999;
}

#cleancontent div.fotoalbum span {
	padding: 4px;
	background-color: #afb1b1;
	color: #fff;
	display: block;
}
#cleancontent div.fotoalbum img {
	max-width: 80px;
	max-height: 80px;
	padding: 4px;
	border: 1px solid #999;
	margin: 5px;
	background-color: #fff;
}

#cleancontent div.contextguide {
	width: 350px;
	float: right;
	background-color: #e3f1fe;
	padding: 4px;
}

#cleancontent div.contextguide ul, #cleancontent div.contextguide li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#cleancontent .magazine {
	width: 150px;
	height: 200px;
	float: left;
	text-align: center;
}
#cleancontent .magazine img {
	border: 1px solid #ddd;
	padding: 4px;
}

#cleancontent .magazine a {
	display: block;
}

#cleancontent span#download_startersgids {
	float: right;
	width: 180px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 0 0 10px;
}

#cleancontent span#download_startersgids a {
	text-decoration: none !important;
	display: block;
}

#cleancontent span#download_startersgids a:hover {
	background-color: #fff !important;
	color: #111;
}

#cleancontent span#bestel_startersgids {
	float: right;
	clear: right;
	width: 180px;
	text-align: center;
	border: 1px outset #a6a7a7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px 0 0 10px;
	background-color: #e3f1fe;
	font-size: 11px;
}

#cleancontent span#bestel_startersgids a {
	font-size: 14px;
	font-weight: bold;
}

#cleancontent ul.tekstenoverzicht {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#cleancontent ul.tekstenoverzicht li {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
/* @group zoekresultaten */

ul#zoekresultaten {
	list-style-type: none;
}

ul#zoekresultaten li.searchresultheader {
	font-weight: bold;
	font-size: 15px;
	padding: 15px 0 5px 5px;
}
ul#zoekresultaten li.searchresult {
	padding: 5px;
	border-bottom: 1px solid #ddf;
	min-height: 50px;
}

ul#zoekresultaten li span.zoekresultaten_soort {
	border: 1px solid #666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	margin: 0 5px 10px 20px;
}

ul#zoekresultaten li a.url {
	color: #008000;
	text-decoration: none !important;
}

ul#zoekresultaten li span.date {
	float: right;
	clear: right;
}
/* @end */
/* @group cleancolumn
 */

#cleancolumn {
	width: 200px;
	float: left;
	font-size: 11px;
	border-right: 1px solid #ddd;
	padding: 0 40px 50px 0;
}

#cleancolumn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#cleancolumn ul li a {
	padding: 5px 0 5px 10px !important;
	display: block;
	border-bottom: 1px solid #e3f1fe;
	text-decoration: none !important;
	/* background-color: #e3f1fe; */
	color: #075584 !important;
}

#cleancolumn ul li a:hover {
	padding: 5px 0 5px 10px !important;
	display: block;
	border-bottom: 1px solid #cddbec;
	text-decoration: none !important;
	/* background-color: #cddbe7; */
	color: #075584 !important;
}

#cleancolumn ul li.active a {
	background-color: #6698c7;
	color: #fff !important;
}

#cleancolumn p#tienredenen {
	padding: 10px;
	background-color: #fdfac4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#cleancolumn p#tienredenen span.nummer {
	font-weight: bold;
	display: block;
	color: #6698c7;
	font-size: 14px;
}
#cleancolumn p#tienredenen span.reden {
	font-style: italic;
	display: block;
	font-size: 14px;
}
#cleancolumn ul li.titel {
	color: #6698c7;
	font-size: 15px;
	background-color: #d3e0ed;
	padding: 10px;
	margin: 0 0 5px 0;
}
/* @end */
/* @end */

/* @group actueel */

div.actueelbericht {
	padding: 0;
	clear: both;
	margin: 0 0 30px 0;
}

div.actueelbericht h1 {
	margin: 0 0 2px 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
}

div.actueelbericht img.thumb {
	float: right;
	padding: 4px;
	border: 1px solid #ddd;
}

div.actueelbericht p {
	margin: 0;
	padding: 0;
}
/* @end */

/* @group knowledge base */

span.kb_titel {
	
	margin: 0 5px 5px 0;
	background-color: #f1f1f1;
	line-height: 29px;
}

span.kb_titel a {
	padding: 4px !important;
}

h2.kb_letter {
	font-weight: bold;
	clear: left;
	margin: 20px 0 20px 0;
	padding: 20px 0 0 0;
}

h2.kb_letter span {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ddd;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	padding: 4px;
}

form.kennisdatabankform fieldset {
	background-color: #e3f1fe;
	border: none;
}

form.kennisdatabankform fieldset input.zoekterm {
	padding: 4px;
	width: 200px;
	font-size: 16px;
	border: 1px solid #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form.kennisdatabankform fieldset input.submit {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #666;
	color: #feffff;
	padding: 3px;
	border: 1px solid #333;
	font-weight: bold;
	font-size: 14px;
}
/* @end */



/* @group ledenloginform */

form#ledenloginform fieldset {
	background-color: #e0e0e0;
	border: none;
}

form#ledenloginform .field {
	font-size: 16px;
	width: 400px;
	padding: 4px;
}

form#ledenloginform h2 {
	font-weight: bold;
	
}
/* @end */

/* @group overal bruikbaar */

#content div.column3 {
	width: 280px;
	float: left;
	margin: 0 10px 0 0;
}

#content div.column4 {
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
}

#content ul.itemoplijsting {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content ul.itemoplijsting li {
	margin: 0;
	padding: 4px;
	list-style-type: none;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ddd;
}

#content h2 {
	font-weight: normal;
	font-size: 17px;
	clear: left;
}

#content p.toptip {
	padding: 20px;
	background-color: #e3f1fe;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px dashed #5488b0;
	font-size: 14px;
}

a.inlinebutton {
	padding: 5px !important;
	color: #fffeff !important;
	background-color: #2d418b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	font-size: 14px;
}

a.inlinebutton:hover {
	padding: 5px !important;
	color: #fffeff !important;
	background-color: #4360c7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	font-size: 14px;
}


.floatright {
	float: right;
}

.floatleft {
	float: left;
}

#content ul#tekstnav {
	margin: 0 10px 30px 30px;
	list-style-type: none;
	width: 220px;
	float: right;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
}

#content ul#tekstnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}
#content ul#tekstnav li.menuitem a {
	display: block;
}

#content ul#tekstnav li.menuitem a:link, div ul#tekstnav li.menuitem a:visited {
	text-decoration: none !important;
	border-bottom: none !important;
	padding: 3px;
	color: #313131;
}

#content ul#tekstnav li a:hover img {
	text-decoration: none !important;
	border-bottom: none !important;
	background-color: #fff;
}

#content ul#tekstnav li.menuitem a:hover {
	text-decoration: none !important;
	border-bottom: none !important;
	padding: 3px;
	color: #feffff;
	background-color: #3d3d3d !important;
}

div.startersgids_teaser {
	padding: 30px;
	font-size: 18px;
	line-height: 25px;
}

#filmpje {
	width: 720px;
	margin: 20px auto 0 auto;
}

/* @end */

/* @group voorbeeldbrieven */

#content div#voorbeeldbrieven ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content div#voorbeeldbrieven li.doc {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 5px 0 0 40px;
	background: url(textdocicon.gif) no-repeat;
	min-height: 40px;
}

#content div#voorbeeldbrieven li.hoofdstuk {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
}


/* @end */

/* @group persberichten */

#content div.persberichtshort {
	clear: both;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #000;
	float: right;
}


#content div.persberichtshort h1 {
	margin: 10px 0 0 0;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content div.persberichtshort a {
	text-decoration: underline;
	color: #000;
}

#content div.persberichtshort img.thumb {
	float: right;
}

#content div.persberichtshort p.teaser {
	font-size: 13px;
	line-height: 20px;
}


/* @end */

/* @group homepage */

#content div.home_rightcolumnholder {
	border: 1px solid #cacaca;
	padding: 12px 10px 10px 10px;
	margin: 0 0 10px 0;
	background-color: #f8f8f8;
}

#content div.home_rightcolumnholder fieldset {
	background-color: #eeede3;
	margin: 10px 0 0 0;
	color: #3e3e3e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
}

#content div.home_rightcolumnholder input.subscribeinput {
	padding: 2px;
	border: 1px solid #333;
	width: 200px;
}

#content div.home_rightcolumnholder div.cats {
	padding: 0 0 0 20px;
	line-height: 20px;
}

#content div.home_rightcolumnholder p.q {
	font-weight: bold;
}
#content div.home_rightcolumnholder h2 {
	margin: -10px 0 8px -10px;
}

#content div.home_rightcolumnholder p {
	margin: 0;
	padding: 3px 0 3px 0;
}

#content div.home_rightcolumnholder span.zaaknaam {
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	background-color: #eee;
}

#content div.home_rightcolumnholder p.leuze {
	display: block;
	padding: 15px;
	background-color: #eeede3;
	margin: 10px 0 0 0;
	color: #3e3e3e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
}

#content div.home_rightcolumnholder p.leuze span.leuzecontent {
	font: italic bold 18px/22px Georgia, "Times New Roman", Times, serif;
	color: #675b52;
}
#content div.home_rightcolumnholder p.leuze img {
	max-height: 100px;
	float: right;
	margin: 0 0 0 20px;
	padding: 4px;
	border: 1px solid #999;
	background-color: #fff;
}

#content div.home_rightcolumnholder ul#dossiers {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content span.lk_footer {
	clear: right; 
	display: block;
	font: normal 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #8c8b86;
}


/* @group home_news */

#content #home_news {
	width: 450px;
	float: left;
	padding: 0 0 10px 0;
}

#content #home_news ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

#content #home_news ul li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 5px;
	line-height: 17px;
	clear: both;
}

#content #home_news ul li a {
	font: 13px/23px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #01448b;
	margin: 0 10px 0 0;
	text-decoration: none;
	border-bottom: 1px solid #01448b;
}

#content #home_news ul li a:hover {
	font: 13px/23px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 10px 0 0;
	text-decoration: none;
}

#content #home_news ul li .datum {
	color: #737373;
	background-color: #eee;
	padding: 4px;
	font-weight: bold;
	font-size: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
}

#content #home_news li.indekijker {
	background-color: #eeede3;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content #home_news img.thumb {
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	margin: 5px 10px 2px 2px;
	background-color: #fff;
}

#content #home_news span.persberichtlabel {
	padding: 2px;
	background-color: #fdf0dd;
	color: #db100e;
	font: bold 12px "Times New Roman", Times, serif;
	margin: 0 2px 0 0;
}
/* @end */

/* @group home_teasers */

#content #home_teasers {
	width: 450px;
	float: right;
}

#content #home_teasers div.item {
	padding: 8px;
	border: 1px solid #eee;
	background-color: #01448b;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}
#content #home_teasers h2 {
	font: bold 15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content #home_teasers h2 span {
	background-color: #6698c7;
	color: #fff;
	padding: 2px;
}

#content #home_teasers ul#persberichten {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content #home_teasers ul#persberichten li {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 5px 2px 5px 50px;
	background: url(icon_persbericht.gif) no-repeat;
	min-height: 40px;
	font-size: 14px;
	border: 1px solid #eee;
}

#content #home_teasers ul#persberichten li a {
	color: #01448b;
	text-decoration: none !important;
	border-bottom: none !important;
}

#content #home_teasers ul#persberichten li span.datum {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #adadad;
	margin: 2px 5px 2px 5px;
}
/* @end */

/* @group secondcontent */

#secondcontent {
	clear: both;
	padding: 10px 0 0 0;
}

#secondcontent div.item {
	padding: 0px;
	width: 180px;
	height: 90px;
	float: left;
	margin: 10px 10px 10px 0;
	display: block;
	font-size: 22px;
	border: 1px solid #dfdfdf;
	background-color: #ebebeb;
}

#secondcontent div.last {
	margin: 10px 0 10px 0;
}

#secondcontent div.item p {
	padding: 10px;
	margin: 0;
}

#secondcontent div.item a {
	display: block;
	color: #01448b;
}

#secondcontent div.item a:hover {
	display: block;
	background-color: #01448b;
	color: #fff;
}
/* @end */

/* @group home_vormingcontent */

#home_vormingcontent {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	float: left;
	border: 1px solid #01498d;
	width: 100%;
}

#home_vormingcontent #vorminglogo {
	margin: 0 0 0 20px;
}

#home_vormingcontent p#duiding {
	float: right;
	width: 620px;
	font: 17px Myriad, "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#home_vormingcontent p#duiding a {
	color: #01458b;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px solid #01458b;
}

#home_vormingcontent p#duiding a:hover {
	color: #1d962d;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px solid #1d962d;
}


#home_vormingcontent h2 {
	background-color: #f6f6f6;
	border-bottom: 2px solid #dcdcdc;
	padding: 6px 0 6px 15px;
	height: 20px;
}

#home_vormingcontent div#vormingkalender {
	float: left;
	width: 450px;
}

div#vormingkalender ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#vormingkalender ul li {
	margin: 0 0 0 20px;
	padding: 4px;
	list-style-type: none;
	clear: both;
	min-height: 80px;
}

div#vormingkalender ul li .datum {
	float: left;
	width: 60px;
	height: 60px;
	color: #fff;
	background: url(datumblokje.gif) no-repeat;
}

div#vormingkalender ul li .datum .dag {
	text-align: center;
	font-size: 33px;
	width: 60px;
	font-weight: bold;
	height: 30px !important;
	text-shadow: #9d9d9d 2px 2px 1px;
	color: #01458b;
	padding: 8px 0 0 0 !important;
}

div#vormingkalender ul li .datum .maand {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	width: 60px;
	height: 18px;
	color: #fff;
	font-weight: bold;
	padding: 0px 0 1px 0;
}

div#vormingkalender ul li .vorminginfo {
	float: right;
	width: 300px;
	padding: 5px 0 0 0;
}

div#vormingkalender ul li a {
	text-decoration: none !important;
	font-size: 16px;
	color: #01458b;
	border-bottom: 1px solid #01458b;
}

div#vormingkalender ul li a:hover {
	text-decoration: none !important;
	font-size: 16px;
	color: #1d962d;
	border-bottom: 1px solid #1d962d;
}


div#vormingkalender ul li span.regio {
	font-weight: bold;
	display: block;
	color: #6e6e6e;
}

div#vormingkalender ul li span.organisator {
	font-weight: normal;
	display: block;
	color: #6e6e6e;
}

#home_vormingcontent div#tipsandtricks {
	float: right;
	width: 450px;
}

#home_vormingcontent div#tipsandtricks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#home_vormingcontent div#tipsandtricks ul li {
	margin: 0 20px 5px 0;
	list-style-type: none;
	border: 1px solid #ddd;
	padding: 5px;
}

#home_vormingcontent div#tipsandtricks ul li strong {
	display: block;
	font-size: 15px;
}


/* @end */
/* @end */

/* @group inschrijven */

#content form.inschrijven fieldset {
	border: none;
}

#content form.inschrijven fieldset input.smallinput {
	width: 400px;
	padding: 4px;
	border: 1px solid #666;
}

#content form.inschrijven fieldset span.verplicht {
	font-weight: bold;
	color: #e20e0f;
}
#content form.inschrijven fieldset label {
	color: #6698c7;
	font-weight: bold;
}

p.error {
	color: #e20e0f;
	font-weight: bold;
	padding: 5px;
	background-color: #ffd4d0;
}
#content div.inschrijven_inleiding {
	font-size: 18px;
	font-weight: bold;
}

/* @end */

/* @group artikel */

#content div.artikel {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 450px;
	float: left;
	clear: left;
}

#content div.artikel img.thumbnail {
	clear: right;
	float: right;
	margin: 10px 0 20px 20px;
	padding: 15px;
}

#content div.artikel h1 {
	border-bottom: 1px solid #000;
	font: bold 22px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 10px 0 0 0;
}

#content div.artikel .date {
	background-color: #e7e7e7;
	color: #000;
	font-size: 10px;
	float: right;
	padding: 4px;
}

#content div.artikel .teaser {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	line-height: 18px;
	padding: 10px 0 20px 0;
}

#content div.artikel .inhoud {
	font-size: 13px;
	line-height: 18px;
}

#content div.artikel div.contextguide {
	clear: both;
	float: right;
	width: 200px;
	background-color: #e9e9e9;
	padding: 10px;
	margin: 0 0 20px 20px;
}

#content div.artikel div.contextguide strong {
	font-size: 14px;
}

#content div.artikel div.contextguide ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content div.artikel div.contextguide li {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

#content div.artikel div.contextguide a {
	text-decoration: none;
	font-size: 13px;
	color: #424242;
}

#content div.artikel span.backbutton {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid rgb(126, 126, 126);
	color: rgb(238, 238, 238);
	float: right;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 0.846em;
	font-weight: 700;
	padding: 3px 7px;
}

#content div.artikel span.backbutton a {
	text-decoration: none;
	color: #8c8c8c;
	font-weight: bold;
	font-size: 13px;
}

#content div.artikel span.persbericht {
	color: #ff3c3b;
	background-color: #ffc4b3;
	padding: 4px;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #ff3c3b;
	margin: 0 0 20px 0;
}

#content div.artikel div.fotoalbum {
	clear: both;
	padding: 20px;
	height: 160px;
	overflow:auto;
}

#content div.artikel div.fotoalbum img {
	margin: 0 20px 20px 0;
	padding: 3px;
	border: 1px solid #ddd;
}

#content div.artikel div.fotoalbum a img {
	border-bottom: none !important;
	text-decoration: none !important;
}

#content div.andereartikels {
	width: 400px;
	float: right;
	border-left: 1px solid #ddd;
	
}

#content div.andereartikels h2 {
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 0 20px;
}

#content div.andereartikels ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content div.andereartikels li {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	list-style-type: none;
	font-size: 13px;
}

#content div.andereartikels a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
/* @end */

/* @end */

/* @group footer */

#footer {
	clear: both;
	display: block;
	/* position: fixed;
	bottom: 0; */
	width: 950px;
	margin: 10px auto 0 auto;
	border-top: 1px solid #ddd;
	background-color: rgba(243,243,243,0.84);
	font: Myriad, "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer p.contactdetails {
	padding: 10px 0 10px 20px;
	width: 400px;
	font-size: 16px;
}

#footer b {
	font-size: 18px;
	font-weight: bold;
}

#footer p.credits {
	padding: 20px 0 0 20px;
	width: 400px;
	float: right;
	font-size: 10px;
}

#footer p.credits a {
	color: #000 !important;
	text-decoration: none;
}
/* @end */
