/* Table of contents

	 0. RESET	 
	 1. Global
	 2. Layout
	 3. Common elements
	 4. Links
	 5. Header / Footer
	 6. Tabs
	 7. Breadcrumb
	 8. Content
	 9. Menu
	10. Forms
	12. Handheld sections
	
	Version: $Revision: 87516 $
	Last modified by: $Author: aschokking@MIRABEAU.NL $ on $Date: 2010-03-03 10:02:06 +0100 (wo, 03 mrt 2010) $
	Original: enijmeijer, Mirabeau
	
*/ /*

*/ /*
* 0. RESET (based on the 'YUI reset')
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	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;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/*
* /RESET
*/ /*

*/ /*
* 1. Global
*/
html {
	font-size: 62.5%;
	background-color: #f2f2f2;
}

body {
	font: 11px Verdana, Geneva, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
	line-height: 14px;
	color: #414141;
	padding-bottom: 1em;
}

#smallscreen-trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	display: none;
	z-index: -1;
}

.print {
	display: none;
}

#ONESTAT_TAG {
	height: 0!important;
	width: 0!important;
}
input,select,option,textarea {
	font-family: Verdana, Geneva, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
	font-size: 100%;
	color: #414141;
}

h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: -8px 0 20px 0;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1em;
}

h4 {
	color: #5e5e5e;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin: -7px 0 10px 0;
}

h5 {
	font-weight: bold;
	margin: -3px 0 14px 0;
}

h6 {
	font-weight: bold;
	color: #333;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

object {
	outline: none;
}

.box {
	border: 1px solid #e4e3e3; /* TODO: round-and-dropshadowify */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	clear: both;
}

#homepage .box, .sidebar .box, #thema .box  {
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}
.box.no-ds {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.corner, .side {
	position: absolute;
	overflow: hidden;
	z-index: 0;
}
.box.no-ds .corner {
	width: 6px;
	height: 6px;
	background: url(../gfx/rc-nods-sprite.gif) 0 0 no-repeat;
	margin: -1px;
}
.box .corner {
	width: 9px;
	height: 9px;
	background: url(../gfx/rc-ds-sprite.gif) 0 0 no-repeat;
	margin: -5px;
	z-index: 1; /* stack corners on top of sides! */
}

.box .cornerTL {
	top: 0;
	left: 0;
	background-position: 0 0!important;
}
.box.no-ds .cornerTL {
	top: 0;
	left: 0;
	background-position: 0 0!important;
}

.box .cornerTR {
	top: 0;
	right: 0;
	background-position: -9px 0!important;
}
.box.no-ds .cornerTR {
	top: 0;
	right: 0;
	background-position: -6px 0!important;
}

.box .cornerBL {
	bottom: 0;
	left: 0;
	background-position: 0 -9px!important;
}
.box.no-ds .cornerBL {
	bottom: 0;
	left: 0;
	background-position: 0 -6px!important;
}

.box .cornerBR {
	bottom: 0;
	right: 0;
	background-position: -9px -9px!important;
}
.box.no-ds .cornerBR {
	bottom: 0;
	right: 0;
	background-position: -6px -6px!important;
}

.box .sideT {
	width: 100%;
	height: 9px;
	background: url(../gfx/ds-hor-sprite.gif) 0 0 repeat-x;
	margin-top: -5px;
	top: 0;
	left: 0;
}
.box .sideB {
	width: 100%;
	height: 9px;
	background: url(../gfx/ds-hor-sprite.gif) 0 -9px repeat-x;
	margin-bottom: -5px;
	bottom: 0;
	left: 0;
}
.box .sideL {
	height: 100%;
	width: 9px;
	background: url(../gfx/ds-ver-sprite.gif) 0 0 repeat-y;
	margin-left: -5px;
	left:0;
	top: 0;
}
.box .sideR {
	height: 100%;
	width: 9px;
	background: url(../gfx/ds-ver-sprite.gif) -9px 0 repeat-y;
	margin-right: -5px;
	right: 0;
	top: 0;
}


.grad {
	background: #fff url(../gfx/grad-98.png) 0 100% repeat-x;
}

.col1of2,.col2of2 {
	float: left;
	width: 50%;
}
.col1of3,.col2of3, .col3of3 {
	float: left;
	width: 33.33333%;
}
.col1of4,.col2of4,.col3of4,.col4of4 {
	float: left;
	width: 25%;
}
.col2combinedOf4 {
	float: left;
	width: 50%;
}
.col3combinedOf4 {
	float: left;
	width: 75%;
}
.col2combinedOf3 {
	float: left;
	width: 66.6666%;
}
.col1of2 .box {
	margin-right: 9px;
}

.col2of2 .box {
	margin-left: 9px;
}

input,select,textarea {
	border: 1px solid #b4b4b4;
	border-bottom-color: #dadada;
	border-top-color: #727272;
}

label input {
	padding: 2px 0;
	margin-top: -1px;
}

.cs-base {
	color: #004ba3;
	cursor: pointer;
}

.cs-options-list {
	width: auto;
	position: absolute;
	background-color: #fff;
	border: 1px solid #e4e3e3;
	display: none;
	overflow: hidden;
}

.cs-options-list li {
	color: #414141;
	display: block;
	cursor: pointer;
	white-space: nowrap;
	border-style: none;
	
}
.cs-options-list li.hover {
	background-color: #004ba3!important;
	color: #fff;
}

.rounded-image-container {
	float:left;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/*
* /Global
*/ /*

*/ /*
* 2. Layout
*/
#wrapper {
	background: #fff url(../gfx/bg-wrapper.gif) 0 0 repeat-y;
	width: 980px;
	margin: 0 auto;
	position: relative;
	padding: 0 4px;
	min-height: 100%;
}

#content-wrapper {
	padding: 12px 20px 14px; /* top and bottom padding: extending dropshadow of tabs/footer have been substracted from 20 */
	overflow: auto;
}

#sitewide #content-wrapper {
	padding-left: 255px;
	padding-top: 24px;
}

#header {
	position: relative;
	height: 229px;
	background: url(../gfx/logo-nza.gif) 4px 12px no-repeat;
}

#tabs {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 58px;
	padding: 0 0 9px 0;
	background: #fff url(../gfx/bg-tabs.gif) 0 0 repeat-x;
	list-style: none;
	white-space: nowrap;
}

#breadcrumb {
	position: absolute;
	left: 24px;
	margin-top: -3px;
}

#footer {
	clear: both;
	text-align: center;
	height: 57px;
	background: url(../gfx/bg-footer.gif) 0 0 repeat-x;
	position: relative;
}

#g-foot {
	height: 4px;
	position: relative;
	margin: 0 -4px;
	background: url(../gfx/bg-foot-end.gif) 0 0 no-repeat;
}

.popup-form #g-foot {
	margin: 20px -21px 0 -24px;
}

/*
* /Layout
*/ /*

*/ /*
* 4. Links (also see header/ footer and breadcrumb for link variations)
*/
a {
	color: #414141;
	font-weight: bold;
	text-decoration: none;
}

a.nieuwsbrief {
	color: #004ba3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #004ba3;
	text-decoration: underline!important;
}

.view-switcher a {
	float: left;
	height: 38px;
	background: url(../gfx/view-switcher-sprite.png) 0 0 no-repeat;
	height: 38px;
}

a.more {
	color: #004ba3;
	padding-right: 8px;
	background: url(../gfx/triangle-r.gif) 100% 5px no-repeat; 	
}
a.less {
	color: #004ba3;
	padding-right: 0px;
	padding-left: 8px;
	background: url(../gfx/triangle-l.gif) 0 5px no-repeat; 	
}
	
.sidebar a.link-print {
	float: right;
	margin: -12px 0 9px 0;
	color: #004ba3;
	clear: both;
}

a.link-print .icon {
	float: left;
	width: 16px;
	height: 16px;
	padding-right: 0.5em;
	background: url(../gfx/icon-print.gif) 0 0 no-repeat;
}

#footer a.rss-icon {
	position: absolute!important;
	width: 24px;
	height: 14px;
	background: url(../gfx/rss-feed-icon.png) 9px 0 no-repeat;
	margin-top: 2px;
	padding:0 0 0 9px;
}

/*
* /Links
*/ /*

*/ /*
* 5. Header / Footer
*/
#header .home {
	position: absolute;
	top: 12px;
	left: 4px;
	width: 276px;
	height: 144px;
}

#header .banner-image {
	position: absolute;
	top: 22px;
	right: 20px;
	width: 671px;
	height: 134px;
	background: url(../gfx/banner-image-sprite.jpg) 0 0 no-repeat;
	width: 671px;
}

#homepage #header .banner-image {
	background-position: 0 0;
}

.with-tab1 #header .banner-image {
	background-position: 0 -134px;
}
.with-tab2  #header .banner-image {
	background-position: 0 -268px;
}
.with-tab3 #header .banner-image {
	background-position: 0 -536px; /* yes, tab3 is below tab4 in this sprite! */
}
.with-tab4 #header .banner-image {
	background-position: 0 -402px;
}

#footer a {
	position: relative;
	top: 17px;
	color: #414141;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	padding: 0 9px;
	border-left: 1px solid #414141;
	text-decoration: none;
}

#footer a.first {
	border: none;
}

/* /5. Header / Footer */ /*

*/ /*
* 6. Tabs
*/
#tabs li {
	float: left;
	padding: 0 1px 0 0; /* left: don't let content overlap spacer */
	background: url(../gfx/tab-spacer.gif) 100% 100% no-repeat;
	height: 100%;
}

#tabs a {
	display: block;
	height: 100%;
	text-decoration: none;
	white-space: nowrap;
	background: url(../gfx/tab-sprite.gif) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#tabs li.tab0 {
	background: none;
}
#tabs li.tab0 a {
	width: 0px
}

#tabs li.zorgonderwerpen a {
	width: 165px;
	background-position: 0 0;
}

#tabs li.zorgonderwerpen a:hover, #tabs li.zorgonderwerpen.tab-active-zorgonderwerpen a {
	background-position: 0 -58px!important;
	color: #e30080; /* color for tabs mentioned for reference only; not visible. also see/update #comp_menu definitions! */
}

#tabs li.regelgeving a {
	width: 176px;
	background-position: -167px 0;
}

#tabs li.regelgeving a:hover, #tabs li.regelgeving.tab-active-regelgeving a {
	background-position: -167px -58px!important;
	color: #38a700;
}

#tabs li.publicaties a {
	width: 111px;
	background-position: -345px 0;
}

#tabs li.publicaties a:hover, #tabs li.publicaties.tab-active-publicaties a {
	background-position: -345px -58px!important;
	color: #05afd0;
}

#tabs li.organisatie {
	background: none;
}

#tabs li.organisatie a {
	width: 113px;
	background-position: -458px 0;
}

#tabs li.organisatie a:hover, #tabs li.organisatie.tab-active-organisatie a {
	background-position: -458px -58px!important;
	color: #865600;
}

#tabs li.search {
	float: right;
	width: 390px;
	padding: 11px 18px 0 0;
	background: url(../gfx/bg-search.png) 0 11px no-repeat;
}

#tabs li.search a {
	background: none;
	display: inline;
}

#tabs li.search input#search-keyword {
	float: left;
	margin: 13px 0 0 8px;
	padding: 0 8px 0 8px;
	border-style: none;
	border-right: 1px solid #ccc;
	color: #666;
}

#tabs li.search #search-area {
	float: left;
	margin: 12px 0 0 8px;
	color: #004ba3;
	width: 118px;
}

#tabs li.search .cs-base {
	float: left;
	margin: 12px 0 0 8px;
	color: #004ba3;
	width: 118px;
	background: url(../gfx/triangle-orange-d.gif) 100% 6px no-repeat;
}
#tabs li.search .cs-options-list {
	margin: -18px -9px 0 -9px;
	z-index: 999;
}
#tabs li.search .cs-options-list li {
	float: none;
	background: none;
	padding: 3px 9px 3px 9px;
}

#tabs #btn-zoek span.alt {
	display: none;

}
#tabs #btn-zoek {
	float: right;
	width: 67px;
	height: 11px;
	padding: 14px 13px;
	background: url(../gfx/button-text-zoeken.png) 13px 50% no-repeat;
}
/*
* /6. Tabs
*/ /*

*/ /*
* 7. Breadcrumb
*/
#breadcrumb {
	font-size: 10px;
	color: #a8a8a8;
	line-height: 100%;
	font-weight: normal;
	overflow: visible;
}

#breadcrumb a {
	color: #004ba3;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #414141;
	text-decoration: underline;
}

#breadcrumb li {
	float: left;
	margin-right: 5px;
	padding-right: 12px;
	background: url(../gfx/bg-bc-arrow.gif) 100% 50% no-repeat;
	overflow: visible;
}

#breadcrumb li.active-crumb a {
	color: #414141;
	text-decoration: none!important;
	cursor: default;
}
#breadcrumb li.active-crumb {
	background: none;
	padding-right: none;
}

#homepage #breadcrumb,
#thema #breadcrumb,
#sitemap #breadcrumb {
	visibility: hidden;
}

/*
* /7. Breadcrumb
*/ /*

*/ /*
* 8. Content
*/

#comp_content {
	margin-top: 9px;
}

.col2combinedOf4 #comp_content {
	margin-right: 18px;
}
.col3combinedOf4 #comp_content {
	margin-right: 18px;
}

#comp_content .inline-image {
	padding: 0;
	float: left;
	margin: 1em 1em 1em 0;
}
#comp_content .inline-image.full {
	width: 100%;
	margin: 1em 0;
}
#comp_content .inline-image.half {
	width: 50%;
	margin: 1em 0;
}
#comp_content .inline-image.full .rounded-image-container {
	width: 450px;
	height: 130px;
}
#comp_content .inline-image.half.rounded-image-container {
	width: 225px;
	height: 130px;
}

#comp_content p {
	margin: 1em 0;
}

p.intro {
	margin-bottom: 20px;	
}

#comp_content h2 {
	margin: 1em 0 1.5em 0;
	letter-spacing: normal;
}
#comp_content h1 {
	margin: 1em 0;
}
#comp_content h3 {
	margin: 1em 0;
}
#comp_content h4 {
	margin: 1em 0;
}

#comp_content h5 {
	margin: 0 0 1em 0;
}
#comp_content h6 {
	margin: 0;
}

#comp_more-list {
	margin: 11px 0 0 0;
}

#comp_more-list .view-switcher {
	height: auto;
	overflow: hidden;
	margin: 0 0 6px -4px;
}

#comp_more-list .view-switcher a#sw-news {
	width: 128px;
	background-position: 0 0;
}

#comp_more-list .view-switcher a:hover#sw-news, #comp_more-list .view-switcher a#sw-news.active {
	background-position: 0 -38px;
}

#comp_more-list .view-switcher a#sw-agenda {
	width: 99px;
	background-position: -128px -38px;
}

#comp_more-list .view-switcher a:hover#sw-agenda, #comp_more-list .view-switcher a#sw-agenda.active {
	background-position: -128px 0;
}

#comp_link-list .view-switcher {
	height: auto;
	overflow: hidden;
	margin: 0 0 6px -4px;
}
#comp_link-list .view-switcher a#sw-prof {
	width: 158px;
	background-position: 0 -114px;
}

#comp_link-list .view-switcher a:hover#sw-prof, #comp_link-list .view-switcher a#sw-prof.active {
	background-position: 0 -76px;
}

#comp_link-list .view-switcher a#sw-consumer {
	width: 133px;
	background-position: -159px -76px;
	
}

#comp_link-list .view-switcher a:hover#sw-consumer, #comp_link-list .view-switcher a#sw-consumer.active {
	background-position: -159px -114px;
}
#comp_banner {
	padding-top: 0;
	min-height: 187px;
	_height: 187px;
}
#comp_info {
	padding-top:0;
}
#homepage #comp_banner {
	height: 202px;
}
#homepage #comp_info {
	padding-top: 0;
	height: 182px;
}

.banner-restrictor {
	overflow: hidden;
	padding-top: 20px;
}

#homepage #comp_banner .banner-restrictor,
#homepage #comp_info .banner-restrictor {
	height: 182px;
	padding-top: 20px;
	overflow: hidden;
}
#homepage #comp_info .banner-restrictor {
	height: 162px;
}

#homepage #comp_banner {
	margin-top: 9px;
	margin-right: 0px;
	overflow: hidden;
}
#comp_banner .rounded-image-container {
	width: 231px;
}
#homepage #comp_banner .rounded-image-container {
	width: 222px;
}
#comp_banner .rounded-image-container {
	display: block;
	position: absolute;
	height: 145px;
	overflow: hidden;
	margin: 0;
	bottom: 0;
	right: 0;
	border-radius-topleft: 0;
	border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}

#comp_banner .button, .newsletter .button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 80px;
	height: 27px;
	line-height: 27px;
	padding: 0 22px 0 0;
	background: url(../gfx/button-meer.png) 0 0 no-repeat;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

#comp_info .button {
	float: left;
	margin-top: 10px;
}
#homepage #comp_info {
	margin-top: 9px;
	margin-left: 9px;
	overflow: hidden;
}

#comp_info strong {
	display: block;
	overflow: visible;
	white-space: nowrap;
	padding: 11px 0 11px 12px;
	background: url(../gfx/icon-phone.gif) 0px 10px no-repeat;
}

#comp_info .note {
	font-size: 9px;
	line-height: 14px;
}

#comp_content ul li, #comp_content ol li, #comp_more-list ul li, #comp_link-list ol li, #comp_link-list ul li, #comp_dossiers-list ul li, #comp_zorggebieden-list ul li, #comp_related ul li, #comp_faq ol li {
	background: url(../gfx/bullet-unordered.gif) 0 5.5px no-repeat; /* 5.5 top = 6 in Fx, 5 in Saf/Chr */
	line-height: 16px;
	padding: 2px 0 2px 17px;
}

ol li ol {
	padding-left: 24px;
}

div.list-split ul{
	float: left;
	width: 50%;	
}

/* share needed padding across columns */
div.list-split ul.col1 li {
	padding-right: 10px!important;
}
div.list-split ul.col2 li {
	padding-left: 27px!important; /* 17+10px */
	background-position: 10px 5.5px!important;	
}

#comp_more-list li.more {
	background: none;
	text-align: right;
	margin-top: 9px;	
}

div.interest .button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 80px;
	height: 27px;
	line-height: 27px;
	padding: 0 22px 0 0;
	background: url(../gfx/button-meer.png) 0 0 no-repeat;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

/*
#comp_link-list ol li, 
*/

#comp_faq ol li {
	background: url(../gfx/bullet-ordered.png) 0 3px no-repeat;
	padding: 3px 0 3px 24px;
	position: relative;
}

ol span.li-nr {
	position: absolute;
	width: 16px;
	overflow: visible;
	text-align: center;
	color: #fff;
	font-weight: bold;
	left: 0;
	font-size: 8px;
	
}

#list-agenda em, #list-news em {
	display: block;
	font-style: normal;
}

#comp_news_carousel {
	position: relative;
}

#comp_news_carousel .news-date {
	font-size: 10px;
	color: #666;
	border-left: 1px solid #666;
	font-weight: normal;
	padding: 0 1em;
	margin: 0 0 0 1em;
	white-space: nowrap;	
}

.carousel-nav {
	position: absolute;
	right: 0px;
	top: -25px;
}

.carousel-nav a.c-prev {
	float: left;
	width: 16px;
	height: 16px;
	background: url(../gfx/carousel-nav-sprite.png) 0 0 no-repeat;
	margin-right: 6px;
}
.carousel-nav a.c-prev:hover {
	background-position: 0 -16px;
}
.carousel-nav a.c-next {
	float: left;
	width: 16px;
	height: 16px;
	background: url(../gfx/carousel-nav-sprite.png) -16px 0 no-repeat;
}
.carousel-nav a.c-next:hover {
	background-position: -16px -16px;
}

#carousel1 {
	height: 128px;
	width: 100%;
	position: relative;
	overflow: auto;
	margin-top: 9px;
}
#carousel1 li.c-page {
	width: 100%;
	height: 100%;
}

#comp_news_carousel h6 {
	margin-bottom: 11px;
}

#comp_news_carousel li.pictured img.visual {
	float: left;
	margin-right: 10px;
	width: 193px;
}
#comp_news_carousel li.pictured p {
	margin-left: 203px;
}

#comp_zorggebieden-list p, #comp_dossiers-list p {
	color: #666;
	line-height: 16px;
	margin-bottom: 20px;
}

#comp_zorggebieden-list h5.more {
	margin-top: 20px;
}

.sidebar #comp_faq, .sidebar #comp_related, .sidebar #comp_links, .sidebar #comp_banner, .sidebar #comp_info {
	margin-top: 9px;
}
#comp_banner {
	padding-bottom: 0px;
}
#comp_faq a {
	font-weight: normal;
}
#comp_faq li.more {
	background: none;
	text-align: right;
	padding-left: 0;
	margin-top: 1em;
}
#comp_faq a.more {
	font-weight: bold;
}

#comp_inline-faq li {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	background-position: 0 8.5px!important;
}
#comp_inline-faq .collapsible {
	background-color: #f5f4f4;
	padding: 5px 20px 8px 20px;
	margin: 7px 0 10px -17px;
	overflow: auto;
}
#comp_inline-faq .collapsible li {
	background: url(../gfx/bullet-unordered.gif) 0 5.5px no-repeat!important; /* 5.5 top = 6 in Fx, 5 in Saf/Chr */
	line-height: 16px!important;
	padding: 2px 0 2px 17px!important;
}
#comp_inline-faq .collapsible a.trigger.close {
	color: #004ba3;
	float: right;
	text-align: right;
	padding: 0 15px 8px 0;
	background: url(../gfx/button-close.png) 100% 5px no-repeat;
}
#comp_inline-faq .collapsible p+a.trigger.close {
	margin-top: -8px;
}

#comp_search {
	width: 75%;
	float: right;	
}

#comp_search fieldset, #general-search fieldset {
	display: block;
	margin: -20px -20px -20px -20px;
	padding: 20px;
	overflow: auto;
	border-radius-topleft: 6px;
	border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
#comp_search fieldset div.row,
#general-search div.form-item {
	display: block;
	overflow: auto;
	padding: 1px 0 0 0; 
	margin: 0 0 14px;
}
#comp_search fieldset div.row {
	width: 435px;
}
#comp_search fieldset label {
	float: left;
	width: 102px;
	padding: 1px 0;
}
#comp_search fieldset div.row input, #comp_search fieldset div.row select {
	float: left;
	margin-right: 10px;
}
#comp_search fieldset div.row select option {
	margin: 4px 0;
}

#sitewide p.intro {
	margin-bottom: 18px;
}

#comp_search input#keyword {
	width: 274px;
	padding: 1px 3px;
}
#comp_search select#date_from_day, #comp_search select#date_from_month,
#comp_search select#date_to_day, #comp_search select#date_to_month {
	width: 43px;
}
#comp_search select#date_from_year, #comp_search select#date_to_year {
	width: 58px;
}
#comp_search select#date_span, #comp_search select#sort_by {
	width:164px
}
#comp_search select#sort_dir {
	width: 108px;
}
#comp_search #search-side-info {
 	background-color: #fff;
 	float: right;
 	width: 28%;
}
#comp_search #search-side-info p {
	margin-bottom: 10px;
}
#comp_search #search-side-info a {
	line-height: 18px;
	color: #004ba3;
}

#comp_search label.buttons {
	margin: 20px 0; 
}
#comp_search .buttons a.more {
	float: left;
	margin: 7px 20px 0 0;
}

#comp_search #search-submit, #general-search #search-submit, #personal-details #search-submit, #back-button, #next-button, #send-button, #print-button {
	float: right;
	margin-right: 51px;
	width: 104px;
	height: 30px;
	padding: 0 0;
	background: url(../gfx/button-zoeken.png) 0 0 no-repeat;
	text-indent: -10000px;
}

#back-button {
	float: left;
}

#next-button {
	margin-right: 12px;
}

#send-button {
	margin-right: 0;
}

#search-submit span {
	display: block;
	height: 100%;
	width: 100%;
	background: url(../gfx/button-text-zoeken.png) 50% 50% no-repeat;
}
#general-search #search-submit.txt-select {
	width: 121px;
	height: 30px;
	padding: 0 0;
	background: url(../gfx/button-selecteer.png) 0 0 no-repeat;
}

#back-button span {/* ie6.css */
	display: block;
	width: 100%;
	height: 100%;
	background: url(/static/gfx/button-text-terug.png) 50% 50% no-repeat;
}

#next-button span { /*ie6.css*/
	display: block;
	width: 100%;
	height: 100%;
	background: url(/static/gfx/button-text-verder.png) 50% 50% no-repeat;
}

#search-submit.txt-select span {
	background: none;
}

#comp_search #search-results, #general-search #search-results {
	background: url(../gfx/bg-foot-end.gif) 50% 0 no-repeat;
	margin: 20px -20px -20px -20px;
	padding: 20px;
}
#comp_search #search-results li,
.news-items li, .agenda-items li, .job-items li {
	line-height: 17px;
	clear: both;
	position: relative;
	padding-left: 79px;
	padding-bottom: 10px;
}
.news-items li, .agenda-items li, .job-items li {
	padding-left: 85px!important;
}
#comp_search #search-results div.box.grad {
	margin-bottom: 10px;
}

#comp_search #search-results span.date,
#general-search #search-results span.date,
.news-items span.date, .agenda-items span.date, .job-items span.date  {
	position: absolute;
	left: 0;
	width: 72px;
	white-space: nowrap;
}
.news-items span.date, .agenda-items span.date, .job-items span.date  {
	left: 13px;
}
#comp_search #search-results li a.more {
	margin-left: 0;
}
#comp_search #search-results .collapsible {
	overflow: hidden;
}
#comp_search div.synonyms {
	padding-left: 102px;
	padding-right: 20px;
}

#comp_search h3.sr-header {
	font-size: 13px;
}
#comp_search h3.sr-header .sr-count {
	font-size: 15px;
}
#comp_search h3.sr-header .sr-ob {
	font-size: 11px;
	font-weight: normal;
}
#comp_search h3.sr-header .sr-ob em {
	font-weight: bold;
	color: #004ba3;
	font-style: normal;
}
#comp_search .keymatches.box {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#comp_search .keymatches li.km {
	padding-bottom: 10px;
	padding-left: 0!important;
	margin-bottom: 10px;
	border-bottom: 1px solid #cecece;
}
#comp_search .keymatches li.km.last {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#comp_search .search-results li {
	padding-left: 0!important;
	margin-bottom: 3px;
}
#comp_search .search-results li .sr-title {
	display: block;
}
#comp_search .search-results li span.date {
	position: relative!important;
	color: #999;
}
#comp_search .search-results li a.more {
	white-space: nowrap;
}
#search-nav {
	border-top: 1px solid #ebe6e6;
	margin-top: 0px;
	padding: 18px 0 0;
	text-align: center;
	position: relative;
}
#general-search #search-nav {
	margin-top: 20px;
	padding: 18px 0 18px;
}
#search-nav li {
	display: inline;
	border-left: 1px solid #999;
	padding: 0 6px!important;
	clear: none!important;
	background: none!important;
}
#search-nav li a {
	font-weight: normal;
	color: #004ba3;
}
#search-nav li.first {
	border: none;
}
#search-nav li.prev {
	border: none;
	padding:0!important;
	float: left;
}
#search-nav li.prev a.more {
	padding: 0 0 0 8px;
	background: url(../gfx/triangle-l.gif) 0 5px no-repeat; 	
}
#search-nav li.next {
	border: none;
	padding:0!important;
	float: right;
}
#search-nav li.ellipsis, #search-nav li.post-ellipsis { 
	border: none;
}
#search-nav li.ellipsis {
	padding: 0;
}
#search-nav li.current a {
	font-weight: bold;
}
#search-nav li.unavailable a {
	color: #414141!important;
	text-decoration: none!important;
	cursor:default!important;
}
#search-nav li.prev.unavailable a {
	background-image: url(../gfx/triangle-dim-l.gif);
}
#search-nav li.next.unavailable a {
	background-image: url(../gfx/triangle-dim-r.gif);
}

.sitemap {
	overflow: hidden;	
}

.sitemap div {
	float: left;
	width: 25%;
}

.sitemap h2 {
	font-size: 12px;
	font-weight: bold;	
	margin-top: 0;
}

.sitemap .zorgonderwerpen a:hover {
		color: #e30080;	
}

.sitemap .regelgeving a:hover {
	color: #38a700;	
}

.sitemap .publicaties a:hover {
	color: #05afd0;	
}

.sitemap .organisatie a:hover {
	color: #865600;	
}

.sitemap ul {
	font-weight: bold;	
}

.sitemap li li {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 10px;
}

.sitemap ul ul {
	margin-bottom: 14px;	
}

.sitemap ul ul,
.sitemap ul ul a {
	font-weight: normal;	
}

.sitemap ul ul ul{
	margin-bottom: 0;
	margin-left: 17px;
}
/* /8. Content
*/ /*

*/ /*
* 9. Menu
*/

#comp_menu {
	margin-top: 9px;
	padding-right: 18px;
	font-size: 12px;
	font-weight: bold;
}
#comp_menu li {
	padding: 3px 0;
}
#comp_menu li ul {
	margin-top: 6px;
	margin-left: 16px;
	font-size: 11px;
	line-height: 14px; 
}
#comp_menu li ul li ul {
	margin-left: 13px;
}

#comp_menu  a.active {
	color: #414141!important;
	text-decoration: none!important;
	cursor: default!important;
}
#comp_menu a.active a:hover {
	color: #414141!important;
}
#comp_menu a:hover {
	color: #004ba3!important;
}

.with-tab1 #comp_menu a {
	color: #e30080;
}

.with-tab2 #comp_menu a {
	color: #38a700;
}

.with-tab3 #comp_menu a {
	color: #05afd0;
}

.with-tab4 #comp_menu a {
	color: #865600;
}

/* /9. Menu
*/ /*

*/ /*
* 10. Forms
*/
#general-search {
	margin-top: 20px;
	padding-bottom: 0;
}
#general-search #search-results {
	margin-top: 0;
}

#general-search fieldset {
	padding-bottom: 0;
	margin-bottom: 0;
}
.form-item label {
	float: left;
	padding: 1px 0;
	width: 45%;	
}
#general-search div.form-item input, #general-search div.form-item  select, #general-search div.form-item textarea, span.input-cluster {
	float: left;
	margin-right: 10px;
	width: 50%;
}
#general-search div.form-item select option {
	margin: 4px 0;
}
#general-search div.form-item input {
	padding: 1px 3px;
}
#general-search div.form-item select {
	width: 213px;
}
#general-search #search-submit {
	margin-right: 12px;
}
#general-search #search-results ul li {
	line-height: 17px;
	clear: both;
	position: relative;
	padding:0;
	padding-left: 79px;
	background: none;
}
#general-search #search-results h3 {
	margin: 0 0 10px 0;
}

#general-search div.form-item .input-cluster select.day, 
#general-search div.form-item .input-cluster select.month, 
#general-search div.form-item .input-cluster select.year, 
#general-search div.form-item .input-cluster label {
	width: auto;
}

.input-cluster input.radio {
	width: auto!important;
	float: none!important;
	display: inline!important;
}
.input-cluster label {
	float: none; 
	display: inline;
	padding-right: 2em;
}

.interest .buttons .button, .newsletter .buttons .button {
	position: relative;
	float: right;
	bottom: 0;
}
.interest .form-item.buttons {
	padding-right: 20px;
	overflow: auto;
}
a.more.toRight {
	float: right;
}

.deelArtikel {
	display: none;
}

.prev-beleidsregel{
	float: left;
	clear: both;
}
.next-beleidsregel {
	float: right;
	clear: both;
}

table.beleidsregel-detail {
	margin-top: 0.5em;
}
table.beleidsregel-nav {
	margin-top: 1.5em;
}

.popup-form {
	width: 701px;
	margin: 0 auto;
	background: #fff;
	padding: 0 24px;
	background: #fff url(../gfx/bg-popup.gif) repeat-y;
}

.popup-form p {
	line-height: 18px;
	margin-bottom: 15px; 
} 

.popup-form h1 {
	font: bold 12px Verdana, sans-serif;
	color: #414141;
}

.popup-form form {
	padding: 24px 139px 24px 19px;
}

.popup-form fieldset {
	position: relative;
	margin-bottom: 20px;
}

.popup-form fieldset#personal_details {
	margin-bottom: 0px;
}

.popup-form .note {
	position: absolute;
	right: 0;
	top: -16px;
}

.popup-form fieldset legend {
	font: 11px Verdana, sans-serif;
	color: #414141;
	font-weight: bold;
	margin: 20px 0 -18px 0;
	padding: 0;
}

.popup-form .row {
	overflow: hidden;
	clear: both;
	padding-top: 8px;
	min-height: 23px;
	width: 659px;
}

#message .row {
	padding-top: 20px;
}

div.row.highlighted {
	display: none;
}

#message {
	margin-bottom: 8px;
	margin-top: 1.5em;
}

.error {
	color: #fe0000;
}

div.row .status {
	display: none;
}

.row.error .status {
	display: block;
	margin-left: 290px;
	margin-bottom: 5px;
}

.error input,
.error select,
.error textarea {
	border: 1px solid #fe0000;
}

.error .radiogroup label {
	color: #fe0000;
}

.radiogroup {
	float: left;
}

.popup-header {
	height: 128px;
	position: relative;
}

.popup-header img {
	margin-top: 20px;
}

.popup-header ul {
	float: right;
	margin-right: 10px;
	position: absolute;
	right: 0;
	top: 87px;
}

.popup-header ul li {
	display: inline;
	font: bold 11px Verdana, sans-serif;
	color: #989898;
	margin-left: 19px;
}

.popup-header ul li.active {
	color: #0049ab;
}

.popup-header ul li.inactive {
	color: #989898;
}

.popup-header ul li a {
	color: #414141;
	text-decoration: none;
}

.popup-form label {
}

.popup-form .input-container input, .popup-form .input-container select, .popup-form .input-container textarea {
	padding: 3px 4px;
	position: relative;
	top: -2px;
	width: 254px;
}

.popup-form .input-container input.input-med {
	width: 229px;
	float: left;
}

.popup-form .input-container a.information {
	display: block;
	width: 15px;
	height: 15px;
	background: url(/static/gfx/icon-info.gif) no-repeat;
	float: left;
	margin-left: 10px;
}

.popup-form .input-container .info-box { /* ie6.css */
	width: 187px;
	height: 41px;
	display: none;
	background: url(/static/gfx/bg-info-box.png) no-repeat;
	font: normal 10px Verdana, sans-serif;
	color: #414141;
	padding: 10px;
	line-height: 10px;
}

.popup-form .input-container .info-on {
	display: block;
}

.input-container textarea {
	height: 77px;
}

.popup-form .input-container select {
	padding: 2px 2px 2px 4px;
	width: 144px; /* =width including padding/margin */
}

.popup-form .input-container span.radiogroup input {
	width: auto;
	display: inline;
	margin: 0 5px 6px 0;
	position: relative;
	top: 2px;
	border: none!important;
}

.popup-form label {
	margin-right: 10px;
}

.popup-form .form-notes {
	display: block;
	text-align: right;
	color: #6c6c6c;
	font-size: 11px;
	padding-right: 6px; 
}

.popup-form dd, .popup-form dt {
	float: left;
	width: 302px;
	position: relative;
}

.popup-form dt {
	padding-right: 20px;
	width: 270px;
}

.popup-form dt .explanation {
	font-size: 10px;
	margin-top: 5px;
	display: block;
}

.popup-form dd.input-container {
	width: 366px;
}

.popup-form dd.status .form-notes {
	text-align: left;
	line-height: 120%;
	margin-top: 2px;
}

.popup-form .button-row {
	margin-top: 20px;
	width: 566px;
}

.popup-form .button-row #search-submit {
	margin-right: 0 !important;
}

.popup-form .button-row .btn-prim {
	float: right;
	left: 3px;
}

.popup-form  #fs-personal-details {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.popup-form .sub-form {
	margin: 0 0 16px 23px;
}

.popup-form input.small {
	width: 147px;
	float: left;
}

#browse-button { /* ie6.css */
	background: url(/static/gfx/bg-white-button-small.png) 0 0 no-repeat;
	display: block;
	height: 31px;
	width: 112px;
	float: left;
	position: relative;
	top: -7px;
	text-indent: -10000px;
}

#browse-button span { /* ie6.css */
	background: url(/static/gfx/button-text-bladeren.png) 50% 50% no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}

#add-button { /* ie6.css */
	background: url(/static/gfx/button-toevoegen.png) 0 0 no-repeat;
	display: block;
	width: 122px;
	height: 24px;
	clear: both;
	text-indent: -10000px;
}

#add-button span { /* ie6.css */
	background: url(/static/gfx/button-text-toevoegen.png) 50% 50% no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}

#delete-button { /* ie6.css */
	background: url(/static/gfx/button-delete.png) 0 0 no-repeat;
	display: block;
	width: 134px;
	height: 31px;
	clear: both;
	position: relative;
	top: -7px;
	text-indent: -10000px;
}

#delete-button span { /* ie6.css */
	background: url(/static/gfx/button-text-verwijderen.png) 50% 50% no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}

#send-button span { /* ie6.css */
	display: block;
	width: 100%;
	height: 100%;
	background: url(/static/gfx/button-text-verzenden.png) 50% 50% no-repeat;
}

#print-button {
	margin-right: 0;
	margin-left: 128px;
	float: left;
}

#print-button span { /*ie6.css */
	display: block;
	width: 100%;
	height: 100%;
	background: url(/static/gfx/button-text-printen.png) 50% 50% no-repeat;
}

/* /10. Forms */ 

/*

*/ /*
* 12. Handheld sections
*/
@media all and (max-device-width: 640px) {
	#smallscreen-trigger {
		display: block;
	}
	*,html {
		font-size: 100%;
	}
	body {
		font-size: 8px;
	}
}
/*
* /Handheld sections
*/

/*
**	Additional
*/

div.disclaimer {
	margin-bottom: 15px;
}

div.bottom-spacing {
	margin-bottom: 15px;
}