@charset "utf-8";
/* -- generic styles ------------------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.3;
}
body  {
	background: #bbb url(../_images/j0385775.JPG);
	margin: 0 0px;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	float: none;
	position: relative;
	clear: both;
}

/* ------- HEADER STYLES ----------*/
#header {
	padding: 0;
	height: 90px;
	margin: 0;
	position: relative;
	width: 1000px;
}

#wrapper {
	width: 1000px;
	background: #fff;
	margin: 0px;
	text-align: left;
} 
#wrapper a:link,
#wrapper a:visited {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}
#wrapper a:hover {
	color: #390;
	font-weight: normal;
}


#header #mainNav {
	position: absolute;
	left: 14px;
	bottom: -1px;
}
#header #mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#header #mainNav li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
#header #mainNav li a:link, #header #mainNav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	text-decoration: none;
	padding: 0 5px 0 35px;
	margin-right: 10px;
	display: block;
	line-height: 25px;
	background: url(../_images/nav_rollover.jpg) no-repeat left bottom;
}

#header #mainNav li a:hover {
	color: #FFF;
	background: url(../_images/nav_rollover.jpg) no-repeat left top;
	border: none;
	text-align: center;
}
#header #mainNav ul li a.current {
	background: url(../_images/current.jpg) no-repeat;
	color: #fff;
}
#header #mainNav ul li a.current:hover {
	color: #AAB3B2;
	cursor: default;
}
	
#header #banner {
	position: absolute;
	bottom: 0;
	left: 0;
}

#header h1 {
	text-indent: -3000em;
	margin: 0;
}
.intro {
	color: #390;
}



/* --------- MAIN CONTENT STYLES -------------*/
#mainContent {
	width: 700px;
	float: left;
	color: #000;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
} 
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #1B9D95;
	margin: .6em 0 .4em 0;
	padding-left: 20px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 1em;
	margin-left: 20px;
}

#mainContent h4 {
	font-size: 1em;
	font-weight: bold;
	color: #390;
	margin-left: 20px;
}

#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3C3809;
	margin-bottom: 0.4em;
	margin-left: 20px;
	text-align: center;
	font-weight: bold;
}
#mainContent h2.special {
	margin-bottom: 1em;
}

#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	margin-bottom: 0.4em;
	margin-left: 20px;
	text-align: center;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	font-size: 0.9em;
	margin-bottom: 1px;
	line-height: normal;
}
#mainContent li {
	margin-left: 15px;
	margin-bottom: 1em;
	line-height: 1.3;
}
#mainContent dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	margin-left: 30px;
	margin-top: 0px;
}
#mainContent dt {
	font-weight: bold;
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px dashed #666;
}
#mainContent dd {
	font-style: italic;
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 1em;
	font-weight: normal;
	background: #F3F8A5;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent form {
	margin-left: 20px;
}
#mainContent #frmRegister fieldset {
	margin-bottom: 20px;
	background: #B9C5C5;
	border-right: 1px solid #729E91;
	border-bottom: 1px solid #729E91;
	border-top-style: none;
	border-left-style: none;
	padding: 20px 0;
}
#mainContent #frmRegister legend {
	background: #B9C5C5;
	margin-top: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#mainContent #frmRegister input.text {
	width: 200px;
}
#mainContent #frmRegister input.text:focus , #mainContent #frmRegister textarea:focus{
	background: #EDDAB1;
	border: 1px solid #9D6124;
}


#mainContent #frmRegister p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
}







/* ----------- SIDEBAR STYLES ------------------*/
#sidebar {
	float: right;
	width: 250px;
	padding: 8px 20px 10px 20px;
	border-left: solid #aaa 1px;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
#sidebar ol li {
	margin-bottom: 0.6em;
	margin-left: 20px;
}
#sidebar H4 {
	color: #390;
	font-size: 1.0em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	margin-left: 30px;
}
#sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-left: 20px;
}




/* ---------- FOOTER STYLES ------------*/
#footer {
	padding: 0;
	background:#390;
	clear: both;
	border-bottom: 2px solid #aaa;
	width: 1000px;
	height: 35px;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
}
#footer a {
	color: #039C6A;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

#Casus {
	color: #000;
	background: #f50000;
	padding: 2px;
	margin-left: 15px;
	height: 60px;
}
#wrapper #sidebar .opsomming .opsomming {
	color: #000;
	font-size: 1.1em;
}
.wit_groteletters {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #FFF;
	text-align: left;
	padding-top: 15px;
}
#box_sidebar {
	color: #FFF;
	background: #F00;
	margin: 0px;
	padding: 2px 10px 3px;
	height: 57px;
}
#boxLeft {
	color: #FFF;
	background: #F00;
	margin: 3px 0px 10px 15px;
	padding: 10px;
	text-align: center;
}
#boxRight {
	color: #FFF;
	background: #F00;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}
#boxLeftGreen {
	color: #FFF;
	background: #390;
	margin: 7px 0px 10px 15px;
	padding: 10px;
	text-align: center;
	height: 90px;
}
#boxRightGreen {
	color: #FFF;
	background: #390;
	margin: 0px 0px 10px;
	padding: 30px 10px 5px 0px;
	text-align: center;
	height: 74px;
}
#boxLeftsmall {
	color: #FFF;
	background: #390;
	margin: 8px 0px 10px 15px;
	padding: 5px 10px 10px 5px;
	height: 25px;
	text-align: center;
}
#boxRightsmall {
	color: #FFF;
	background: #390;
	margin: 0px 0px 15px;
	padding: 5px 10px;
	height: 30px;
	text-align: center;
}
#nieuwsbanner {
	margin: 15px 10px 10px;
}
#box_nieuwsoverzicht {
	color: #FFF;
	background: url(../_images/nieuws.jpg);
	height: 53px;
	text-align: center;
	padding: 25px 10px 10px;
	margin: 0px;
}
#box_bijeenkomsten {
	color: #FFF;
	background: url(../_images/496498_green_eyes_1.jpg);
	height: 53px;
	margin: 0px;
	text-align: center;
	padding: 25px 10px 10px;
}
#quote {
	font-size: 0.8em;
	color: #FFF;
}
#quotezwart {
	font-size: 0.8em;
	color: #390;
}
.boldkopjezwart {
	font-weight: bold;
	margin-left: 20px;
}
#rechtsuitlijn {
	text-align: right;
}

