/* RESET CSS */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, input, th, td
{
	margin: 0; padding: 0; border: 0; outline: none;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}

body
{
	line-height: 1;
	font-size: 88%;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	padding: .6em 0;
	margin: 0 0px;
}

ul, ol
{
	list-style: none;
}

img	{border: 0;}
/* RESET CSS */

.clear {clear:both;}
.float-right {float:right;}
.float-left {float:left;}

/* ---------------------
basic layout
--------------------- */

* {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	
}

.waterbody {
	background:#FFFFFF url(../images/bg_body.jpg) repeat-x left top;
	margin:0;
	color:#333333;
}

p {
	font-size:12px;
	line-height:1.5em;
	margin-bottom:13px;
	color:#333333;
}


div,
td {
	font-size:12px;
	line-height:1.5em;
	font-weight:normal;

}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	/**color:#ed1b24; **/
	color:#ed1b24;
}

/* Hoofdmenu items */
.menuLinks	{
	padding-left:0px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	list-style:none;
}

.menuLinks li	{
	padding-left:12px;
	padding-top: 4px;
	padding-bottom: 4px; 
	border-top: 1px solid #fff;
}

.menuLinks li a:link {
	color:#fff;
	text-decoration:none;
}
.menuLinks li a:hover {
	color:#fff;
	text-decoration:underline;
}
.menuLinks li a:visited {
	color:#fff;
	text-decoration:none;
}
.menuLinks li a:active {
	color:#fff;
	text-decoration:none;
}
/* Submenu items */
.submenu {
	display:none;
	font-size:10px;
	margin-left:13px;
}

.submenu a {
	color:#0F218B;
	text-decoration:none;
}

.submenu ul {
	display:none;

	padding:0;
	margin:0;
}
.submenu li {
	border:0;
	padding:0;
	margin:0;
	padding-right: 5px;
	list-style-type: square;
}
.submenu li a:link {
	color:#fff;
	text-decoration:none;
}
.submenu li a:hover {
	color:#fff;
	text-decoration:underline;
}
.submenu li a:visited {
	color:#fff;
	text-decoration:none;
}
.submenu li a:active {
	color:#fff;
	text-decoration:none;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* ---------------------
template layout
--------------------- */

/** wrapper to make the page center **/
#container {
	width:900px;
	margin: 55px auto;
	padding:0;
	text-align: left;
	border:thick;
}

/**
hold background, it should be float:left
that's way we can not put it in #container
**/
#containerbg {
	position:relative;
	width: 875px;
	/*background:transparent url("/images/bg_inside.jpg") repeat-y left top;*/
	float:left;
	top:0;
	left:0;
}

#outerleft {
	position:relative;
	float:left;
	clear:left;
	width:875px;
}

#logo {
	position:relative;
	width:100%;
	height:89px;
	float:left;
	background:#FFFFFF url(../images/bg_header.jpg) no-repeat left top;
}


/** div container for image header **/
#imgheader {
	position:relative;
	float:left;
	clear:left;
	width:100%;
	height:99px;
	background-color: #000000;
}

#container_inner {
	position:relative;
	float:left;
	clear:left;
	width:925px;
}

/** div container for left column **/
#leftcol {
	position:relative;
	float:left;
	clear:left;
	width:172px;
	background:transparent url(../images/bg_leftcol.jpg) repeat-y left top;
}

#leftundercol {
	position:relative;
	float:left;
	clear:left;
	width:172px;
	left:0px; 
	top:0px; 
	height:200px;
}

#leftcolmenu {
	position:relative;
	background:transparent url(../images/bg_leftcol.jpg) repeat-y left top;
	overflow:auto;
}

/** div container for mainbody **/
#content_main {
	margin-top:10px;
	float:left;
	left:10px;
	width:700px;
	margin-left:20px;
	background-color:#FFFFFF;
	top:10px;
}

#content_main h1{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight:normal;
	color: #a11219;
	margin-bottom:15px;
}

#blackline {
	position:relative;
	clear:left;
	float:left;
	width:875px;
	height:10px;
	min-height:10px;
	background-color: #000000;
	color:#FFFFFF;
	font-size:10px;
}
.Organisatietekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a11219;
	line-height:18px;
	text-align:center;
}