/**
 * PRINT STYLES
 */
 
* {
	border: none;
}

div.sidebar,
div.breadcrumb_container,
ul.metanav,
ul.mainnav,
div.footer,
fieldset.quick_search,
div#news-ticker,
div.newslist p.more,
div.newslist ul li.full a.readmore,
div.news_overview_searchbox,
div.paginator_holder,
div.formwithsubject div.form,
fieldset.search_results,
a.logout,
div.overview_box,
div.register_details_c_next_button,
div.register_details_c_prev_button, 
div#sb-container, 
a.return_to_overview, 
div.search_register, 
div.subjects {
	display: none;
}


/********************************************************************* COMMON STYLES ***/

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #000000;
	background: #ffffff;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	color: #330066;
	margin-bottom: 0.625em;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1em;
	color: #330066;
	margin-bottom: 0.588em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	color: #330066;
	margin-bottom: 0.588em;
}

h4 {
	margin-bottom: 1.250em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.417em;
	color: #333333;
}

h5, h6 {
	font-weight: bold;
}

img {
	display: block;	
}

p {
	margin-bottom: 1em;
	color: #333333;	
}

p.intro {
	font-weight: bold;
	color: #333333;
}

a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

hr {
	margin-bottom: 15px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}

ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

ul li {

}

ol {
	margin: 0 0 1em 40px;
	padding: 0;
}

ol li {
}

input,
select,
textarea {
	font-family: Lucida Sans Unicode, Lucida Sans, Sans-Serif;
	font-size: 1em;
	border: 1px solid #000;
}

table {
	margin: 5px 0 1em 0;
	border-spacing: 0;
}

table th,
table td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

.clear {
	clear: both !important;
	height: 0 !important;
	float: none !important;
	line-height: 0 !important;
	font-size: 0 !important;
}

/********************************************************************* FORM LAYOUT ***/

form fieldset {
	margin: 0;
	padding: 0;
}

form fieldset label {
	float: left;
	padding: 0 5px 0 0;
	font-size: 1.0em;
	width: 150px;
}

form fieldset label.checkbox {
	width: auto;
}

form fieldset select.text,
form fieldset input.text {
	border: 1px solid #c3c3c3;	
	display: block;
	float: left;
	padding: 2px;
	margin: 0 0 1em;
	color: #306;
	font-size: 0.909em;
	width: 175px;
}

form fieldset textarea.text {
	border: 1px solid #c3c3c3;
	display: block;
	float: left;
	padding: 2px;
	margin: 0 0 1em;
	color: #306;
	font-size: 0.909em;
	width: 175px;	
}

form fieldset select.text {
	padding: 1px;
}

form fieldset br {
	clear: both;
}

form p.errormsg {
	color: #ff0000;
}

div.form {
	margin: 0 0 1em;
}

div.form fieldset h2 {
	border-bottom: 1px solid #ccc;
	color: #999;
	font-size: 1.273em;
	padding-bottom: 5px;
}

div.updateservice div.error {
	padding-left: 10px;
	margin-top: 2px;
	font-size: 0.9088em;
	color: #ff0000;
	float: left;
}

/********************************************************************* Header ***/

div.header {
	overflow: hidden;
	margin-bottom: 20px;
}

div.header_content a {
	display: inline-block;
	text-decoration: none;
	font-size: 8px;
}

img.logo {
	float: left;
	margin: 10px 55px 0 25px;
}

a.slogan {
	color: #330066;
	font-size: 14px !important;
	text-decoration: none;
}

div.content {
	overflow: hidden;
}

div.content img {
	float: left;
	margin: 0.364em 10px 0.727em 0;
	border: 1px solid #787878;
}


/********************************************************************* News list ***/

div.maincontent div.newslist {
	overflow: hidden;
	margin: 1px;
}
 
div.newslist ul {
	margin: 0 0 1em 0;
}
 
div.newslist ul li {
	background: none;
	border-bottom: 1px dotted #cccccc;
	padding: 10px 10px 10px 30px;
}

div.newslist ul li.icon_nieuws {
	background: url(../siteimg/icon_nieuws.png) no-repeat 10px 14px;
}
 
div.newslist ul li.icon_waarschuwing {
	background: url(../siteimg/icon_waarschuwing.png) no-repeat left 14px;
} 

div.newslist ul li.icon_bericht {
	background: url(../siteimg/icon_bericht.png) no-repeat left 14px;
} 
  
div.newslist ul li h3 {
	font-weight: normal;
	color: #333333;
	cursor: pointer;
} 
 
div.newslist ul li span.date {
	float: right;
	color: #cc9933;
	margin: 0 0 0 25px;
} 
 
div.newslist ul li div.panel {
	display: none;
} 
 
div.newslist ul li.full {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 10px 15px 0;
	overflow: hidden;
}
 
div.newslist ul li.full h3 {
	display: none;
} 
 
div.newslist ul li.full img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #6a6a6a;
}  
 
div.newslist ul li.full div.panel {
	display: block;
}  

div.newslist ul li.full span.date {
	float: right;
	color: #bcbcbc;
	background: url(../siteimg/icon_date_newslist.gif) no-repeat left 3px;
	padding-left: 20px;
} 

/********************************************************************* F20 NIEUWSOVERZICHT ***/

ul.news_overview {
	margin: 0;
}

ul.news_overview li {
	padding: 10px 0 0;
	margin: 0 0 2em;
}

ul.news_overview li a {
	display: block;
	float: left;
	margin: 0 0 1em;
	color: #306;
	font-weight: bold;
}

ul.news_overview li a.readmore {
	float: none;
}

ul.news_overview li span {
	float: right;
	margin: 0 10px 0 0;
	font-size: 0.909em;
	font-weight: bold;
}

ul.news_overview li p {
	clear: both;	
} 

/********************************************************************* F8 Doorlink naar H4 en H5-items ***/

ul.forwardlink {
	margin: 0;
}

ul.forwardlink li {
	padding: 6px 3px 0;
}

ul.forwardlink li a {
	display: block;
	margin-bottom: 0.545em;
	color: #306;
	font-weight: bold;
	text-decoration: none;
}

ul.forwardlink li a:hover {
	text-decoration: underline;
}

ul.forwardlink li li {
	background: none;
}

ul.forwardlink li li a {
	display: block;
	padding: 0 0 4px;
	background: url(../siteimg/bg_bottom_border.png) no-repeat left bottom;
}

ul.forwardlink li ul {
	margin-bottom: 0;
}

ul.forwardlink li ul li {
	margin-bottom: 16px;
}

/********************************************************************* F22 VEELGESTELDE VRAGEN ***/

ul.subjects_list {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

ul.subjects_list li {
	float: left;
	width: 50%;
	padding: 0;
	background: none;
}

ul.subjects_list li.active {
	font-weight: bold;
}

ul.subjects_list li a {
	padding: 0 0 0 15px;
	background: url(../siteimg/bullet_small_purple.png) no-repeat 0 3px;
	text-decoration: none;
	color: #330066;
}

ul.subjects_list li a:hover {
	text-decoration: underline;
}

/********************************************************************* F18 Doorlink naar faq ***/

div.maincontent div.faqlinkthrough div.content {
	margin-bottom: 0;
	padding: 0;
}

div.maincontent div.faqlinkthrough div.content h2 {
	padding: 0;
}

div.maincontent div.faqlinkthrough div.content div.seperator {
	overflow: hidden;
	height: 1px;
	margin: 0 0 1em 0;
	padding: 0;
}

div.maincontent div.faqlinkthrough div.content ul {
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0.6em;
	padding-left: 0;
}

div.maincontent div.faqlinkthrough div.content ul li {
	margin-bottom: 8px;
}

div.maincontent div.faqlinkthrough div.content ul li a {
	text-decoration: none;
	color: #330066;
}

div.maincontent div.faqlinkthrough div.content ul li a:hover {
	text-decoration: underline;
}

div.maincontent div.faqlinkthrough p.more {
	margin-top: 0;
	margin-bottom: 2px;
	text-align: right;
}

div.maincontent div.faqlinkthrough div.bottom {
	padding: 0 10px 1px 10px;
}

/* F38 */

div.workatafm div.workatafm_body img {
	margin-bottom: 0.455em;
}


/* F24 */

div.newsservice table {
	border: none;
}

div.newsservice fieldset ul {
	list-style-type: none;
	margin: 2px 0 0 0;
	display: block;
	width: 500px;
	float: left;
}

div.newsservice fieldset ul li {
	padding: 0;
	clear: both;
	background: none;
}

div.newsservice fieldset.step1 label.radios {
	width: auto;
}

div.newsservice fieldset label.checkbox,
div.newsservice fieldset label.radios {
	position: relative;
	margin-right: 15px;
	margin-bottom: 1em;
	padding-left: 25px;
	width: auto;
}

div.newsservice fieldset label.checkbox input,
div.newsservice fieldset label.radios input {
	position: absolute;
	top: 1px;
	left: 0;
	border: none;
	background: none;
}


div.newsservice fieldset input.extra {
	margin-right: 35px;
	width: 185px;
}

/********************************************************************* F39 Bezwaar maken form ***/

fieldset.content {
	padding: 0;
	background: transparent url(../siteimg/bg_form_complaint.png) no-repeat top left;
}

div.complaintform fieldset.bottom {
	padding: 0 15px 15px 15px;
	background: transparent url(../siteimg/bg_form_complaint_bot.png) no-repeat bottom left;
}

div.complaintform fieldset h2 {
	color: #5e5e5e;
	font-size: 1.182em;
	line-height: 1.5em;
	font-weight: bold;
}

div.complaintform fieldset h3 {
	color: #000;
	font-weight: bold;
	line-height: 2em;
}

div.complaintform fieldset label {
	margin-top: 2px;
	padding: 0;
	font-size: 1em;
	line-height: 1.273em;
	text-align: left;
	width: 220px;
}

div.complaintform fieldset label.note {
	margin-top: 3px;
	margin-right: 111px;
	color: #333333;
}

div.complaintform fieldset span {
	display: block;
	float: left;
	margin-bottom: 1em;
}

div.complaintform fieldset input,
div.complaintform fieldset select {
	margin-right: 25px;
	border: 1px solid #e0e0e0;
	width: 185px;
}

div.complaintform fieldset select {
	width: 191px;
}

div.complaintform fieldset input.small {
	margin-right: 120px;
	width: 90px;
}

div.complaintform fieldset div.error {
	margin-top: 3px;
	font-size: 0.9088em;
	color: #FF0000;
	float: left;
}

div.complaintform fieldset input[type=file] {
	width: 190px;
}


/********************************************************************* F33 Sitemap ***/

ul.sitemap, 
ul.sitemap ul {
	margin: 0;
	padding: 0;
	width: 700px;
	overflow: hidden;
}

ul.sitemap li {
	padding: 0;
	margin: 0 0 20px 0;
	background: none;
}

ul.sitemap li a {
	display: block;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
	background: url(../siteimg/icon_links.png) no-repeat 5px 3px;
	padding: 0 0 5px 30px; 
	margin: 0 0 15px 0;
	color: #333333;
}

ul.sitemap li a:hover {
	text-decoration: underline;
}

ul.sitemap li ul li {
	width: 350px;
	float: left;
	padding: 0 0 2px 0;
	margin: 0;
}

ul.sitemap li ul li a {
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

ul.sitemap li ul li li {
	width: auto;
	float: none;
}

ul.sitemap ul ul ul {
	margin: 0 0 0 20px;
}

ul.sitemap li ul li li a {
	border: 0;
	background: url(../siteimg/bg_arrow_black.png) no-repeat left 5px;
	padding: 0 0 0 20px;
	margin: 0;
	font-weight: normal;
}

ul.sitemap li ul li li a.hassub {
	background: url(../siteimg/bg_arrow_black_open.png) no-repeat left 5px;
}

/********************************************************************* F27 Inschrijven Updateservice ***/

div.maincontent div.updateservice {
	margin-left: 7px;
	margin-right: 7px;
}

div.updateservice h3 {
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: 1.182em;
	color: #333333;
	background: transparent url(/siteimg/icon_date_subscribe.gif) no-repeat top left;
}

div.updateservice fieldset.content {
	position: relative;
	padding: 10px 15px 0 15px;
	background: transparent url(../siteimg/bg_form_password.png) no-repeat top left;
}

div.updateservice fieldset.bottom {
	position: relative;
	padding: 0 15px 15px 15px;
	background: transparent url(../siteimg/bg_form_password_bottom.png) no-repeat bottom left;
}

div.updateservice fieldset label {
	margin-top: 1px;
	padding-left: 0;
	width: 135px;
}

div.updateservice fieldset label.note {
	color: #474747;
}

div.updateservice fieldset input {
	width: 145px;
	margin-right: 20px;
}

div.updateservice div.error {
	margin-top: 2px;
	font-size: 0.9088em;
	color: #ff0000;
	float: left;
}

ul.faq li a.toggler {
	font-weight: bold;
}
