* {
	margin: 0; 
	padding:0;
}
a img {
	border: 0;
}
body {
	background-color: #435b21; 
	font-family: 'Arial', sans-serif; 
	font-size: 13px; 
	line-height: 19px;
}
#website {
	width: 940px; 
	z-index: 2; 
	position: relative; 
	margin: 0 auto;
}
#header {
	width: 940px; 
	height: 200px;
	position: relative;
	background: url('../images/headerHome.png') no-repeat top left;
}
#headerHome {
	width: 940px; 
	height: 300px;
	position: relative;
	background: url('../images/headerHome.png') no-repeat top left;
}
a.logo {
	background: url('../images/bewustmethout.png') no-repeat scroll top left;
	width: 84px;
	height: 138px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 40px;
}
.mainMenu {
	height: 50px; 
	width: 550px; 
	font-size: 18px;
	font-variant: small-caps;
	margin-right: 50px;
	float: right;
	text-align: right;
}
	.mainMenu a {
		display: inline-block; 
		padding: 30px 10px 10px 10px; 
		color: black; 
		text-decoration: none;
	}
	.mainMenu a.selected {
		background-color: #9d928b; 
		font-weight: bold; 
		color: #fff;
	}
	.mainMenu a:hover {text-decoration: underline;}

.topMenu {
	height: 40px; 
	width: 340px; 
	text-align: right;
	font-variant: small-caps;
	margin-left: 550px;
	}
	.topMenu a {
		color: white;
		font-weight: bold;
		font-size: 18px;
		text-decoration: none;
		line-height: 40px;
		padding: 0 10px;
	}
	.topMenu a:hover {text-decoration: underline;}
	
p.introText {
	background: url('../images/introtext.png') no-repeat scroll top left;
	width: 540px;
	height: 88px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 345px;
	top: 190px;
}
#contentMenu {
	position: absolute;
	top: 0px;
	z-index: 4;
	left: -7px;
	background: url('../images/menuBottom.png') repeat-x bottom left;
	width: 193px; /* was 179 */
	padding: 0px 0 10px 0;
}
	#contentMenu a {
		width: 180px; /* 154px */
		padding: 3px 0 3px 13px; 
		display: block;
		color: #00573c;
		text-decoration: none;
	}
	#contentMenu a:hover,
	#contentMenu a.selected {color: white;}
	#contentMenu a.first {
		background: url('../images/menuTop.png') no-repeat top left;
		padding-top: 8px;
	}

#content {
		position: relative;
		background-color: white; 
		width: 555px; 
		padding-right: 40px; 
		padding-left: 345px;
		color: #686868;
		min-height: 400px;
	}
	#content h2 { 
		color: #00573c; 
		font-size: 20px;
		padding-bottom: 15px;
		line-height: 26px;
}
	#content h3 {
		color: #343434;
		font-size: 15px;
		padding-bottom: 15px;
	font-weight: bold;
}
	#content p {
		position: relative; 
		padding-bottom: 15px;
	}
	#content ul, #content ol {
		padding-left: 16px;
		padding-bottom: 15px;
	}
	#content ul { list-style-type: square; }
	#content a { color: #00573c; }
	#content a:hover { text-decoration: none; }
	#content p.intro {color: #00573c;}
	
	#content div.quote {
		border: 1px solid #c0d72e;
		background-color: #e6efab;
		min-height: 100px;
		margin-bottom: 15px;
	}
	#content div.quote p {
		padding: 6px;
		padding-left: 6px;
		font-size: 12px;
		line-height: 18px;
		color: #00573c;
		padding-bottom: 0;
		font-style: italic;
	}
	#content div.quote p.author {
		padding-top: 0;
		font-weight: bold;
		font-style: normal;
	}
	#content div.quote img {
		float: left;
		margin-left: -6px;
		margin-top: -6px;
		margin-right: 6px;
	}

.pullquote {
	display: block; 
	position: absolute; 
	width: 250px; 
	left: -270px;
	font-size: 22px;
	margin-top: -2px;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-align: right;
	color: #00573c;
	line-height: 30px;
}
#contentHome {
	background: white url('../images/content.png') repeat-x top left;
	position: relative;
	padding-left: 10px;
	background-color: white;
	/*height: 412px;*/
}

	#contentHome .cb {clear: both;}

.boxDerde {
	width: 286px;
	margin: 20px 10px 0 10px;
	float: left;
	font-size: 13px;
	}
	
	.boxDerde .headLiner {
		width: 286px;
		height: 106px;
		display: block;
		color: white;
		margin-bottom: 20px;
		text-decoration: none;
		cursor: pointer;
		font-size: 13px;
	}
	.boxDerde .headLiner span {
		display: block;
		padding: 50px 20px 0 20px;
	}
	.boxDerde .headLiner.wat {
		background: transparent url('../images/boxWat.png') no-repeat top left;
	}
	.boxDerde .headLiner.waarom {
		background: transparent url('../images/boxWaarom.png') no-repeat top left;
	}
	.boxDerde .headLiner.aan {
		background: transparent url('../images/boxAan.png') no-repeat top left;
	}
	
	.boxDerde .nieuwsbriefBox {
		height: 75px;
		width: 272px;
		background: transparent url('../images/boxNieuwsbrief.png') no-repeat top left;
		margin-top: 10px;
		padding: 37px 0px 0px 17px ;
		margin-bottom: -25px;
	}
	
		.boxDerde .nieuwsbriefBox a {
			color: #00573c; 
			margin-top: 2px;
			float: left;
		}
		
			.boxDerde .nieuwsbriefBox a:hover {
				text-decoration: none;
			}
				
		.boxDerde .nieuwsbriefBox input.email {
			font-family: 'Arial', sans-serif; 
			font-size: 13px; 
			line-height: 19px;
			height: 17px;
			border: 1px solid #9d928b;
			margin-bottom: 9px;
			width: 147px;
			float: left;
			padding: 3px 5px;
			margin-top: 5px;
			color: #615a56;
		}
		
		.boxDerde .nieuwsbriefbox span {
			float: left;
			width: 100%;
			margin-bottom: 10px;
		}
		
		.boxDerde .nieuwsbriefBox input.submitBtnNieuwsbrief {
			background-color: #9d928b;
			border-top: 1px solid #887f79;
			border-right: 1px solid #887f79;
			border-bottom: 1px solid #887f79;
			border-left: none;
			font-family: 'Arial', sans-serif; 
			font-size: 13px; 
			line-height: 19px;
			height: 25px;
			font-weight: bold;
			color: white !important;
			padding: 2px 5px;
			margin-top: 5px;
			cursor: pointer;
			text-decoration: none;
			float: left;
		}

			.boxDerde .nieuwsbriefBox input.submitBtnNieuwsbrief:hover {
				background-color: #8b8079;
			}
			
.vervolgContent h2 {
	color: #9d928b;
	font-weight: normal;
	padding: 0 20px;
	font-size: 20px;
}
.vervolgContent ul  {margin-top: 10px; list-style: none;}	
	.vervolgContent ul li {
		padding-left: 14px;
		background: transparent url('../images/ul.png') no-repeat center left;
	}
	.vervolgContent ul li a {color: black; text-decoration: none;}
	.vervolgContent ul li a:hover {text-decoration: underline;}
	.vervolgContent h3 {font-size: 13px; color: black; padding: 15px 20px 0 20px;}
	.vervolgContent p {color: #686868; padding: 0 20px 5px 20px;}	
	.vervolgContent p a {color: #00573c;}
	.vervolgContent a img {border: none;}
	
#footer {
	color: white;
	background: url('../images/footer.png') no-repeat scroll top left;
	width: 940px;
	font-size: 11px;
	clear: both;
	text-align: right;
	padding-top: 50px;
	}
	#footer a {color: white; margin-right: 5px;}

#background {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#435b21 none repeat scroll 0 0;
	height:100%;
	left:0;
	min-width:1002px;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:1;
}
#background img {
	border:0 none;
	display:block;
	height:auto;
	width:100%;
}
#background img.alternate {
	height:100%;
	width:auto;
}

div#content p.todo {
	border: 1px solid #F7EB3C;
	padding: 4px;
	background-color: #FFF880;
	color: #5E5917;
	font-family: 'Marker Felt', 'Comic Sans';
	font-size: 15px;
	line-height: 20px;
}

a.pdf, a.mime_application_pdf, a.web, a.mime_text_url {
	line-height: 16px;
	color: #000000;
	padding-left: 20px;
	padding-bottom: 4px;
	background-position:left 0px;
	background-repeat:no-repeat;
}

a.pdf, a.mime_application_pdf {
	background-image: url('/images/icon_pdf.png');
}

a.web, a.mime_text_url {
	background-image: url('/images/icon_web.png');
}

sub, sup {
	line-height: 0;
}

img.left {
	float: left;
	margin: 4px 15px 4px 0;
}

img.right {
	float: right;
	margin: 4px 0 4px 15px;
}

div.cb {
	padding-bottom: 1px;
	clear: both;
}

textarea, input.text {
	font-family: 'Arial', sans-serif; 
	font-size: 13px; 
	line-height: 19px;
	border: 1px solid #9d928b;
	width: 300px;
	margin-bottom: 5px;
}

th {
	text-align: left;
	width: 150px;
}

td.action {
	text-align: right;
}

.submit, .button {
	background-color: #00573c;
	border: 1px solid #00573c;
	font-family: 'Arial', sans-serif; 
	font-size: 13px; 
	line-height: 19px;
	font-weight: bold;
	color: white !important;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
	text-decoration: none;
}

.submit:hover {
	background-color: #357234;
}

div.video {
	padding-bottom: 19px;
}

/* checklist css */

#score {
	background: url('../images/check_score.png') no-repeat scroll top left;
	width: 90px;
	height: 128px;
	display: block;
	float: right;
	color: #00573c;
	text-align: center;
	font-weight: bold;
}
#questionBox {
	width: 483px;
	min-height: 200px;
	padding: 20px;
	display: block;
	float: right;
	border: 1px solid #eff5d5;
	background-color: #eff5d5;
	color: #343434;
}
#questionBox label {
	width: 400px;
	display: block;
	padding-bottom: 3px;
	margin-left: 25px;
	text-indent: -17px;
}

.toelichting {
	border-top: 1px solid #fff;
	padding: 10px 0;
}

#questionList {
	width: 30px;
	display: block;
	float: left;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
}
#questionList li {
	width: 30px;
	list-style: none;
	padding: 5px 0;
	margin: 0;
	text-align: center;
	font-size: 16px;
}
#questionList li.current {
	border: 1px solid #eff5d5;
	background-color: #eff5d5;
	color: #00573C;
	font-weight: bold;
}

#questionAnswerList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#questionAnswerList {
	padding-left: 0;
}

#score span {
	font-size: 40px;
	line-height: 40px;
	clear: both;
	padding-top: 30px;
	display: block;
}
#sectorlist {
}
#sectorlist img {
	width: 100px;
	height: 100px;
	margin-right: 5px;
}

hr {
	border-top: 1px solid #00573C;
	background-color: #00573C;
	margin-bottom: 10px;
}
/* einde checklist css */

