html {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* for IE */
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: black;
}

body,p {
	font-family: Verdana, Arial, Helvetica;
}


/* --- Structure --- */

div#Container {
	position: relative;
	width: 950px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	background-color: #FFFFFF;
	overflow: hidden;    /* growing background-height after floats for FF, Opera...   */
}

div#Header {
	position: relative;
	width: 930px;
	height: auto;
	left: 10px;
	top: 5px;
	padding: 0px;
	font-size: 80%;
}

div#HeaderImage {
	position: relative;
	left: 10px;
	top: 2px;
	width: 930px;
	height: 398px;
	padding: 0px;
	font-size: 75%;
}

div#TopMenu {
	position: relative;
	left: 10px;
	top: 3px;
	width: 930px;
	height: 24px;
	padding: 0px;
	font-size: 70%;
	font-weight: bold;
	margin-bottom: 2px;
	background-image: url(../image/topmenu.jpg);
	background-repeat: repeat-x;
}

	div#TopMenu a {
		padding: 5px 22px 0px 22px; /* boven rechts onder links */
		float: right;
		height: 24px;
		color: #FFFFFF;
		border-left: solid;
		border-left-color: #FFFFFF;	
		border-left-width: 2px;
	}

	div#TopMenu a:link { 
		color:#FFFFFF; text-decoration: none; }
	div#TopMenu a:visited { 
		color:#FFFFFF; text-decoration: none; }
	div#TopMenu a:active { 
		color:#FFFFFF; text-decoration: none; }
	div#TopMenu a:hover { 
		color:#FFFFFF; 
		text-decoration: none;
		background-image: url(../image/topmenu_b.jpg);
		background-repeat:repeat-x; }
	div#TopMenu a:focus { 
		color:#FFFFFF; 
		text-decoration: none;
		background-image: url(../image/topmenu_b.jpg);
		background-repeat:repeat-x; }


/*  ---- Column --- */

div#wrapper{
   position: relative;
   float: left;
   width: 930px;
   margin: 0px 10px;
   	_margin: 0px 5px;
   top: 0px;
   	*top: 3px;
	_top: -2px;
   background-image: url(../image/bgMainBlankRight.jpg);
   background-position: center;
}


div#Left { 
	float: left;
	width: 158px;
	margin: 0px 0px 5px 0px;
		_margin: 0px; /* for IE5 and IE6 */
	padding: 20px 15px 25px 5px; 
	font-size: 70%;
	background-color: #d3dd66;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

	div#Left.Red { background-color: #b55797; }
	div#Left.Green { background-color: #d3dd66;	}
	div#Left.Blue { background-color: #33abb5; }
		
	div#Left a { text-decoration:none; }
	div#Left a:link { color:#000000; text-decoration:none; }
	div#Left a:visited { color:#000000; text-decoration:none; }
	div#Left a:active { color:#000000; text-decoration:none; }
	div#Left a:hover { color:#000000; text-decoration:underline; }


div#Center { 
	margin-right: 40px;
	margin-left: 52px;
	margin-top: 5px;
	padding: 3px 0px 20px 0px;
	   *padding: 0px 0px 10px 0px; /* for IE7 */
	   _padding: 0px 0px 10px 0px; /* for IE5 and IE6 */
	text-align: justify;
	font-size: 70%;
	background-color: #FFFFFF; 
}

div#Tree { 
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: right;
	padding: 10px 0px 20px 0px;
	   *padding: 3px 0px 10px 0px; /* for IE7 */
	   _padding: 4px 0px 10px 0px; /* for IE5 and IE6 */
	font-size: 80%;
}



/*  ---- Content --- */

h1 { 
	font-size: 100%; 
	padding: 0px 5px 1px 8px; 
	color: #000000; 
	font-weight: bold; 
}
	div#Right h1 {
		font-size: 100%; 
		margin: 12px 0px 0px 0px; 
	}

h2 { 
	font-size: 200%; 
	padding: 0px 5px 1px 8px; 
	color: #000000; 
	font-weight: bold; 
}

p { 
	font-size: 100%; 
	padding: 5px 5px 0px 10px; 
	color:#000000; 
}

	div#Left p {
		margin: 10px 5px 0px 10px; 
		padding: 10px 0px 0px 0px;
		font-weight: bold; 
	}
		#Left p.sub {
			margin: 0px 5px 0px 20px; 
			font-weight: normal; 
		}
		
		#Left p.sub2 {
			margin: 0px 5px 0px 35px; 
			font-weight: normal; 
			font-size: 85%;
		}

	div#Right p {
		margin: 0px 10px 0px 17px;
		padding: 0px;
	}
	
	  p.more { font-size: 100%; margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0 }
	  p.more1 { font-size: 100%; margin-top: 0; margin-bottom: 0; margin-left: 0.4cm; margin-right: 0 }

	  p.date { font-size: 100%; color: #444343;  margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0 }
	  p.agenda { font-size: 100%; margin-top: 0; margin-bottom: 0.4cm; margin-left: 0.4cm; margin-right: 0 }


ul {
	list-style-position: outside;
	list-style: disc;
	}
	
	ul.image {
	margin:0px 0px 10px 5cm;
	padding: 0;
	}
	
ol {
	list-style-position: outside;
	margin-left: 20px;
		*margin-left: 60px;
	}
	
	

table   { 
	width: 100%;
		*width: 97%;
	table-layout: auto;
	border-collapse: collapse; 
	border: 1px solid #C0C0C0; 
	margin: 20px 5px 0px 10px;
}


	th   { 
		border: 1px solid #C0C0C0; 
		text-align: left;
		padding: 5px;
		vertical-align: top;
	}
	
	td   { 
		border: 1px solid #C0C0C0; 
		text-align: left;
		padding: 5px;
		vertical-align: baseline;
	}


/*  ---- Copyright --- */

div#End {
	position: relative;
	float: left;
	left: 10px;
	top: 4px;
	width: 930px;
	height: 43px;
	padding: 0px;
	font-size: 60%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}

div#EndMenu {
	position: relative;
	margin: 2px 0px 0px 0px;
	width: auto;
}

	div#EndMenu p {
		padding: 5px 20px 0px 10px; /* boven rechts onder links */
		float: left;
		margin-bottom: 0px;
		margin-top: 3px;
		
	}

	div#EndMenu a { text-decoration:none; }
	div#EndMenu a:link { color:#000000; }
	div#EndMenu a:visited { color:#000000; }
	div#EndMenu a:active { color:#000000; }
	div#EndMenu a:hover { color:#000000; text-decoration:underline; }




/* --- Full line below image layout (publications) --- */

div#Publ {
	height: 150px;
	margin-top: 13px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}

div#Publ img {	
	float: right;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin-left: 10px;
	margin-bottom: 10px;
	    *margin-bottom: 0px;
	}

div#Publ p {	
	padding-top: 0px;
	}
	
	
/*  ---- Links --- */

a { text-decoration:none; }
a:link { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:active { color:#000000; text-decoration:underline; }
a:hover { color:#800000; text-decoration:underline; }


	
/* --- Text decoration layout --- */

span.gray { color: #444343; }
span.graysmall { color: #444343; font-size: 90%; }
span.bold { font-weight: bold; }
span.small { font-size: 85%; }
span.aspred { color:#741012; }
span.aspgreen { color:#408080; font-weight:bold; }
span.aspblack { color:#000000; }
span.asperr { color:#e40408; font-weight: bold; }
span.italic { font-style: italic; }
span.orange {color: #996600; font-weight: bold; font-size: 120%; }


/* --- Text decoration layout --- /*
table { font-size: 90%; font-family: Verdana, Arial, Helvetica; }

h1 { font-size: 100%; margin:5px 15px; padding: 0px 0px 10px 0px; color:#000000; font-weight: bold; }

p.highlight { font-weight: bold; }
p.indent { font-size: 100%; margin-top: 0; margin-bottom: 0; margin-left: 0cm; margin-right: 0 }
p.indent1 { font-size: 100%; margin-top: 0; margin-bottom: 0; margin-left: 1cm; margin-right: 0 }

span.underline { font-style: underline; }
span.small { font-size: 80%; }
span.big { font-weight: bold; font-size: 100%; }

--- /*

