body {
	font: 70% Verdana, sans-serif;
	line-height: 130%;
	behavior:url("/csshover.htc");
}
* {
	margin: 0;
	padding: 0;
}
a img, a:visited img {
	border: none;
}
#wrap {
	width: 675px;
	margin: 5px auto;
}
#header {
	height: 100px;
}
#logo {
	width: 216px;
	height: 84px;
	float: left;
}
#logo img {
	border: none;
}
#logo h1 {
	display: none;
}
#title {
	width: 459px;
	height: 100px;
	float: right;
	background-color: #2982c8;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
#title span {
	padding: 15px 0 10px 0;
	display: block;
}
#title h2 {
	font-size: 220%;
	padding-bottom: 10px;
	line-height: 1.0em;
}
#link-bar{
	width: 100%;
	height: 23px;
}
#blog-links{
	width: 459px;
	height: 18px;
	padding-top: 2px;
 	float: right;
	background-color: #f6b622;
	
}
.span1{
	font-size: 10px;
	color: #fff;
	font-weight: bold;margin-right: 6px;
	bottom: 4px;position: relative;
}
#blog-links img
{
	padding-right: 7px;
}
/* Menu (FIRSTLEVEL) */

#menu {
	width: 100%;
	font-size: 10px;
	float: left;
	margin: 3px 0 15px 0;
	background-color: #f6b622;
}
#menu ul {
	background-color: #f6b622;
	list-style: none;
	width: 100%;
	float: left;
}
#menu ul.FirstLevel li {
	background-color: #f6b622;
	float: left;
	display: block;
	padding: 3px 7px;
	position: relative;
	top: 0;
}
#menu ul.FirstLevel li a, #menu ul.FirstLevel a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	
}
#menu ul.FirstLevel a:hover, #menu ul.FirstLevel a:visited:hover {
	text-decoration: underline;
	
}
#menu ul li.selected {
	background-color: #f4851b;

}
#menu ul li ul a:hover{
	background-color: #f4851b;	
	
}
#menu ul li ul {
	background-color: #f6b622;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 190px;
	list-style: none;
	opacity: 0.90;
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	filter: alpha(opacity=90);
	border-bottom: 0px solid #f4851b;
	border-left: 1px solid #f4851b;
	border-right: 1px solid #f4851b;
	padding-top: 0px;
	margin: 0;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul.FirstLevel li ul li {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	background: none;
	float: none;
	margin: 0;
	padding: 0;
	width: 190px;
	border-top: 1px solid #fff;
}

#menu ul.FirstLevel li:hover ul li a, #menu ul.FirstLevel li:hover ul li a:visited {
	padding: 3px 9px;
	margin: 0;
	display: block;
}

/* Einde Menu FirstLevel */

.clear {
	visibility: hidden;
	clear: both;
	height: 0;
}
#sidebar {
	width: 216px;
	float: left;
}
#sidebar img {
	margin: 10px 0 0px 0;
}
#sidebar a img {
	border: 0;
}
#sidemenu ul {
	list-style: none;
	margin-bottom: 2px;
}
#sidemenu li {
	margin-bottom: 2px;
	background-color: #f6b622;
	display: block;
	padding: 3px 5px;
}
#sidemenu li a, #sidemenu li a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#sidemenu ul a:hover, #sidemenu ul a:visited:hover {
	text-decoration: underline;
}
#sidemenu ul li.selected {
	background-color: #f4851b;
}
#content {
	width: 450px;
	float: right;
}
#footer {
	background-repeat: no-repeat;
	height: 51px;
	margin: 10px 0;
}

#content p, #content ul, #content table {
	margin: 0 0 1em 0;
}
#content ul, #content ol {
	margin-left: 2em;
}
#content ul {
	list-style: square;
}
#content h1 {
	color: #2982c8;
	margin: 0 0 0.5em 0;
	font-size: 170%;
	line-height: 1.4em;
}
#content h2 {
	color: #EF8C00;
	margin: 1em 0 0.4em 0;
	font-size: 150%;
	line-height: 1.2em;
	clear: both;
}
#content h3 {
	color: #2982c8;
	margin: 0em 0 0.3em 0;
	font-size: 125%;
}
#content table.styledtable {
	width: 100%;
}
#content table.styledtable td, #content table.styledtable th {
	padding: 2px 15px 2px 3px;
	text-align: left;
	vertical-align: top;
}
#content table.styledtable td {
	border-bottom: 1px solid #f6b622;
}
#content table.styledtable th {
	background-color: #f4851b;
	color: #fff;
}

#content a, #content a:active {
	color: #2982C8;
	text-decoration: none;
}

#content a:hover {
	color: #ff4b02;
	text-decoration: none;
}

#content a:visited {
	color: #2982c8;
	text-decoration: none;
}

/* Registrationform  CSS */
.inschrijven .formsectie {
	border: 1px solid #2982c8;
	padding: 5px;
	margin: 5px 5px 1em 5px;
}
.inschrijven label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
.formcheckbox {
	float: left;
	display: block;
	width: 100%;
}
.checkbox {
	margin-right: 5px;
}
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}
.formtable {
	border-collapse: collapse;
}
.formtable td, table.formtable th {
	padding: 3px 15px 3px 5px;
	vertical-align: top;
	font-size: 100%;
}
.formtable td {
	border-bottom: 1px solid #f6b622;
}
.formtable th {
	background-color: #f4851b;
	color: #fff;
	text-align: left;
}
.onloadhidden {
	display: none;
}
.regtextarea {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* End of Registrationform CSS */

#content p.error {
	background-color: #FFE5E5;
	border: 2px solid #f00;
	font-weight: bold;
	padding: 10px;
}
#content p.oke {
	background-color: #F1FFF2;
	border: 2px solid #008000;
	font-weight: bold;
	padding: 10px;
}
#content p.vraag {
	background-color: #FDF9F3;
	border: 2px solid #FF8000;
	font-weight: bold;
	padding: 10px;
}

#content .project img {
	float: left;
	margin: 10px 0 0 10px;
}

#content a img {
	border: 0;
}

#content .projecttext {
	margin-left: 120px;
}

#content .projectlink, .projectkolom .projectlinkblauw, .projectkolom .projectlink {
	text-align: right;
	margin-top: 10px;
}

#content .projectlink a, #content .projectlink a:visited, .projectkolom .projectlink a,  .projectkolom .projectlink a:visited {
	background-color: #f4851b;
	padding: 3px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.projectkolom .projectlinkblauw a, .projectkolom .projectlinkblauw a:visited {
	background-color: #2B82C7;
	padding: 3px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#content .addtocartlink a, #content .addtocartlink a:visited {
	background-color: #f4851b;
	padding: 3px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* Partnerships pagina CSS */

.contentLinkerKolom {
	float: left;
	width: 216px;
	margin-left: 3px;
}
.contentRechterKolom {
	float: right;
	width: 216px;
}

.contentRechterKolom ul {
	margin-left: 2em;
	display: block;
}
.DrieKolomWrap {
	width: 675px;
	margin: 20px 0 -20px 0;
}
.SubKolomWrap {
	width: 675px;
}
.ExpertPartners h2, .CorporatePartners h2, .PublicSectorPartners h2 {
	font-size: 140%;
	color: #fff;
	padding: 10px 10px 10px 10px;
}
.ExpertPartners p, .CorporatePartners p, .PublicSectorPartners p {
	padding: 10px 10px 10px 10px;
}
.ExpertPartners img, .CorporatePartners img, .PublicSectorPartners img {
	text-align: center;
	padding: 10px 10px 10px 10px;
}
.ExpertPartners {
	background: #2982C8;
	float: left;
	width: 216px;
	margin-right: 1em;
	color: #fff;
	height: 358px;
}
.ExpertPartnersRead {
	background: #2982C8;
	float: left;
	width: 216px;
	color: #fff;
	margin-right: 1em;
}
.CorporatePartners {
	background: #75B1FF;
	float: left;
	width: 216px;
	color: #fff;
	height: 358px;
	margin-left: 3px;
}
.CorporatePartnersRead {
	background: #75B1FF;
	float: left;
	margin-left: 3px;
	width: 216px;
	color: #2982C8;
}
.PublicSectorPartners {
	background: #9ACAFE;
	float: right;
	width: 216px;
	color: #2982C8;
	height: 358px;
}
.PublicSectorPartnersRead {
	background: #9ACAFE;
	float: right;
	width: 216px;
	color: #2982C8;
}
.ReadMoreLink {
	background: #FF9900;
	text-align: center;
	float: right;
	padding: 3px 3px 3px 3px;
	color: #fff;
}
.ReadMoreLink a, .ReadMoreLink a:visited {
	text-decoration: none;
	color: #fff;
}
.ReadMoreLink a:hover, .ReadMoreLink a:active {
	text-decoration: underline;
	color: #fff;
}
#content .RegToVolunteer, .RegToVolunteer {
	background: #ff4b02;
	display: block;
	float: right;
	padding: 3px 6px 3px 6px;
	margin: 10px 0px 0px 10px;
	color: #fff;
	font-weight: bold;
}
#content .RegToVolunteer a, #content .RegToVolunteer a:visited, .Reg2Volunteer a:visited, .RegToVolunteer a {
	text-decoration: none;
	color: #fff;
}
#content .RegToVolunteer a:hover, #content .RegToVolunteer a:active, .RegToVolunteer a:hover, .RegToVolunteer a:active  {
	text-decoration: underline;
	color: #fff;

}
#content .RegToVolunteer-left, .RegToVolunteer-left {
	background: #ff4b02;
	display: block;
	float: left;
	padding: 3px 6px 3px 6px;
	margin: 10px 0px 0px 0px;
	color: #fff;
	font-weight: bold;
}
#content .RegToVolunteer-left a, #content .RegToVolunteer-left a:visited, .Reg2Volunteer a:visited, .RegToVolunteer-left a {
	text-decoration: none;
	color: #fff;
}
#content .RegToVolunteer-left a:hover, #content .RegToVolunteer-left a:active, .RegToVolunteer-left a:hover, .RegToVolunteer-left a:active  {
	text-decoration: underline;
	color: #fff;

}
.imgRight {
	float: right;
}
.VierKolomWrap {
	width: 675px;
}
.VierKolomWrap h2, .KolomWrap h2 {
	margin: 1em 0 1em 0;
	font-size: 150%;
}
.Kolom {
	width: 160px;
	float: left;
	margin-right: 5px;
}
.Kolom h4 {
	color: #ff4b02;
	font-weight: bold;
	margin: 0px 3px 3px 3px;
	font-size: 100%;
}
.Kolom p {
	margin: 0px 3px 3px 3px;
}

.KolomWrap {
	width: 675px;
	position: relative;
}
.StaffKolom {
	width: 216px;
	float: left;
	margin-right: 8px;
}

.StaffKolomRechts {
	width: 216px;
	float: right;
	padding-right: 3px;
}
.StaffKolom h4, .StaffKolomRechts h4 {
	font-weight: bold;
	margin: 0px 3px 3px 3px;
	font-size: 100%;
	color: #ff4b02;
}
.StaffKolom p, .StaffKolomRechts p {
	margin: 0px 3px 10px 3px;
}
.StaffKolom a, .StaffKolom a:visited, .StaffKolomRechts a, .StaffKolomRechts a:visited {
	text-decoration: none;
	color: #000;
}
.StaffKolom a:hover, .StaffKolom a:active, .StaffKolomRechts a:hover, .StaffKolomRechts a:active {
	text-decoration: underline;
	color: #000;
}
.KeyMemberDiv {
	border-top: 2px solid #0881CA;
	border-bottom: 2px solid #0881CA;
	width: 675px;
}
.KeyMemberTitel {
	margin: 10px 0px;
	font-weight: bold;
	float: left;
	width: 650px;
}
.upcomingevents {
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 15px;
}
.upcomingevents h1 {
	color: #fff;
	background: #FF8200;
	font-size: 120%;
	padding: 5px;
	margin: -10px;
}
.upcomingevents h2 {
	font-weight: bold;
	color: #ff8200;
	font-size: 100%;
	margin: 15px 0 0.5em 0;
}
.upcomingevents p {
	color: #2982C8;
}
.eventdate {
	color: #2982C8;
	font-weight: bold;
	display: block;
	margin-bottom: 0.3em;
}

.eventcontact {
	background-color: #2982C8;
	color: #fff;
	padding: 7px;
}
.eventcontact a, .eventcontact a:visited, .eventcontact a:hover, .eventcontact a:active {
	color: #fff;
	text-decoration: underline;
}

#content table.oddandeven {
	
}
#content td.oddandeven {
	color: #5374b8;
}

#content td.odd {
	background-color: #c9e6ff;
	padding: 5px 0px;
	color: #5374b8;
}

#content td.even {
	background-color: #e0f0ff;
	padding: 5px 0px;
	color: #5374b8;
}

.projecttitel {
	font-size: 170%;
	color: #2982c8;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 5px;
	line-height: 100%;
}

.projectplaats {
	font-size: 150%;
	color: #EF8C00;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 5px;
	line-height: 100%;
}
.projectdatum {
	font-size: 120%;
	text-align: center;
	display: block;
	margin: 0px 5px 5px 5px;
}

.projectbuttonsmall a, .projectbuttonsmall a:visited, .projectbuttonbig a:hover {
	background-color: #f4851b;
	width: 45px;
	height: 25px;
	display: block;
	float: left;
	margin: 10px 4px 5px 4px;
	padding: 2px 2px 8px 2px;
	color: #fff;
	text-align: center;
}

.projectbuttonbig a, .projectbuttonbig a:visited, .projectbuttonbig a:hover {
	background-color: #f4851b;
	width: 65px;
	height: 25px;
	display: block;
	float: left;
	margin: 10px 4px 5px 4px;
	padding: 2px 2px 8px 2px;
	color: #fff;
	text-align: center;
}

.StaffKolom img.projectimg, .StaffKolomRechts img.projectimg {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.justified {
	text-align: justify;
}

img.diary {
	float: right;
}
#content h1.diary {
	color: #333;
	padding-top: 15px;
}
span.diary {
	color: #333;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 2em;
	display: block;
	line-height: 140%;
}
#diary {
	background: #fff url(/img/diaryBackground.jpg) no-repeat top center;
	padding: 40px 40px 0 70px;
	font: 120% "Comic Sans MS", sans-serif;
	color: #1A82C9;
	height: 575px;
}
#diaryExtraFooter {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
#diaryExtraFooter img {
	margin: 0 30px;
	border: none;
}
.blueheader {
	font-size: 120%;
	color: #2982C8;
	display: block;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}
.orangeqoute {
	color: #f4851b;
	font-style: italic;
	padding-bottom: 10px;
}
.eenkolom {
	width: 675px;
}
.graphicbutton {
	float: left;
	padding-left: 60px;
}

.VierKolomWrap h2.midden {
	text-align: center;
}
.givingbutton {
	padding: 5px;
	color: #fff;
	background-color: #ff4b02;
	text-decoration: none;
}
.givingbutton:hover {
	text-decoration: underline;
}
.projectkolom {
	border: 2px solid #878787;
	width: 170px;
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
}
.projectkolom img {
	margin: 10px auto;
	display: block;
}
.projectkolom span.blauwetekst {
	color: #2982c8;
	font-weight: bold;
}
.projectkolom span.oranjetekst, #content span.oranjetekst {
	color: #f4851b;
	font-weight: bold;
}
.projectkolom span.RegToVolunteer {
	background: #ff4b02;
	display: block;
	padding: 3px 6px 3px 6px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.projectkolom .projectlink, .projectkolom .projectlinkblauw {
	position: absolute;
	bottom: 30px;
	right: 5px;
}
.projectkolom span.RegToVolunteer a:visited, .projectkolom span.RegToVolunteer a {
	text-decoration: none;
	color: #fff;
}
.projectkolom span.RegToVolunteer a:hover, .projectkolom span.RegToVolunteer a:active  {
	text-decoration: underline;
	color: #fff;
}
.KolomWrap p.note {
	margin-bottom: 10px;
}
table.table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #FAB514;
}
table.table td, table.table th {
	padding: 3px 5px;
	text-align: left;
	border-bottom: 1px solid #FAB514;
	vertical-align: top;
}
table.table th {
	width: 150px;
}

#accountbar {
	background-color: #ff4b02;
	padding: 3px;
	color: #fff;
	text-align: center;
	margin-right: 3px;
}
#accountbar a, #accountbar a:visited {
	color: #fff;
}
#content span.button a, #content span.button a:visited {
	padding: 2px 5px;
	border: 1px solid #AAA;
	border-bottom: 1px solid #515151;
	border-right: 1px solid #515151;
	background-color: #999;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
}
#content span.button a:hover, #content span.button a:visited:hover {
	border: 1px solid #515151;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
}
