* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 67.5% Arial;
	/* background-image: url(../images/body_background.gif); */
}

h1, h2, h3, h4 {
	padding: 1em 0 1em 0;
}

h1 {
	font-size: 1.8em;
	width: 300px;
	padding-top: 0;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

p {
	padding-bottom: 1em;
}

ul, ol {
	list-style-type: none;
}

img, fieldset {
	border: 0;
}

a, a:visited {
	color: #d7004d;
}

strong {
	font-weight: bold;
}

em {
	font-variant: italic;
}

/* --------------------- */

input {
	color: #d7004d;
	font-family: Arial;
	font-size: 0.9em;
	border: solid 1px #d80a54;
	padding: 2px;
}

/* --------------------- */

#canvas {
	
}

#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 162px;
	background: transparent url(../images/header_background2.jpg) no-repeat;
	background-position:top right;
	position:relative;
	z-index:1;
}

#body {
	position: relative;
	top: -20px;
	z-index: 2;
}

#main {
position: relative;
z-index: 4;

}

#sub {
	position: absolute;
	width: 233px;
	right: 0;
	top: -90px;
	padding-top: 170px;
	z-index: 4;
}




#footer {
	border-top: solid 1px #d7004d;
	line-height: 1em;
	padding-top: 1em;
	margin: -70px 40px 0 20px;
}

/* --------------------- */

#search {
	float: right;
	width: 220px;
	margin-top: 10px;
}

#search input {
	float: left;
	width: 150px;
}

#search .button {
	float: left;
	font-size: 0px;
	border: 0;
	cursor: pointer;
	width: 28px;
	height: 28px;
	*padding-top: 28px;
	margin: 2px 0 0 6px;
	*margin-top: -3px;
	background: transparent url(../images/buttons/button_search-site_background.png) no-repeat;
	background-position:0 4px;
}

/* --------------------- */

#logo {
	position: absolute;
	display: block;
	top: 0;
	left: -8px;
	width: 123px;
	height: 218px;
	background: transparent url(../images/logo.png) no-repeat;
	z-index: 5;
}

#logo a, #logo a:visited {
	display: block;
	text-indent: -3000px;
	width: 123px;
	height: 142px;
}

/* --------------------- */
/*  Dropdownmenu.... */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*#################################################################################*/

#nav {
	height: 26px;
	padding: 2px 0 0 122px;
	z-index: 99;
	position: relative;
	margin-right: 380px;
}

#nav li {
	float: left;
	margin-right: 30px;
}

#nav a, #nav a:visited {
	color: #e76f00;
	font-size: 1.9em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -2px;
	text-transform:uppercase;
}

#nav li.active a {
	color: #d7034f;
}

#nav li ul {
	background-image:url(../images/menu/top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:145px;
	padding: 25px 0 0 0;
	left:-37px;
	top: 0;
	z-index: -1;
	display: none;
}

#nav li li {
	background-image:url(../images/menu/bg.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	width:145px;
	margin:0; 
	padding:0;
}

#nav li li.last {
	padding-bottom:10px;
	background-image:url(../images/menu/btm.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#nav li li a,
#nav li li a:visited {
	font-size: 1em;
	line-height: 15px;
	width:130px;
	letter-spacing: normal;
	text-transform: none;
	font-weight: bold;
	padding: 1px 6px;
	margin: 2px 2px 2px 1px;
	color:#d61d51;
}

#nav li li a:hover,
#nav li li.active a:hover{
	background-color:#d61d51;
	color:#FFFFFF;
}

#nav li li.active a{
	background-color:#fae6ec;
	color:#d61d51;
}

#nav li img {
	display: block;
	position: absolute;
	right:2px; top:5px;
}

li.sfHover {
	
}

.overideThisToUse {
	
}

/* --------------------- */

#content {
	color: #d7034f;
	/*line-height: 2em;*/
	width: 509px;
	left: 100px;
	position:relative;
}

#content .top {
	height: 15px;
	background: transparent url(../images/content_top_background.png) no-repeat;
	clear:both;
	line-height:1px;
}

#content .body {
	font-size: 1em;
	line-height:normal;
	padding: 0px 40px 60px 24px;
	background-color:transparent;
	background-image:url(../images/content_body_background.jpg);
	background-repeat:repeat-y;
}

.body p {
	line-height: 20px;
}

#min-height-enforcer {
	height: 500px;
	width: 1px;
	float: right;
	font-size:1px;
}

.clear {
	clear: both;
}

.breadcrum{
	font-size: 1em;
	line-height:normal;
	position:relative;
	height:20px;
}
#content .bottom {
	height: 22px;
	background: transparent url(../images/content_bottom_background.png) no-repeat;
}

/* --------------------- */

#side {
	position: absolute;
	width: 178px;
	padding-top: 55px;
	right:-140px;
	top:10px;
	z-index:6;
}


/* SEARCH --------------------- */

.search #main {
	padding-top: 120px;
}

.search #side {
	padding-top: 16px;
}

/* --------------------- */

#func-buttons {
	margin-left: 15px;
}

#func-buttons li {
	width: 77px;
	height: 38px;
	margin-bottom: 0.8em;
}

#func-buttons a, #func-buttons a:visited,
.deelnemers div.join a, .deelnemers div.join a:visited,
.klusdetail div.join a , .klusdetail div.join a:visited {
	display: block;
	text-indent: -3000px;
	width: 71px;
	height: 30px;
	margin-top: 2px;
}

#func-buttons li.text-size {
	width: 74px;
	height: 26px;
	padding: 12px 0 0 3px;
	background: transparent url(../images/text-size_background.png) no-repeat;
}

#func-buttons .text-size a, #func-buttons .text-size a:visited {
	float: left;
	width: 16px;
	height: 15px;
	margin-right: 4px;
}

#func-buttons li.print-page {
	background: transparent url(../images/print-page_background.png) no-repeat;
}

#func-buttons li.mail-friend {
	background: transparent url(../images/mail-friend_background.png) no-repeat;
}

#func-buttons li.back {
	width: 127px;
	margin-top: -30px;
	background: transparent url(../images/buttons/button_back_background.png) no-repeat;
}

#func-buttons .back a, #func-buttons .back a:visited {
	width: 121px;
}

#func-buttons li.join, #func-buttons li.report {
	width: 157px;
	background: transparent url(../images/buttons/button_join_background.png) no-repeat;
}

.klusdetail div.join {
	height: 38px;
	width: 157px;
	margin-bottom: 0.8em;
	background: transparent url(../images/buttons/button_join_background.png) no-repeat;
}

.deelnemers div.join {
	height: 38px;
	width: 157px;
	margin-bottom: 0.8em;
	background: transparent url(../images/buttons/button_join-com_background.png) no-repeat;
}

#func-buttons li.report {
	background: transparent url(../images/buttons/button_report_background.png) no-repeat;
}

#func-buttons .join a, #func-buttons .join a:visited, 
#func-buttons .report a, #func-buttons .report a:visited,
.deelnemers div.join a, .deelnemers div.join a:visited,
.klusdetail div.join  a, .klusdetail div.join a:visited {
	width: 151px;
}

.klusdetail div.join

/* --------------------- */

#sub .button, #sub .button a {
	display: block;
	text-indent: -3000px;
}


#sub > .search {
	width: 118px;
	height: 54px;
	background: transparent url(../images/tijdelijk/aanmelden_klein.png) no-repeat;
	position: absolute;
	right:30px; top:15px;
	z-index:99;
}

/* Onderstaande css werkt niet in IE, klus_zoeken is een door BW ingevoegde tag*/
#sub klus_zoeken > .search {
	width: 118px;
	height: 54px;
	background: transparent url(../images/tijdelijk/aanmelden_klein.png) no-repeat;
	position: absolute;
	right:30px; top:15px;
	z-index:99;
}

#sub .search a {
	width: 115px;
	height: 47px;
}

#sub > .sign-in {
	width: 140px;
	height: 84px;
	background: transparent url(../images/tijdelijk/zoeken_klein.png) no-repeat;
	position: absolute;
	left:0px; top:65px;
	z-index:99;
}

/* Onderstaande css werkt niet in IE, klus_aanmelden is een door BW ingevoegde tag */
#sub klus_aanmelden > .sign-in {
	width: 140px;
	height: 84px;
	background: transparent url(../images/tijdelijk/zoeken_klein.png) no-repeat;
	position: absolute;
	left:0px; top:65px;
	z-index:99;
}

#sub .sign-in a {
	width: 138px;
	height: 70px;
	display: block !important;
}

/* BOXES --------------------- */

.box {
	color: #fff;
}

.box h3 {
	font-size: 1.3em;
	height: 1.4em;
	padding: 0;
}

/* --------------------- */

#sub .box {
	margin: -20px 0 28px 0;
	*margin-bottom: 2px;
}

#sub .box .box-top {
	width: 233px;
	background: transparent url(../images/boxes/box_top_background.png) no-repeat;
}

#sub .box .box-body {
	padding: 1.2em 20px 2.4em 20px;	
}

#sub .box h3, #sub .box p, #sub .box ul {
	padding: 0;
	margin-bottom: 0.3em;
}

#sub .box input  {
	*position: relative;
	width: 175px;
}

#sub .box li {
	padding-top: 0.5em;
}

#sub a, #sub a:visited {
	color: #fff;
	text-decoration: none;
}

#sub a:hover {
	text-decoration: underline;
}

#sub .box .date {
	color: #950035;
	font-weight: bold;
}

#sub .box .photo h3 {
	position: absolute;
}

#sub .box .photo img {
	display: block;
	margin: -2px 0 -2.4em -7px;
}

#sub .box .box-bottom {
	position: absolute;
	*position: static;
	width: 233px;
	height: 43px;
	margin-top: -18px;
	background: transparent url(../images/boxes/box_bottom_background.png) no-repeat;
}

#sub .box .box-bottom a, #sub .box .box-bottom a:visited {
	display: block;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	width: 172px;
	height: 22px;
	padding: 3px 30px 0 0;
	margin-left: 16px;
}

/* --------------------- */

#sub .details .box-details-bottom {
	position: absolute;
	*position: static;
	width: 233px;
	height: 30px;
	background: transparent url(../images/boxes/box-details_bottom_background.png) no-repeat;
}

#sub .details .box-body {
	padding-bottom: 0.5em;
}

#sub .details .edit, #sub .details .edit:visited {
	display: block;
	float: right;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	margin: 3px 8px 0 0;
}

#sub .details h3 {
	float: left;
	margin-bottom: 1em;
}

#sub .details img {
	border: solid 1px #d82759;
}

#sub .details h4 {
	clear: both;
	padding: 0.5em 0 1em 0;
	font-size: 1em;
}

#sub .details li {
	font-weight: bold;
	padding-top: 0.2em;
}

#sub .details .type {
	display: block;
	font-weight: bold;
	margin-top: 1em;
}

/* --------------------- */

#sub .details .sign-in {
	width: 182px;
	height: 51px;
	margin: 20px 0 -5px 0;
	*margin-top: -15px;
	background: transparent url(../images/buttons/button_sign-in-details_background.png) no-repeat;
	position: static !important;
}

#sub .details  .sign-in a {
	clear: both;
	width: 154px;
	height: 22px;
	margin: 10px 12px;
}

#sub .details .edit-list li {
	clear: both;
	height: 25px;
}

#sub .details .edit-list a, #sub .details .edit-list a:visited {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 130px;
}

#sub .edit-list a.icon, #sub .edit-list a.icon:visited {
	float: right;
	text-indent: -3000px;
	cursor: pointer;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background: transparent url(../images/icons/icon-edit.gif) no-repeat;
}

#sub .edit-list a.icon-edit, #sub .edit-list a.icon-edit:visited {
	background: transparent url(../images/icons/icon-edit.gif) no-repeat;
}

#sub .edit-list a.icon-delete, #sub .edit-list a.icon-delete:visited {
	width: 12px;
	background: transparent url(../images/icons/icon-delete.gif) no-repeat !important;
}

/* --------------------- */

#content .box {
	margin-left: -10px;
}

#content .box .box-top, #overlay .box .box-top {
	width: 443px;
	min-height: 120px;
	background: transparent url(../images/boxes/box-content_top_background.png) no-repeat;
}

#content .wide .box-top {
	width: 595px;
	min-height: 120px;
	background: transparent url(../images/boxes/box-content-wide_top_background.png) no-repeat;
}

#content .box .box-body, #overlay .box .box-body {
	padding: 1.2em 20px 1em 20px;
}

#content .box .box-bottom, #overlay .box .box-bottom {
	width: 443px;
	height: 30px;
	background: transparent url(../images/boxes/box-content_bottom_background.png) no-repeat;
}

#content .wide .box-bottom {
	width: 595px;
	height: 30px;
	background: transparent url(../images/boxes/box-content-wide_bottom_background.png) no-repeat;
}

#content .box h3 {
	width: 210px;
	margin-top: 0.5em;
}

/* --------------------- */

#search-form {
	width: 402px;
	height: 181px;
	padding-top: 55px;
	background: transparent url(../images/search-form_background.png) no-repeat;
}

#search-form fieldset {
	width: 325px;
	margin: 0 auto;
}

#search-form label {
	display: block;
	float: left;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	width: 155px;
	padding-top: 3px;
}

#search-form input {
	position: relative;
	width: 155px;
	margin-bottom: 1em;
}

#search-form .submit {
	float: right;
	font-size: 0;
	border: 0;
	cursor: pointer;
	width: 132px;
	height: 42px;
	*padding-top: 42px;
	margin-top: 2px;
	*margin-top: -3px;
	background-color: transparent;
}

#search-form a, #search-form a:visited {
	color: #fff;
	margin-left: 60px;
}

/* --------------------- */

#overlay {
	display: none;
	position: absolute;
	right: 250px;
	top: 85px;
	z-index: 100;
}

#mail-friend, #support, #join, #report {
	display: none;
}

/* --------------------- */

#overlay .close, #overlay .close a {
	display: block;
	text-indent: -3000px;
}

#overlay .close {
	float: right;
	width: 30px;
	height: 30px;
	margin-right: -5px;
	background: transparent url(../images/buttons/button_close_background.png) no-repeat;
}

#overlay .close a, #overlay .close a:visited {
	width: 20px;
	height: 20px;
	margin: 1px 0 0 3px;
}

#overlay  .error {
	color: #950035;
	font-weight: bold;
	padding: 1em 0 0 0;
	margin-left: 107px;
}

#overlay  .msg, #overlay  .error {
	display: none;
}

/* --------------------- */

#overlay .wide .box-top {
	width: 553px;
	background: transparent url(../images/boxes/box-overlay-wide_top_background.png) no-repeat;
}

#overlay .wide .box-bottom {
	width: 553px;
	background: transparent url(../images/boxes/box-overlay-wide_bottom_background.png) no-repeat;
}

/* --------------------- */

#mail-friend h4, #support h4, #join h4,  #report h4 {
	float: left;
	text-indent: -3000px;
	width: 80px;
	height: 23px;
	margin: 0 0 0.8em -4px;
	padding: 0;
	background: transparent url(../images/h4_send-friend_background.png) no-repeat;
}

#support h4 {
	width: 155px;
	background: transparent url(../images/h4_support_background.png) no-repeat;
}

#join h4 {
	width: 99px;
	background: transparent url(../images/h4_join_background.png) no-repeat;
}

#report h4 {
	width: 142px;
	background: transparent url(../images/h4_report_background.png) no-repeat;
}

/* --------------------- */

#mail-friend label, #join label, #report label {
	display: block;
	float: left;
	width: 105px;
	padding-top: 3px;
}

#mail-friend input, #join input, #report input {
	position: relative;
	width: 180px;
	margin-bottom: 0.2em;
}

#mail-friend .submit, #join .submit, #report .submit {
	float: none;
	position: relative;
	/**position: static;*/
	font-size: 0;
	border: 0;
	cursor: pointer;
	width: 97px;
	height: 23px;
	*padding-top: 23px;
	margin: -2px 0 0 5px;
	background: transparent url(../images/buttons/button_mail-friend-submit_background.gif) no-repeat;
	
	z-index:999;
}

/* --------------------- */

#support fieldset {
	border-top: solid 1px #fff;
	padding-top: 1em;
	margin: 0 5px 1.5em 3px;
}

#support legend {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 20px;
	*margin: 0 0 1em -7px;
}

#support label {
	display: block;
	float: left;
	width: 315px;
	height: 17px;
	padding-top: 2px;
	margin-bottom: 0.3em;
}

#support input {
	position: relative;
	float: right;
	width: 180px;
	margin-bottom: 0.3em;
}

#support textarea {
	position: relative;
	float: right;
	color: #d7004d;
	font-family: Arial;
	font-size: 0.9em;
	border: solid 1px #d80a54;
	width: 180px;
	height: 40px;
	padding: 2px;
	margin-bottom: 0.3em;
	overflow: auto;
}

#support label.textarea {
	height: 42px;
}

#support select {
	position: relative;
	float: left;
	color: #d7004d;
	font-size: 0.9em;
	width: 100px;
	margin-left: 5px;
	*margin-left: 2px;
}

#support .submit {
	float: right;
	font-size: 0;
	border: 0;
	cursor: pointer;
	width: 204px;
	height: 51px;
	*padding-top: 51px;
	margin: -10px -2px -16px 0; /* */
	*margin-bottom: -32px; /* */
	background: transparent url(../images/buttons/button_support-submit_background.png) no-repeat;
}

#support  .error {
	margin: 0;
}

/* --------------------- */

#content .support-link, #content .support-link a {
	display: block;
	text-indent: -3000px;
}

#content .support-link {
	float: right;
	width: 204px;
	height: 51px;
	margin: -5px -15px 0 0;
	background: transparent url(../images/buttons/button_box-support_background.png) no-repeat;
}

#content .support-link a, #content .support-link a:visited {
	width: 175px;
	height: 22px;
	margin: 10px 0 0 12px;
}

/* --------------------- */

#content ul.support-list  {
	margin: 2em 5px 0px 0px;
	line-height: 1.6em;
}

#content .support-list li {
	padding: 1em 20px 0 20px;
}
#content .support-list li {
	position:relative;
	clear:both;
	left:0px;
	top:0px;
	float:none;
}

#content .box h4, #content .box h5 {
	font-size: 1.1em;
	padding: 0;
}

#content .box h5 {
	font-weight: normal;
	padding-bottom: 1em;
}

#content .box p, 
#content .box .edit {
	display: none;/**/
}

#content .box li.active {
	border: solid 1px #e55f0b;
	padding-bottom: 0.5em;
	background-color: #ea8324;
	margin-top:10px;
}

#content .box li.active p {
	display: block;
}
#content .box .status {
	display:inline-block;
	position:absolute;
	right:0px;
	top:10px;
	width:120px;
	margin-left:5px;
	height:20px;
	cursor: pointer;
}
#content .box li.active .edit {
	position:absolute;
	display:block;
	right:0px;
	top:10px;
	width:120px;
	height:80px;
}
#content .box li .edit2 {
	position:absolute;
	right:0px;
	top:10px;
	width:120px;
	height:80px;
}
#content .box li .goedkeuren, 
#content .box li .afkeuren, 
#content .box li .wijzigen,
#content .box li .terug,
#content .box li .opslaan {
	margin-bottom:8px;
}
#content .box li.active textarea {
	width:379px; height:50px; margin-top:4px;
}
#content .box .status.goedgekeurd {
	background:transparent url(../images/icons/icon-goed.gif) left top no-repeat;
}
#content .box .status.afgekeurd {
	background:transparent url(../images/icons/icon-af.gif) left top no-repeat;
}
#content .box .status.keuren {
	background:transparent url(../images/icons/icon-keuren.gif) left top no-repeat;
}

#content .box li.active .status {
	display:none;
}
#content .box li input, 
#content .box li textarea {
	border:none;
	background:#E76F00;
	color:#FFFFFF;
	padding: 2px;
	font-size:1.1em;
	font-weight:bold;
}
#content .box li.active input, 
#content .box li.active textarea {
	background:#ea8324;
}
#content .box li.change input,
#content .box li.change textarea {
	color: #d7004d;
	font-size: 0.9em;
	border: solid 1px #d80a54;
	padding: 2px;
	font-weight:normal;
	background:#FFFFFF;
}
#content .box li .hidden {
	display:none;
}
#content .box li .visible {
	display:block;
}


/* --------------------- */


/* --------------------- */

#content ul.toolkit-list  {
	line-height: 1.6em;
	margin: 1em 10px 0 20px;
}

#content .toolkit-list li {
	min-height: 22px;
	margin-top: 0.5em;
	padding: 4px 0 0 32px;
	/* 20090121ZK ovv Michiel
	background: transparent url(../images/li_pdf_background.png) no-repeat;
	*/
}

#content .toolkit-list li.pdf{
	background: transparent url(../images/li_pdf_background.png) no-repeat;
}

#content .toolkit-list li.other{
	background: transparent url(../images/li_img_background.png) no-repeat;
}

#content .toolkit-list a, #content .toolkit-list a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* --------------------- */

#content .promo, #content .promo a {
	display: block;
	text-indent: -3000px;
}

#content .promo {
	float: right;
	width: 143px;
	height: 130px;
	margin: -8px 15px 0 0;
	background: transparent url(../images/buttons/button_promo_background.png) no-repeat;
}

#content .promo a {
	width: 115px;
	height: 102px;
	margin: 10px 0 0 12px;
}

/* --------------------- */

#footer ul {
	float: left;
	margin-left: 20px;
}

#footer li {
	float: left;
	border-right: solid 1px #d7004d;
	padding-right: 8px;
	margin-right: 8px;
	
}

#footer li.last {
	border: 0;
}

#footer a, #footer a:visited {
	text-decoration: none;
}

.copyright {
	float: left;
	font-weight: bold;
	height: 1.5em;
}

.icatt {
	float: left;
	*float: none;
	color: #d7b8c3;
	font-size: 0.9em;
	padding: 4px;
	*padding: 8px 0;
	text-align: center;
	width: 99%;
}

.icatt a {
	color: #d7b8c3;
}

.icatt a:hover {
	text-decoration: underline;
}

.copyright, .icatt {
	letter-spacing: -1px;
}

/* --------------------- */

#search-box {
	position: absolute;
	top: 26px;
	left: 92px;
	width: 663px;
	height: 170px;
	background-image: url(../images/search-box_background.png);
	background-repeat: no-repeat;
	z-index:5;
}

#search-box .type-text, #search-box .type-check {
	display: block;
	float: left;
	border: 0;
}

#search-box .type-text {
	width: 310px;
	padding: 0 0 10px 130px;
	margin: 17px 0 0 20px;
	border-bottom: solid 1px #d7004d;
}

#search-box .type-check {
	margin-top: 8px;
}

#search-box .left {
	width: 155px;
	margin-left: 150px;
}

#search-box .type-text label, #search-box .type-check label {
	color: #ffffff;
}

#search-box .type-check label {
	margin-right: 10px;
}

#search-box .type-text label {
	display: block;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	width: 155px;
	padding-top: 2px;
}

#search-box .type-text input {
	width: 148px;
}

#search-box .type-check input {
	border: 0;
	*width: 14px;
	*height: 14px;
	margin-right: 2px;
}

#search-box .type-text label, #search-box .type-text input {
	margin: 5px 0;
}

#search-box .submit {
	float: right;
	font-size: 0;
	border: 0;
	cursor: pointer;
	width: 159px;
	height: 68px;
	padding-top: 68px;
	margin: 65px 30px 0 0;
	background: transparent url(../images/buttons/button_search-submit_background.png) no-repeat;
}


/* --------------------- */

#results {
	font-size: 0.9em;
	color: #767676;
	line-height: 1em;
	border-collapse:collapse;
	width: 560px;
	margin: 10px 0 0 -5px;
}

#results tr {
	position: relative;
	display: block;
	cursor: pointer;
}

#results th {
	text-align: left;
}

#results th a, #results th a:visited {
	font-size: 1.2em;
	text-decoration: none;
}

#results .city {
	font-size: 1.1em;
	color: #1f1f1f;
}

#results td span {
	display: block;
	float: left;
}

.icon {
	display: block;
	float: left;
	height: 15px;
	margin-right: 3px;
	background-color: transparent;
	background-repeat: no-repeat;
	cursor: default;
}

.inside {
	width: 27px;
	background-image: url(../images/icons/icon-inside.png);
}

.outside {
	width: 19px;
	background-image: url(../images/icons/icon-outside.png);
}

.friday {
	width: 28px;
	background-image: url(../images/icons/icon-friday.png);
}

.saturday {
	width: 28px;
	background-image: url(../images/icons/icon-saturday.png);
}

#results .amount {
	position: absolute;
	right: 0;
	top: -10px;
	color: #fff;
	text-align: center;
	width: 46px;
	height: 18px;
	padding: 12px 5px 0 0;
	margin-right: 0;
	background: transparent url(../images/icons/icon-amount.png) no-repeat;
}

#results .geen-vrijw {
	background: transparent url(../images/icons/icon-amount-0.png) no-repeat;
}

#results th {
	padding-top: 10px;
}

#results th, #results td.first {
	vertical-align: top;
	width: 245px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#results td.icons {
	width: 100px;
}

/* --------------------- */

#content h2 {
	font-size: 1.1em;
}

#content .volunteers {
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 10px;
}

#content .details {
	padding-bottom: 1em;
}

#content .details img {
	float: left;
	border: solid 1px #d82759;
	margin: 0 10px 1em 0;
}

#content .details ul {
	color: #767676;
	line-height: 1.6em;
}

/* --------------------- */

#newsletter #nb-select {
	/*display: none;*/
	position: absolute;
	left:20px; top:48px;
	z-index: 1000;
}

#newsletter .default-1, #newsletter .default-2 {
	position: relative;	
	padding: 2px 3px !important;
	margin:0 !important;
	width: 175px;
	cursor: pointer;
	background-color: #ec8c33;
	z-index: 1000;
	border-top: 1px solid #d7004d;
}

#newsletter .default {
	background-color: #ec8c33;
	background-image: url(../images/nb-select-arrow.gif);
	background-repeat:no-repeat;
	background-position:165px 6px;
	padding: 2px 3px !important;
	width: 175px;
	cursor: pointer;
}

#newsletter .error, #newsletter .msg {
	display: none;
}

#newsletter .error {
	color: #950035;
	font-weight: bold;
}

/* --------------------- */

#tooltips {
	display: none;
}

#tooltip {
	position: absolute;
	width: 160px;
	padding: 5px;
	border: solid 1px #d82759;
	background-color: #fff;
	z-index:99;
}

#tooltip h5 {
	font-size: 1.1em;
}

#tooltip p {
	padding: 0;
}

/* --------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
  	visibility: hidden;
	font-size: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*Hack voor klusdetailpagina*/

* html .clrfix {
    height: 1%;
}
/* Einde Hack */

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.center {
	text-align: center;
}

.strong {
	font-weight: bold;
}

.small {
	font-size: 0.9em;
}

.dispnone {
	display:none;
}

:focus {
	outline: 0;
}

/* --------------------- */

.BW_CANVAS, #editbuttonbox {
	position: absolute;
	left: 5px;
	top: 5px;
	margin:0;
}

/* --------------------- */

.aanpasaanmeld {
}
form.aanpasaanmeld, 
.aanpasaanmeld legend, 
.aanpasaanmeld fieldset, 
.aanpasaanmeld label {
	color: #d7034f;
	line-height:2em;
	margin:0px;
	padding:0px;
	left:0px;
}


.aanpasaanmeld h2 {
	color: #d7034f;
	line-height:2em;
	margin:0px;
	padding:0px;
	left:0px;
	font-size:2em;
	background:url(../images/form_header_background.gif) repeat-x;
}
.aanpasaanmeld h2 span {
	background-color:#fff;
	padding-right:10px;
}
.aanpasaanmeld label {
	font-weight:bold;	
	clear:both;
	float:none
}
.aanpasaanmeld .icon {
	display:inline-block;
	float:none;
	height: 18px;
	width:18px;
	margin: 3px;
	cursor: default;
	background:url(../images/icons/icon-question.gif) no-repeat left top;
}

.aanpasaanmeld input, 
.aanpasaanmeld textarea {
	color: #d7004d;
	font-family: Arial;
	font-size: 0.9em;
	border: solid 1px #d80a54;
	padding: 2px;
}

#status_bar {
	background-image:url(../images/formstatus/stripe_bg.gif);
	background-repeat:repeat-x;
	background-position: 0 26px;
	height: 105px;
	margin-bottom: 40px;
}

#status_bar .clr {
	clear: both;
	height: 1px;
	font-size: 1px;
}

#status_bar h2 {
	margin:0 10px 0 0; padding:0;
	width: 134px;
	height: 105px;
	background-repeat: no-repeat;
	float: left;
}

#status_bar h2.stap_1 {
	background-image:url(../images/formstatus/stap1_lo.gif);
}

#status_bar h2#active1 {
	background-image:url(../images/formstatus/stap1_hi.gif);
}

#status_bar h2.stap_2 {
	background-image:url(../images/formstatus/stap2_lo.gif);
	margin-right: 9px;
}

#status_bar h2#active2 {
	background-image:url(../images/formstatus/stap2_hi.gif);
	margin-right: 9px;
}

#status_bar h2.stap_3 {
	background-image:url(../images/formstatus/stap3_lo.gif);
	margin-right: 9px;
}

#status_bar h2#active3 {
	background-image:url(../images/formstatus/stap3_hi.gif);
	margin-right: 9px;
}

#status_bar h2.stap_4 {
	background-image:url(../images/formstatus/stap4_lo.gif);
	margin-right: 0;
}

#status_bar h2#active4 {
	background-image:url(../images/formstatus/stap4_hi.gif);
	margin-right: 0;
}

#status_bar h2 span{
	display: block;
	margin:60px 0 0 0;
	padding:0;
	width: 140px;
	height: 45px;
	text-align: center;
	background-color: transparent;
	color: #ffffff;
	line-height: 18px;
}

#status_bar h2.active span{
	color: #d61d51;	
}

label.error {
	margin-left: 10px;
	margin-right: 10px;
	color:#FF0000;
}
.radio label {
	width: 80px;
	display:inline-block;
}
.radio label.error {
	margin-left: 10px;
	margin-right: 10px;
	width:300px;
	display: inline;
	color:#FF0000;
	position:absolute;
	left:370px;
}
.threebox label.error {
	margin-left: -2px;
	padding-left: 2px;
	margin-right: 10px;
	width:300px;;
	display: inline;
	color:#FF0000;
	background:#FFFFFF;
	position:absolute;
	left:155px;
}
.inline label.error {
	color:#FF0000;
	background:#FFFFFF;
	display:block;
	width:auto;
	margin:0px;
	padding:0px;
}

.inlineUp label.error {
	color:#FF0000;
	background:#FFFFFF;
	display:block;
	width:auto;
	margin:0px;
	padding:0px;
	position:absolute;
	top:20px;
	left:10px;
}
/*.streetname label.error {
	margin-left: -4px;
	padding-left: 1px;
	margin-right: 10px;
	width:auto;
	height:10px;
	display: inline;
	color:#FF0000;
	position:absolute;
	left:5px;
}*/

input[type=radio], input[type=checkbox]  {
	border:none;
}

input.opslaan {
	background: url(../images/buttons/button_klusopslaan_background.png) no-repeat;
	display:block;
	width:159px;
	height:66px;
	border:none;
	cursor:pointer;
	font-size:0px;
	padding-top:30px;
}
input.aanpassen {
	background: url(../images/buttons/button_aanpasssen.png) no-repeat;
	display:block;
	width:134px;
	height:69px;
	border:none;
	cursor:pointer;
	font-size:0px;
	padding-top:30px;
}

input.vorige {
	background: url(../images/buttons/button_vorige_background.png) no-repeat;
	display:block;
	width:159px;
	height:66px;
	border:none;
	cursor:pointer;
	font-size:0px;
	padding-top:30px;
	float: right;
}

input.volgende {
	background: url(../images/buttons/button_volgende_background.png) no-repeat;
	display:block;
	width:159px;
	height:66px;
	border:none;
	cursor:pointer;
	font-size:0px;
	padding-top:30px;
	float: right;
}

input.verstuur {
	background: url(../images/buttons/button_verstuur_background.png) no-repeat;
	display:block;
	width:159px;
	height:66px;
	border:none;
	cursor:pointer;
	font-size:0px;
	padding-top:30px;
	float: right;
}

/*##################################################################################*/

/* Formulier bestellen*/
.artikelen table {
	border: solid 1px #d80a54;
	border-right:none;
	border-bottom:none;
}
.artikelen th, .artikelen td {
	border-bottom: solid 1px #d80a54;
	border-right: solid 1px #d80a54;
	text-align:left;
	font-weight:bold;
	padding:2px;
	padding-left:8px;
}

.artikelen td input {
	display:block;
	width:20px;
}

#form1 h2 {
	color: #d7034f;
	line-height:2em;
	margin:0px;
	padding:0px;
	left:0px;
	font-size:2em;
	background:url(../images/form_header_background.gif) repeat-x;
}
#form1 h2 span {
	background-color:#fff;
	padding-right:10px;
}
#form1 h2 {
	font-size: 1.1em;
}
#form1 label {
	font-weight:bold;	
}

fieldset.organisatie input.error {
	border-color:#FF0000;
}
fieldset.organisatie label {
	display:inline-block;
	width:200px;
	margin:0px;
	padding:0px;
	float:left;
	clear:left;
	height:18px;
}
fieldset.organisatie input {
	display:block;
	width:232px;
	float:left;
	margin-bottom:4px;
}
#form1 fieldset.organisatie label.error {
	display:inline-block;
	width:400px;
	clear:left;
	float:left;
	font-weight:normal;
}

#form1 input#verstuur {
	width:auto;
	clear:both;
	float:none;
}


/*##################################################################################*/

/* Nieuwsoverzicht - Nieuwsdetail*/

#nieuwsoverzicht_container ul{
	margin:0; padding:0;
	list-style-type:none;
}

#nieuwsoverzicht_container li {
	margin:0 0 40px 0; padding:0;
	list-style-type:none;
}

#nieuwsoverzicht_container h3 {
	margin:0 0 6px 0; padding:0;
}

 #nieuwsoverzicht_container p {
	margin:0; padding:0;
}

#nieuwsoverzicht_container p.datum {
	font-style:italic;
	margin: 0 0 6px 0;
}

#nieuwsoverzicht_container p.more_link a:link,
#nieuwsoverzicht_container p.more_link a:active,
#nieuwsoverzicht_container p.more_link a:visited {
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
}

#nieuwsoverzicht_container p.more_link a:hover {
	text-decoration:underline;
}

#nieuwsoverzicht_container div.paginering {
	font-size: 14px;
}

#nieuwsoverzicht_container div.paginering a:link,
#nieuwsoverzicht_container div.paginering a:active,
#nieuwsoverzicht_container div.paginering a:visited {
	font-weight: bold;
	text-decoration:none;
	padding: 0 3px;
}

#nieuwsoverzicht_container div.paginering a:hover {
	text-decoration:underline;
}

#nieuwsoverzicht_container div.paginering span {
	padding: 0 3px;
}

p.nieuws_datum {
	font-style:italic;
}


/*##################################################################################*/

#stepForm,
#stepForm li {
	margin:0 !important; padding:0 !important;
	list-style-type:none;
}

#sf1, #sf2, #sf3, #sf4 {
	margin:0 !important; padding:0 !important;
	min-height: 1px;
}

#stepForm .server-msg {
	position: absolute;
	left:25px; top:218px;
	background-color:#FF9900;
	color:#FFFFFF;
	padding: 4px 8px;
	border: 1px solid #CC0033;
	font-weight:bold;
}


/*##################################################################################*/
/* Comite aanmelden*/

input.deelnemer-toevoegen {
	background: url(../images/buttons/button_deelnemer-toevoegen.png) no-repeat;
	display:block;
	width:198px;
	height:68px;
	border:none;
	cursor:pointer;
	font-size:0px;
	padding-top:30px;
}

.comite-deelnemer {
	margin-top: 25px;
}

.comite-deelnemer input {
	background-color:transparent;
	border:0;
	margin:0 !important; padding:0 !important;
	
}

.comite-deelnemer h3{
	margin:0 0 4px 0; padding:0;
	font-size: 1.1em;
}

.comite-deelnemer h3 input{	
	font-weight: bold;
	width: 300px;
}

.comite-deelnemer-adres {
	width: 300px;	
	float: left;
}

.comite-deelnemer-adres input {
	font-size: 1em;
	height: 1.4em;
	line-height: 1.2em;
}



.comite-deelnemer-adres input.comite-postcode {
	width: 4em;
}

.comite-deelnemer-buttons {
	width: 240px;	
	float: right;
	font-weight: bold;
	margin-top: -20px;
}

.comite-deelnemer-buttons div {
	margin-bottom: 8px;	
}

.comite-deelnemer-buttons a.icon-edit {
	background: transparent url(../images/icons/icon-edit.gif) no-repeat;
	display: block;
	float: left;
	height: 15px;
	width:18px;
	margin-right: 3px;
	text-indent: -2000em;
	cursor: pointer;
}

.comite-deelnemer-buttons a.icon-goedkeuren {
	background: transparent url(../images/icons/icon-goedkeuren.gif) no-repeat;
	display: block;
	float: left;
	height: 21px;
	width:18px;
	margin: 0 3px 0 2px;
	text-indent: -2000em;
	cursor: pointer;
}

.comite-deelnemer-buttons a.icon-afkeuren {
	background: transparent url(../images/icons/icon-afkeuren.gif) no-repeat;
	display: block;
	float: left;
	height: 21px;
	width:18px;
	margin: 0 3px 0 0;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -2000em;
	cursor: pointer;	
}

.comite-deelnemer-buttons a.icon-terug {
	background: transparent url(../images/icons/icon-terug.gif) no-repeat;
	display: block;
	float: left;
	height: 21px;
	width:18px;
	margin: 2px 3px 0 3px;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -2000em;
	cursor: pointer;
}

.comite-deelnemer-edit .comite-deelnemer-buttons {
	position: relative;
	top: -30px;
	left: -10px;
}

.comite-deelnemer-edit .comite-deelnemer-buttons a {
	color: white;
}

.comite-deelnemer-edit{
	width: 590px; height: 187px;
	overflow:hidden;
	margin-top: 25px;
	background-image:url(../images/boxes/comite-deeln-edit-bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	position: relative;
	left: -15px;
	top:-20px;
}

.comite-deelnemer-edit h2{
	margin: 15px 0 0 30px; padding:0;
	font-size: 1.3em !important;
	color: #ffffff;
	background:none;
}

.comite-deelnemer-edit h3{
	margin: 15px 0 0 0; padding:0;
	font-size: 1.1em;
}

.comite-deelnemer-edit input {	
	border:0;
	margin:0 0 10px 30px !important; padding:2px !important;
	
}

.comite-deelnemer-edit h3 input{	
	font-weight: bold;
	width: 260px;
}

.comite-straat {
	width: 260px;
}

.comite-plaats, .comite-deelnemer-edit .comite-plaats{
	margin-left: 5px !important;
	width: 208px;
}

input.comite-gegevens-opslaan {
	background: url(../images/buttons/button_comite-gegevens-opslaan.png) no-repeat;
	display:block;
	width:259px;
	height:68px;
	border:none;
	cursor:pointer;
	font-size:0px;
	padding-top:30px;
}

form#aanpassen .contactinformatie input {
	width: 340px;
}

/*##################################################################################*/
/* Comite detail*/

#comite_detail .comite-deelnemer {
	/* 20090123ZK width: 280px;*/
	width: 222px;
	float: left;
}

	/**/
/*##################################################################################*/


.instant {	
	position:relative;
	top: -10000px;
}

#leaderboard {
	position: absolute;
	right: 0;
	top: 55px;
	z-index:99;
}

#editbuttonbox {
	position: absolute;
	top: 100px;
	left: 120px;
}

#homepage #editbuttonbox {
	position: absolute;
	top: 230px;
	left: 120px;
}

/*##################################################################################*/
/* Zoekformulier */

#BW_zoekform {
	padding-bottom: 10px;
	border-bottom: 1px solid #d7004d;
}

#BW_zoekform .submit {
	
	font-size: 0px;
	border: 0;
	cursor: pointer;
	width: 146px;
	height: 66px;
	*padding-top: 66px;
	margin-top: 2px;
	*margin-top: -3px;
	background: transparent url(../images/buttons/search-form-submit_background.png) no-repeat;
}

#BW_zoekform .zoekopties {
	padding-top:18px;
	width: 280px;
	float: left;
}

#BW_zoekform .zoekopties div {
	margin: 0 0 15px 0;
}


#BW_zoekform label {
	font-weight: bold;
	padding-right: 10px;
}

#BW_zoekform .button {
	width: 146px;
	height: 66px;
	float: right;
}


/*##################################################################################*/
/* Zoekresultaten */

#BW_zoekresultaat {
	
	margin-top:20px;
}



#BW_zoekresultaat #result_header {
	font-weight: bold;
	margin: 20px 0 10px 0;
}

#BW_zoekresultaat .paging {
	font-weight: bold;
	margin: 0 0 20px 0;
}

#BW_zoekresultaat .paging a:link,
#BW_zoekresultaat .paging a:visited,
#BW_zoekresultaat .paging a:active {
	padding: 0 3px;
	text-decoration:none;
	font-size: 12px;
}

#BW_zoekresultaat .paging a:hover {
	background-color:#FDD0FC;
}

#BW_zoekresultaat .paging a.current {
	font-weight: normal;
	text-decoration:underline;
}

#BW_zoekresultaat ol {
	padding-left: 20px;
	list-style-type:decimal;
}

#BW_zoekresultaat li {
	margin-bottom: 25px;
}

#BW_zoekresultaat a.zoektitel:link,
#BW_zoekresultaat a.zoektitel:visited,
#BW_zoekresultaat a.zoektitel:active {
	font-weight: bold;
	text-transform:capitalize;
	text-decoration:none;
}

#BW_zoekresultaat a.zoektitel:hover {
	text-decoration:underline;
}


#BW_zoekresultaat .zoek_inhoud {
	margin-top: 5px;
}

#BW_zoekresultaat .zoek_inhoud strong {
	font-weight: bold;	
	background-color: #ffed8b;
}


#ie6-klus-zoeken, #ie6-klus-aanmelden {
	display: none;
}

table.comite-overzicht {
	width: 445px !important;
}

.comite-overzicht td.beschrijving {
	padding: 0 5px 10px 5px;
}

/*#######################################################*/

.item-0 {
	background: #d7004d;
	cursor: default !important;
}

.jquery-selectbox {
	position: relative;
	height: 18px;
	line-height: 12px;
	border: 0;
	width: 180px !important;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	color: #fff;
	padding: 0 0 2px 0;
	background-color:#ec8c33;
}
.jquery-selectbox.selecthover {
	/*border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("../img/bg-TextFieldFocused.gif");*/
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 20px;
	padding: 0;
	left: 0px;
	background: #ec8c33;
	width: 180px !important;
	height: 60px !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-top: 1px solid #e76f00;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background-image: url(../images/nb-select-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 -2px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background-image: url(../images/nb-select-arrow.gif);
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #d7004d;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding: 3px 0 4px 3px;
	border-bottom: 1px solid #e76f00;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}




#sponsorbox2 {
	width: 241px;
	height: 190px;
	background-image:url(../images/boxes/sponsorbox2.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	margin-top: -37px !important;
	*margin-top: -11px !important;
	z-index: 999;
	position:relative;
}


div#sub div.details span.nieuwe-klus {
	display:block;
	width: 182px !important;
	height: 51px !important;
	margin: 0 !important;
	padding:0;
	background-image: url(../images/buttons/button_sign-in-details_background.png);
	background-repeat:no-repeat;
}

div#sub div.details span.nieuwe-klus a {
	display:block;
	width: 182px !important;
	height: 51px !important;
	margin: 0 !important;
	padding:0;
}
