* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 67.5% Arial;
	/* background-image: url(../images/body_background.gif); */
}

h1, h2, h3, h4 {
	padding: 1em 0 0.6em 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: #752641;
}

strong {
	font-weight: bold;
}

em {
	font-variant: italic;
}

/* --------------------- */

input {
	color: #752641;
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #752641;
	padding: 2px;
}

input.file {
	width: 230px;
}

/* --------------------- */

#canvas {	
}

#container {
	position: relative;
	width: 977px;
	margin: 0 auto;
	background-color:#fef4e8;
}

#header {
	height: 161px;
	background: transparent url(../images/header_background_2011.jpg) no-repeat;
	background-position:top right;
	position:relative;
	z-index:1;
}

#body {
	/*background: transparent url(../images/bg_body_glow_2009.jpg) no-repeat;
	background-position:408px -100px;*/
	position: relative;
	top: -20px;
	z-index: 2;
}

#main {

z-index: 5;

}

#sub {
	position: relative;
	width: 233px;
	right: 0;
	top: -124px;
	margin-top: 150px;
	z-index: 3;
	float:left;
}
#main { width:744px; float:left;}

#shadebg{ 
	background-image:url(../images/shadebg.jpg);
	background-repeat:repeat-y;
	width:1003px;
	margin:0 auto;}

#homepage #header {
	z-index: 10;
}

#homepage #sub {
	padding-top: 0px;
	z-index: 8;
	margin-top:0px;
}

#homepage #body {
/*	top: 15px;*/
	margin-top:44px;
}



#footer {
	border-top: solid 1px #752641;
	line-height: 1em;
	padding-top: 1em;
	margin: 0 40px 0 20px;
	padding-bottom:20px;
	z-index:30;
	position:relative;
	width:509px;
	left:64px;
}

/* --------------------- */

#search {
	position:absolute;
	top:160px;
	left:780px;
	z-index:9999;
	background-color:#752641;
	display:none;
	visibility:hidden;
}

#search input {
	float: left;
	width: 144px;
}

#search .button {
	display:block;
	width:42px;
	height:18px;
	background-image:url(../images/buttons/button_zoek.jpg);
	float:left;
	text-indent:-9999px;
	/*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: 16px;
	left: 15px;;
	width: 130px;
	height: 130px;
	/*	background: transparent url(../images/logo_small_2009.png) no-repeat;*/
	z-index: 24;
}

#logo a, #logo a:visited {
	display: block;
	text-indent:-9999px;
	width:130px;
	height: 130px;
}

/* --------------------- */
/*  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: 16px;
	padding: 20px 0 0 64px;
	z-index: 1000;
	position: relative;
/*	margin-right: 380px;*/
}

#nav li{float:left;}
#nav li a {
	margin-right:25px;
	text-indent:-9999px;
}

#nav li.home a{
	display:block;
	height:16px;
	width:63px;
	background-image:url(../images/buttons/home_off_2009.png);
	background-repeat:no-repeat;}

#nav li.home a:hover{
	background-image:url(../images/buttons/home_on_2009.png);}
	
#nav > li.meedoen > a{
	display:block;
	height:16px;
	width:102px;
	background-image:url(../images/buttons/meedoen_off_2009.png);}

#nav > li.meedoen > a:hover{
	background-image:url(../images/buttons/meedoen_on_2009.png);}

#nav > li.overnldoet > a{
	display:block;
	height:16px;
	width:150px;
	background-image:url(../images/buttons/overnldoet_off_2009.png);}

#nav > li.overnldoet > a:hover{
	background-image:url(../images/buttons/overnldoet_on_2009.png);}

#nav > li.nieuws > a{
	display:block;
	height:16px;
	width:80px;
	background-image:url(../images/buttons/nieuws_off_2009.png);}

#nav > li.nieuws > a:hover{
	background-image:url(../images/buttons/nieuws_on_2009.png);}

#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: #752641;
}

#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;*/
	left:-10px;
	top: 0;
	z-index: -1;
	display: none;
	margin-top:15px;
}

#nav li.meedoen ul {left:-20px;top: 0;}

#nav li.overnldoet ul {left:0px;top: 0;}

#nav li.nieuws ul {left:-30px;top: 0;}

#nav li li {
	background-image:url(../images/menu/bg.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	width:145px;
	margin:0; 
	padding:0;
	text-decoration:none;
}

#nav li li.last {
	padding-bottom:10px;
	background-image:url(../images/menu/btm.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#nav li li a,
#nav li li a:visited {
	text-indent:0px; /* erft over van nav li*/
	font-size: 1em;
	line-height: 15px;
/*	width:130px;*/
	letter-spacing: normal;
	text-transform: none;
	font-weight: bold;
	padding: 1px 9px;
	margin: 2px 2px 2px 1px;
	color:#752641;
	text-decoration:none;
}

#nav li li a:hover,
#nav li li.active a:hover{
	background-color:#752641;
	color:#FFFFFF;
}

#nav li li.active a{
	background-color:#752641;
	color:#fff;
}

#nav li img {
	display: block;
	position: absolute;
	right:2px; top:5px;
}

li.sfHover {
	
}

.overideThisToUse {
	
}

/* --------------------- */

#content {
	color: #752641;
	/*line-height: 2em;*/
	width: 509px;
	left: 64px;
	position:relative;
}

#content .top {
}

#content .body {
font-size: 1em;
}

.body p {
	line-height: 20px; font-size:1em; color:#752641;
	padding-right:30px;
}

#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: relative;
	float: left;
	width: 178px;
	padding-top: 55px;
	margin-left: -40px;
*/
	
	position: absolute;
	float: left;
	width: 178px;
	padding-top: 55px;
	right:-180px;
	top:-15px;
}


/* SEARCH --------------------- */

.search #main {
	padding-top: 210px;
}

.search #side {
	padding-top: 0px;
}

/* --------------------- */

#func-buttons {
	/*margin-left: 25px;*/
}

#func-buttons li {
	width: 77px;
	height: 38px;
	margin-bottom: 0.8em;
}

#func-buttons a, #func-buttons a:visited {
	display: block;
	text-indent: -3000px;
	width: 71px;
	height: 30px;
	margin-top: 0px;
}

#func-buttons li.text-size {
	width: 74px;
	height: 26px;
	padding: 12px 0 0 3px;
	background: transparent url(../images/text-size_background_2009.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_2009.png) no-repeat;
}

#func-buttons li.mail-friend {
	background: transparent url(../images/mail-friend_background.png) no-repeat;
}

#func-buttons li.back {
	width: 169px;
	margin-top: -30px;
	background: transparent url(../images/buttons/terug-naar-lijst.gif) no-repeat;
}

#func-buttons .back a, #func-buttons .back a:visited {
	width: 169px;
}

#func-buttons li.join, #func-buttons li.report {
	width: 157px;
	background: transparent url(../images/buttons/button_join_background.png) no-repeat;
}

#func-buttons li.report {
	width: 169px;
	background: transparent url(../images/buttons/klus-klopt-niet.gif) no-repeat;
}

#func-buttons .join a, #func-buttons .join a:visited, 
#func-buttons .report a, #func-buttons .report a:visited {
	width: 151px;
}

#report h4 {
	margin:0 0 20px 0; padding:0;
	height:22px;
	width:194px;
	background-image:url(../images/klus-klopt-niet-hdr.gif);
	background-repeat:no-repeat;
	text-indent:-2000em;
}

#mail-friend h4 {
	margin:0 0 20px 0; padding:0;
	height:22px;
	width:111px;
	background-image:url(../images/doorsturen-hdr.gif);
	background-repeat:no-repeat;
	text-indent:-2000em;
}

#join h4 {
	margin:0 0 20px 0; padding:0;
	height:22px;
	width:156px;
	background-image:url(../images/meedoen-hdr.gif);
	background-repeat:no-repeat;
	text-indent:-2000em;
}

#report fieldset div,
#mail-friend fieldset div,
#join fieldset div{
	margin-bottom: 5px;
}

#report fieldset label,
#mail-friend  fieldset label,
#join  fieldset label{
	font-weight: bold;
	display: block;
	float: left;
	width: 110px;
}

#report fieldset input,
#mail-friend fieldset input,
#join fieldset input{
	width: 260px;
}

#report fieldset input.submit,
#mail-friend fieldset input.submit,
#join fieldset input.submit{
	margin-top:20px;
	margin-right: 28px;
	background: url(../images/buttons/verstuur.gif) no-repeat;
	display:block;
	width:115px;
	height:32px;
	border:none;
	cursor:pointer;
	font-size:0px;
	padding-top:16px;
	float: right;
}

#mail-friend h4 {
	margin:0 0 20px 0; padding:0;
	height:22px;
	width:111px;
	background-image:url(../images/doorsturen-hdr.gif);
	background-repeat:no-repeat;
	text-indent:-2000em;
}

/* --------------------- */

#sub .button, #sub .button a {
	display: block;
	text-indent: -3000px;
}


/*#header .search {
	width: 119px;
	height: 91px;
	background: transparent url(../images/buttons/button_klussenzoeken_2009.png) no-repeat;
	position: absolute;
	right:12px; 
	top:-50px;
	z-index:1000;
}*/

/* Onderstaande css werkt niet in IE, klus_zoeken is een door BW ingevoegde tag*/
#header .search {
	width: 119px;
	height: 91px;
	background: transparent url(../images/buttons/button_klussenaanmelden_2010.png) no-repeat;
	position: absolute;
	right:0; 
	top:0;
	z-index:1000;
	text-indent:-9999px;

}

#header .search a {
	width: 119px;
	height: 91px;
	display:block;
}

/*#sub > .sign-in {
	width: 169px;
	height: 113px;
	background: transparent url(../images/buttons/button_klussenaanmelden_2009.png) no-repeat;
	position: absolute;
	left:-20px; top:0px;
	z-index:1000;
}*/

/* Onderstaande css werkt niet in IE, klus_aanmelden is een door BW ingevoegde tag */
#header .sign-in {
	width: 169px;
	height: 113px;
	background: transparent url(../images/buttons/button_klussenzoeken_2010.png) no-repeat;
	position: absolute;
	right:60px; 
	top:64px;
	z-index:1000;
	text-indent:-9999px;
}
#header .sign-in {behavior: url(/iepngfix.htc);}
#header .sign-in a {
	width: 169px;
	height: 113px;
	display:block;
}
/* BOXES --------------------- */

.box {
	color: #fff;
}

.box h3 {
	font-size: 1.8em;
	height: 1.3em;
	padding: 0;
}

/* --------------------- */

#sub .box {
/*	margin: -20px 0 28px 0;*/
	*margin-bottom: 2px;
	margin:10px 0 0 29px;
}

#sub .box .box-top {
	width: 204px;
/*	background: transparent url(../images/boxes/box_top_background.png) no-repeat; */
	background-color:#e76f00;
}

#sub .box .box-body {
/*	padding: 1.2em 20px 2.4em 20px;	*/
	padding:7px 5px 7px 10px;
}

#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: 1em;
}

#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;
	z-index:1;
}

#sub .box .photo img {
	display: block;
	margin:-7px 0 0 -9px;

}

#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;*/
	background-color:#e76f00;
	width:196px;
	padding:0 0 7px 8px;
}

#sub .box .box-bottom a, #sub .box .box-bottom a:visited {
	display: block;
	width:189px;
	height:18px;
	background-color:#860038;
	/*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 .box .box-bottom a#newsletter-submit {
	background:transparent url(../images/buttons/button_sign-in_2009.png) no-repeat;
	text-indent:-9999px;
}

#sub .box .box-bottom a#nieuwsflits {
	background:transparent url(../images/buttons/button_leesmeer_2009.png) no-repeat;
	text-indent:-9999px;
}

#sub .box .box-bottom a#bnovermadd {
	background:transparent url(../images/buttons/button_leesmeer_2009.png) no-repeat;
	text-indent:-9999px;
}

/*#sub a#zoekintermediair{
	background:url(../images/buttons/button_zoekeenintermediair.jpg) no-repeat;
	text-indent:-9999px;
	display: block;
	width:189px;
	height:18px;
	}

#sub a#meedoenalsbedrijf{
	background:url(../images/buttons/button_meedoenalsbedrijf.jpg) no-repeat;
	text-indent:-9999px;
	display: block;
	width:189px;
	height:18px;
	margin-bottom:6px;}

#sub a#digitaletoolkit{
	background:url(../images/buttons/button_digitaletoolkit.jpg) no-repeat;
	text-indent:-9999px;
	display: block;
	width:189px;
	height:18px;
	margin-bottom:6px;}*/

.relative {
	position:relative;
	z-index:10;}

#sub ul.handigeLinks li {
	background-color:#860038;
	margin-bottom:6px;
	*margin-bottom:1px;
	width:189px;
	height:20px;
	}

#sub ul.handigeLinks li h5 {
	width:189px;
	height:20px;
	color:#FFFFFF;
	display:block;
	}

#sub ul.handigeLinks li.submenuIMzoeken {
	position:relative;
	}
	
#sub ul.handigeLinks li.submenuIMzoeken a {
	display: block;
	width:189px;
	height:18px;
	margin-bottom:0px;
	}

#sub ul.handigeLinks li, #sub ul.handigeLinks li.digtool {
	padding-top:0px;}

#sub ul.handigeLinks li.submenuIMzoeken ul {
	position:absolute;
	z-index:50000;
	left:0px;
	top:20px;
	background-color:#860038;
	width:189px;
	}

/*#sub ul.handigeLinks li.submenuIMzoeken ul {
	position:absolute;
	z-index:50000;
	left:10px;
	top:110px;
	*top:112px;
	background-color:#860038;
	width:189px;
	}*/
#sub ul.handigeLinks li.submenuIMzoeken ul li{
	font-size:10px;
	color:#FFFFFF;
	height:18px;
	text-align:right;
	padding-bottom:4px;
	}

#sub ul.handigeLinks li.submenuIMzoeken ul li a{
	display:block;
	width:189px;
	height:18px;
	margin:4px 0;
	padding-top:2px;
	font-size:11px;
	
	}

#sub ul.handigeLinks li.submenuIMzoeken ul li:hover { /* voor IE7 */
	background-color:#FFFFFF;}

#sub ul.handigeLinks li.submenuIMzoeken ul li a:hover{
	display:block;
	width:189px;
	height:18px;
	margin:4px 0;
	background-color:#FFFFFF;
	color:#860038;
	text-decoration:none;
	}

#sub ul.handigeLinks li.submenuIMzoeken ul li a span {
	padding-right:4px;
}
	
#sub .box ul.zijOrganiseren li {
	padding-top:0 !important;}

.OF {
	display:block;
	width:204px;
	height:72px;
	margin:0;
	padding:0;
	}

.Movisie {
	display:block;
	width:204px;
	height:58px;
	margin:0;
	padding:0;
	}

img.zijOrganiseren {
	display:block;
	width:204px;
	height:52px;
	}

/* --------------------- */

#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 {
	margin-bottom: 0.5em;
	width:145px; 
	
}

#sub .details img {
	border: solid 1px #d82759;
}

#sub .details h4 {
	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;
}

#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,
#sub .details a.icon,
#sub .details 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 .details a.icon-edit-gegevens, #sub .details a.icon-edit-gegevens:visited {
	background: transparent url(../images/icons/icon-edit.gif) no-repeat;
	margin-top:5px;
}

#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: 480px;
	min-height: 120px;
	background-color:#e76f00;
	/*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;
}

#overlay .box .box-body {
	padding: 1.2em 20px 1em 20px;
}
#content .box .box-body {
	padding: 10px 10px 10px 10px;
	_margin-left:10px;
}

#content .box .box-bottom, #overlay .box .box-bottom {
	width: 443px;
	height: 30px;
	/*background-color:#860038;
	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: 10;
}

#mail-friend, #support, #join {
	display: none;
}

/* --------------------- */

#overlay .close, #overlay .close a {
	display: block;
	text-indent: -3000px;
}

#overlay .close {
	width: 30px;
	height: 30px;
	background: transparent url(../images/buttons/button_close_background.png) no-repeat;
	position: absolute;
	top:5px; right:0;
}

#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;
}

/* --------------------- */

#support 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 label {
	display: block;
	float: left;
	width: 105px;
	padding-top: 3px;
}

#join input {
	position: relative;
	width: 180px;
	margin-bottom: 0.2em;
}

#join .submit {
	float: none;
	position: absolute;
	*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;
}*/

/* --------------------- */

#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 0px;
}

#content .toolkit-list li.pdf {
	min-height: 22px;
	margin-top: 0.5em;
	padding: 4px 0 0 32px;
	background: transparent url(../images/li_pdf_background.png) no-repeat;
}

#content .toolkit-list li.other {
	min-height: 22px;
	margin-top: 0.5em;
	padding: 4px 0 0 32px;
	background: transparent url(../images/li_other_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 {
	width: 245px;
	height: 21px;
	margin: 25px 15px 8px 225px;
	background: transparent url(../images/buttons/naarpromopakket.jpg) no-repeat;
}

.toolkitLanding p{
	padding-right:50px !important;	
	}

#content .toolkitLanding .promo{
	margin: 25px 15px 8px 187px;	
	}

#content .toolsvoorbeginners {
	display: block;
	text-indent: -3000px;
	width: 245px;
	height: 21px;
	margin: 0px 15px 15px 187px;
	background: transparent url(../images/buttons/toolsvoorbeginners.jpg) no-repeat;
}

#content .toolsvoorintermediairs {
	display: block;
	text-indent: -3000px;
	width: 245px;
	height: 21px;
	margin: 0px 15px 15px 187px;
	background: transparent url(../images/buttons/toolsvoorintermediairs.jpg) no-repeat;
}

#content .toolsvoorbedrijven {
	display: block;
	text-indent: -3000px;
	width: 245px;
	height: 21px;
	margin: 0px 15px 15px 187px;
	background: transparent url(../images/buttons/toolsvoorbedrijven.jpg) no-repeat;
}

/*#content .promo a {
	width: 115px;
	height: 102px;
	margin: 10px 0 0 12px;
}*/

/* --------------------- */

#footer ul {
	float: right;
	margin-left: 20px;
}

#footer li {
	float: left;
	border-right: solid 1px #752641;
	margin:0 4px;
	padding-right:8px;
}

#footer li.last {
	border: 0;
	margin:0;
	padding:0;
}

#footer a, #footer a:visited {
	text-decoration: none;
}

.copyright {
	float: left;
	height: 1.5em;
	color:#752641;
}

.icatt {
	float: left;
	*float: none;
	color: #d7b8c3;
	font-size: 0.9em;
	padding: 4px;
	*padding: 8px 0;
	text-align: center;
	width: 99%;
}

.copyright, .icatt {
}

/* --------------------- */

#search-box {
	position: absolute;
	top: 50px;
	left: 64px;
	width: 650px;
	z-index:2;
	background-color:#e76f00;
	padding-bottom:10px;
	
}

#search-box h3{
	widows:250px;
	height:34px;
	margin:0;
	padding:0 0 9px 0;
	background-image:url(../images/zoek_klussen.gif);
	background-repeat:no-repeat;
	text-indent:-2000em;
}

#search-box .search-fields-container {
	width:635px;
	height: 105px;
	margin:0 5px 0 10px;
	border-bottom: 1px solid #860038;
}

#search-box fieldset {
	display: block;	
	border: 0;
}

#search-box .type-text {
	float: left;
	width: 325px;
	padding: 0 15px 0 2px;
	margin: 0;
}

#search-box .type-check {
	
}

#search-box .top {
	padding-top: 8px;
}

#search-box .top #check3{
	margin-left: 18px;
}

#search-box .bottom {
	margin-top:16px;
}

#search-box .type-select {
	margin-top: 13px;
}

#search-box .type-select select{
	width:165px;
}

#search-box .type-select label {
	font-weight: bold;
	float: left;
	padding-right: 15px;
	padding-top: 2px;
}

#search-box label {
	color: #fff;
}

#search-box .type-check label {
	margin-right: 10px;
	position:relative;
	top:-2px;
}

#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: 150px;
}

#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: 179px;
	height: 29px;
	padding-top: 29px;
	margin: 10px 6px 0 0;
	background: transparent url(../images/buttons/button_search-submit_background.gif) no-repeat;
}

#ie6-klus-zoeken, #ie6-klus-aanmelden {
	display: none;
}
/* --------------------- */

#results {
	font-size: 0.9em;
	color: #767676;
	line-height: 1em;
	border-collapse:collapse;
	width: 650px;
	margin: 22px 0 30px 0;
	position:relative;
	left:-5px;
}

#results tr {
	cursor: pointer;
	position:relative;
	display:block;
}

#results th, #results td {
	text-align: left;
	vertical-align:top;
	/*overflow:hidden;*/
	position:relative;
}

#results th a, #results th a:visited {
	font-size: 1.2em;
	text-decoration: none;
}

#results .city {
	font-size: 1.1em;
	color: #1f1f1f;
	padding-top: 11px;
	padding-left: 10px;
	text-transform:uppercase;
}

#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;
	text-indent: -2000em;
}

#results .icon {
	cursor: pointer;
	position:relative;
}

.inside {
	width: 27px;
	background-image: url(../images/icons/icon-inside.png);
}

.outside {
	width: 19px;
	background-image: url(../images/icons/icon-outside.png);
}

.creatief {
	width: 25px;
	height:18px;
	margin-left: 15px;
	background-image: url(../images/icons/icon-creatief.png);
}

.ontspannen {
	width: 25px;
	height:18px;
	margin-left: 15px;
	background-image: url(../images/icons/icon-ontspannen.png);
}

.uitdagend {
	width: 25px;
	height:18px;
	margin-left: 15px;
	background-image: url(../images/icons/icon-uitdagend.png);
}

.gezellig {
	width: 25px;
	height:18px;
	margin-left: 15px;
	background-image: url(../images/icons/icon-gezellig.png);
}

.origineel {
	width: 25px;
	height:18px;
	margin-left: 15px;
	background-image: url(../images/icons/icon-origineel.png);
}

.exclusief {
	width: 25px;
	height:18px;
	margin-left: 15px;
	background-image: url(../images/icons/icon-exclusief.png);
}

.friday {
	width: 28px;
	background-image: url(../images/icons/icon-friday.png);
}

.saturday {
	width: 28px;
	background-image: url(../images/icons/icon-saturday.png);
}

#results td.last {

}

#results .amount {
	position: absolute;
	right: 0;
	top: -10px;
	color: #fff;
	text-align: center;
	width: 46px;
	height: 18px;
	padding: 12px 5px 0 0;
	background: transparent url(../images/icons/icon-amount-1.png) no-repeat;
	text-indent: 0;
	float: none;
}

#results th {
	padding-top: 10px;
}

#results th, #results td.first {
	vertical-align: top;
	width: 235px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left:5px;
}

#results td.first {
	position:relative;
}

#results td.icons {
	width: 75px; 
	padding-top:7px;
}

/* --------------------- */

#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 .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 #752641;
	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;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.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: #752641;
	line-height:2em;
	margin:0px;
	padding:0px;
	left:0px;
}


.aanpasaanmeld h2 {
	color: #752641;
	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:#fef4e8;
	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: #752641;
	font-family: Arial;
	font-size: 0.9em;
	border: solid 1px #752641;
	padding: 2px;
}

.aanpasaanmeld textarea#input14, .aanpasaanmeld textarea#klus-omschrijving{
	height: 50px;
}

.aanpasaanmeld input.opslaan {
	background:transparent url(../images/buttons/klus-opslaan.gif) no-repeat scroll 0 0;
	border:none;
	cursor:pointer;
	display:block;
	float:right;
	font-size:0;
	height:32px;
	padding-top:16px;
	width:164px;
}


#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 30px 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: 31px;
}

#status_bar h2#active2 {
	background-image:url(../images/formstatus/stap2_hi.gif);
	margin-right: 31px;
}

#status_bar h2.stap_3 {
	background-image:url(../images/formstatus/stap3_lo.gif);
	margin-right: 31px;
}

#status_bar h2#active3 {
	background-image:url(../images/formstatus/stap3_hi.gif);
	margin-right: 31px;
}

#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: #752641;	
}

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:#fef4e8;
	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.wijzigen {
	background: url(../images/buttons/button_kluswijzigen_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/aanpassen.gif) no-repeat;
	display:block;
	width:150px;
	height:32px;
	border:none;
	cursor:pointer;
	font-size:0px;
	padding-top:16px;
}

input.vorige {
	background: url(../images/buttons/vorige.gif) no-repeat;
	display:block;
	width:99px;
	height:32px;
	border:none;
	cursor:pointer;
	font-size:0px;
	padding-top:16px;
	float: right;
	margin-right:10px;
}

input.volgende {
	background: url(../images/buttons/volgende.gif) no-repeat;
	display:block;
	width:126px;
	height:32px;
	border:none;
	cursor:pointer;
	font-size:0px;
	padding-top:16px;
	float: right;
}

input.verstuur {
	background: url(../images/buttons/verstuur.gif) no-repeat;
	display:block;
	width:115px;
	height:32px;
	border:none;
	cursor:pointer;
	font-size:0px;
	padding-top:16px;
	float: right;
}


/*##################################################################################*/

/* 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;
}


/*##################################################################################*/
/* 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 {
	width: 280px;
	float: left;
}

	/**/
/*##################################################################################*/


.instant {	
	position:relative;
	top: -10000px;
}

#leaderboard {
	position: absolute;
	right: 0;
	top: 0px;
	z-index:1000;
}

#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;
}

/* nieuwsbrief aanpassing DH 20091811 */

#nieuwsbrief  label.error{

color: #860038;
font-weight: bold;
margin: 0px;
margin-top: 5px;
display: block;

}

#nieuwsbrief  input.error{

border: 2px solid #860038;

}


#nieuwssubmit{

display: block;
height: 18px;
width:189px !important;
border: none;
margin: 0;
padding: 0;
margin-top: 5px;

}

/* ############################### nieuwsbrief aanpassing DH 20091911 ####################################### */


.aanmelden-intermediair h2 {
	color: #752641;
	line-height:2em;
	margin:0px;
	padding:0px;
	background:url(../images/form_header_background.gif) repeat-x;
	margin-bottom: 10px;
	
}

.aanmelden-intermediair h2 span {
	background-color:#FEF4E8;
	padding-right:10px;
	font-size: 1.2em;
}

.aanmelden-intermediair  div {
	margin-bottom: 6px;
	font-size: 12px;
}

.aanmelden-intermediair label{	
	display: inline-block;
	width: 120px;
	font-weight: bold;
}

.aanmelden-intermediair div label.error{
	width: 200px;
}

.aanmelden-intermediair div label.breed {
	width: 600px;
}

.aanmelden-intermediair div label.info {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}

.aanmelden-intermediair div label.groot {
	font-size: 14px;
	width: 600px;
}

.aanmelden-intermediair p {
	font-size: 12px;
}

.aanmelden-intermediair textarea {
	margin-top: 5px;
	border: 1px solid #752641;
	font-size: 11px;
	color:#752641;
}

.aanmelden-intermediair select {
	width: 230px;
	border: 1px solid #752641;
	margin-left: -3px;
	color:#752641;
	font-size:11px;
	height: 20px;
	line-height: 22px;
}

.kluszoeken-message {
	display: block;
	width: 530px;
	overflow:hidden;
}

img.spotlight {
	display:none;
}

div.klusdetail div.join {
	width: 435px;
	height: 22px;
	
}

div.klusdetail div.join a:link,
div.klusdetail div.join a:visited,
div.klusdetail div.join a:active,
div.klusdetail div.join a:hover {
	display:block;
	width: 211px;
	height: 22px;
	margin-left: 224px;
	text-indent:-2000em;
	text-decoration:none;
	background-image:url(../images/buttons/meedoen.gif);
	background-repeat:no-repeat;
}

div.klusdetail p.klusdetail-omschrijving {
	width: 435px;
}

div.details div.logo {
	width:120px;
	border:1px solid #860038;
	float: left;
	margin-right:10px;
}

div.details div.logo img {
	float: none !important;
	border: 0 !important;
}

div.nieuwsbericht {
	padding: 15px 0;
}

div.nieuwsbericht .clearNewsItem-Btn {
	width:121px;
	height: 12px;
	margin-left: 227px;
}

div.nieuwsbericht .clearNewsItem-Btn a:link,
div.nieuwsbericht .clearNewsItem-Btn a:visited,
div.nieuwsbericht .clearNewsItem-Btn a:active,
div.nieuwsbericht .clearNewsItem-Btn a:hover{
	display: block;
	width:121px;
	height: 12px;
	background-image:url(../images/buttons/velden-leegmaken.gif);
	background-repeat:no-repeat;
	text-indent:-2000em;
}

form.aanmelden-intermediair .addNewsItem-Btn {
	width:211px;
	height: 22px;
}

form.aanmelden-intermediair .addNewsItem-Btn a:link,
form.aanmelden-intermediair .addNewsItem-Btn a:visited,
form.aanmelden-intermediair .addNewsItem-Btn a:active,
form.aanmelden-intermediair .addNewsItem-Btn a:hover{
	display: block;
	width:211px;
	height: 22px;
	background-image:url(../images/buttons/voeg-nieuwsbericht-toe.gif);
	background-repeat:no-repeat;
	text-indent:-2000em;
}

.aanmelden-intermediair-submitBtn {
	margin-top: 40px;
}

/* Bestelformulier */

fieldset.artikelen table {
	border:0; 
	padding:0;
	margin:0;
	width: 450px;
}

fieldset.artikelen table th {
	text-align: left;
	padding-bottom: 15px;	
}

fieldset.artikelen table th.col-1 {
	width: 300px;
}

fieldset.artikelen label,
fieldset.organisatie label {
	display: block;
	width: 140px;
	float: left;
	font-weight: bold;
}

fieldset.artikelen label.error,
fieldset.organisatie label.error {
	display: block;
	position:absolute;
	left: 405px;
	top:0;
}

fieldset.artikelen div,
fieldset.organisatie div {
	margin-bottom: 10px;
	line-height: 18px;
	position:relative;
}

fieldset.organisatie h2 {
	padding-bottom:15px;
}

fieldset.organisatie div input {
	width: 260px;
}

div.bestel-submitBtn {
	width:405px;
	margin-top:40px;
}

div.bestel-submitBtn input {
	width:99px;
	height:32px;
	border:0;
	background-color:transparent;
	background-image:url(../images/buttons/bestel.gif);
	background-repeat:no-repeat;
	text-indent: -2000em;
	cursor:pointer;
}

/* Indermediair subsite*/
.im-leftbar { 
	width:250px; 
	float:left;}

.im-rightbar { 
	width:160px; 
	float:left;
	margin-left:30px;}

.im-rightbar ul{ 
	margin-bottom:14px; 
	font-size:12px;}

.im-rightbar ul li{ 
	margin-bottom:3px;
	}

.im-rightbar img{
	border:1px solid #860038; 
	margin:10px 0 5px 0;}
	
.im-leftbar p { 
	font-size:11px;
	line-height:18px;
	margin-bottom:10px;
	padding-right:0;}	
	
#im-Contact, #im-Contact a { 
	font-size:10px; 
	color:#767676;
	line-height:16px;
	text-decoration:none;}

#im-Contact li{
	margin-bottom:0;}

.im-nieuws {
	clear:both; 
	width:509px;}
	
.im-Header { 
	background-color:#E76F00; 
	color:#FFFFFF; 
	_height:30px;
	padding-left:10px; }
	
.im-Header h4 { 
	font-size: 2.0em;
	height: 1.5em;
	padding: 0;}
	
.im-nieuws li{ 
	float:left;}
	
.im-nieuws li.im-Date { 
	width:30px; 
	clear:both; 
	margin-top:16px;}
	
.im-nieuws li.im-Title { 
	width:400px; 
	margin-left:10px; 
	margin-top:15px; 
	font-size:12px; 
	font-weight:bold;}
	
.im-nieuws li.im-News { 
	margin-left:40px; 
	_margin-left:20px; 
	font-size:11px; 
	line-height:17px; }

.underLine{ 
	text-decoration:underline;}

.im-klussen{ 
	clear:both; 
	padding-top:15px;}
	
.im-klussen .klussenOverzicht {
	}
.im-klussen .klussenOverzicht li{
	float:left;	
	}
.im-klussen .klussenOverzicht li ul{
	margin-top:18px;
	}
	
.im-klussen .klussenOverzicht li.title, .im-klussen .klussenOverzicht li.title a{ 
	font-size:13px; 
	font-weight:bold; 
	color:#860038; 
	width:200px;
	text-decoration:none;
	}
	
.im-klussen .klussenOverzicht li.day{
	width:70px;
	}

.im-klussen .klussenOverzicht li.amount{
	background: transparent url(../images/icons/icon-amount-2.png) no-repeat;
	width:51px;
	height:30px;
	color:#FFFFFF;
	}

.im-klussen .klussenOverzicht li.amount span{
	display:inline-block;
	margin-top:10px;
	width:51px;
	text-align:center;}

.im-klussen .klussenOverzicht li.type{
 	width:114px;
	}
.im-klussen .klussenOverzicht li.typeDetail{
 	width:219px;
	font-size:10px;
	color:#767676;
	}

.im-klussen .klussenOverzicht li.plaats{
 	width:55px;
	font-size:10px;
	color:#767676;
	}
	
.im-klussen .klussenOverzicht li.im-name{
	clear:left;
	width:270px;
	font-size:10px;
	color:#767676;
	}
	
.klusseninderegio{
	display:block;
	clear:both;
	width:211px;
	height:21px;
	background-image:url(../images/icons/btn_alleklussen.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	float:right;}
/* end of */

#bedrijf_detail .bedrijf_naam, 
#bedrijf_detail .bedrijf_plaats, 
#bedrijf_detail .bedrijf_email, 
#bedrijf_detail .bedrijf_website {
	color:#767676;
	font-size:10px;
	line-height:16px;
	text-decoration:none;
	padding-bottom:0;
}

#bedrijf_detail #bedrijf_logo {
	border:1px solid #860038;
}

#bedrijf_detail span.deelnemer{
	display: block;
	font-weight: bold;
}


/* BoardWalk Login styling*/
.loginform div {
	margin-bottom:5px;}

.loginform label {
	width:100px;
	display:block;
	float:left;
}



/* opmaak volle opdrachten */


#content .vol #balk-vol{
	
background-image:url(../images/icons/balk-vol.gif);
width: 400px;
height: 33px;
position: absolute;
top: 40px;
left: -55px;
	
}

#content #container-vol{

padding-top: 40px;

	
}

#content .vol .friday {	
background-image:url(../images/icons/icon-vrijdag-grijs.png);
}

#content .vol .saturday {
background-image: url(../images/icons/icon-zaterdag-grijs.png);
}

 .vol .inside {
background-image:url(../images/icons/icon-inside-grijs.png);

}

 .vol .outside {
background-image:url(../images/icons/icon-outside-grijs.png);

}

 .vol .uitdagend {
background-image:url(../images/icons/icon-uitdagend-grijs.png);

}

 .vol .creatief {

	background-image: url(../images/icons/icon-creatief-grijs.png);
}

 .vol .ontspannen {

	background-image: url(../images/icons/icon-ontspannen-grijs.png);
}


 .vol .gezellig {

	background-image: url(../images/icons/icon-gezellig-grijs.png);
}

 .vol .origineel {

	background-image: url(../images/icons/icon-origineel-grijs.png);
}

 .vol .exclusief {

	background-image: url(../images/icons/icon-exclusief-grijs.png);
}


 .vol .bezet{

	background-image: url(../images/icons/icon-vol.png);
 	width: 69px;
	height: 20px;
 }




.vol a, .vol a:visited {
color:#848589;
}

#results .vol .city {
color:#848589; 

}

#content .vol p, #content .vol h2{
color:#848589 !important;

}

#results .vol .amount {

background-image: url(../images/icons/icon-amount-grijs.png);
background-position: 1px 0px;
}


.im-klussen .klussenOverzicht .vol li.title, 
.im-klussen .klussenOverzicht .vol li.title a {
color:#848589;

}

.im-klussen .klussenOverzicht  .vol li.amount {

background-image: url(../images/icons/icon-amount-grijs.png);
background-position: 3px 0px;
}




/*#content .vol div.logo {
border:1px solid #848589;

}
*/



/* einde opmaak volle opdrachten */


#nldoetnu {
	
	background-image: url(../images/nldoet2010.jpg);
	background-repeat: no-repeat;
	width: 286px;
	height: 107px;
	position: absolute;
	right: -9px;
	top: 28px;
	
}

.nlnone{
text-indent: -2000em;	
}

#nldoetnu #nldoetnulink{

display: block;
border: 0px solid #000;
width: 280px;
height: 56px;
margin-top: 20px;


}

.nldoetnu .newsletter{
	
	background-image: none !important;
}