@charset "utf-8";

/******************************************************************/
/**RESET ALL TAGS**************************************************/
/******************************************************************/

/* Normaliseert marge, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0;
}

/* Normaliseert font-size voor de headers */
h1, h2, h3, h4, h5, h6
{font-size: 100%;
}

/* Verwijdert list-style van de lists items */
ol,ul { list-style : none; }

/* Normaliseert font-style en font-weight terug naar normale waarden */
address, caption, cite, code, dfn, em, th, var
{
	font-style : italic;
	font-weight : normal;
}

/* Border collapse */
table {
	border-collapse : collapse;
	border-spacing : 0;
	background-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}

/* Verwijdert rand van fieldset en afbeeldingen */
fieldset,img { border : 0;
}

/* Links uitlijnen in caption and th */
caption,th { text-align : left;
}

/* Verwijdert quotation marks van q */
q:before, q:after { content :'';
}

.clearfloat	{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

h1{
	color: #482783;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
}

h4{
	color: #482783;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;


}

h5{
	color: #482783;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	
}

h2{
	font-weight:bold;
	color: #482783;
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	margin-bottom: 15px;
	font-size: 15px;
	font-style: italic;
}

h3{
	font-weight: bold;
	color: #482783;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
/*	text-transform: uppercase;*/
}
h6{
	color: #482783;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddedf;}

p{
	color: #482783;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 15px;
}

a{
color: #482783;
text-decoration:none;
}
a:hover{
	color: #482783;
	text-decoration:underline;
	font-weight: bold;
}

ol{
	list-style-type: decimal;
	list-style-position:outside;
	margin-left: 25px;
	margin-bottom: 25px;
	font-size: 12px;
}


/******************************************************************/
/**CANVAS**********************************************************/
/******************************************************************/
html {
	text-align: center;
}
body {
	text-align: left;
	background: #FFFFFF;
	font : 14px "Verdana, Arial, Helvetica, sans-serif", Arial, sans-serif;
	color : #333333;
}
div#canvas {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/background_shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 15px;
	z-index: 0;
	/*border: 1px solid #dddddd;*/
}

div#header {
	position: relative;
	height: 215px;
	border-bottom-width: 1px;
	width: 900px;
	background-image: url(../images/background_top.gif);
	background-repeat: no-repeat;
	z-index:-100;
}
/******************************************************************/
/**BRANDING********************************************************/
/******************************************************************/
#header #logo {
	position: absolute;
	left: 15px;
	top: 25px;
	z-index: 0;
}


#header #dna_string {
	background-image: url(../images/dna_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 200px;
	width: 650px;
	top: 2px;
	right: 20px;
	z-index: -100;
}

#header #slogan_box {
	-khtml-opacity: 0.90; /* css 3 */
	position: absolute;
	height: 17px;
	width: 275px;
	top: 60px;
	color: #98b954;
	font-family: "Arial",Geneva, Helvetica, sans-serif;
	font-size: 17px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	left: 130px;
}

#header #slogan_box p.slogan{
	color: #98b954;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	font-weight:bold;
	font-style: italic;
}
#header #top_tools{
	position: absolute;
	top: 5px;
	right: 58px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 242px;

}

#header #top_tools ul li{
	float:left;
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	color: #666666;
	padding-right: 8px;
	padding-left: 8px;
}

#header #top_tools ul li#sitemap{
	border-right-width: 0px;
}
#header #navigation_and_visual {
	position: absolute;
	left: 5px;
	bottom: 0px;
	height: 115px;
	overflow: hidden;
 	outline:none;
}

/* CONTENT */ 

#content{
	position: relative;

}

/* left col / navigation */

#content #leftcol {
	float: left;
	width: 190px;
	background-image: url(../images/background_leftcolumn.jpg);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	height: 600px;
	font-size:12px;
	margin-right: 30px;
}

#content #leftcol ul#leftnavigation {
margin-left:5px;
margin-top: 55px;
}
#content #leftcol ul#leftnavigation li  {
	margin-bottom: 10px;

}


#content #leftcol ul#leftnavigation li a {
	background-image: url(../images/background_leftnavigation.gif);
	background-repeat: repeat-x;
	filter:alpha(opacity=75); /* msie */
	-moz-opacity: 0.75; /* firefox 1.0 */
	-khtml-opacity: 0.75; /* webkit */
	opacity: 0.75; /* css 3 */
	width: 165px; /* stupid IE */
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	padding-top: 3px;
	padding-left:10px;
	padding-bottom: 3px;
	padding-right:10px;
	
}

#content #leftcol ul#leftnavigation li a:hover {
	filter:alpha(opacity=70); /* msie */
	-moz-opacity: 0.70; /* firefox 1.0 */
	-khtml-opacity: 0.70; /* webkit */
	opacity: 0.70; /* css 3 */

}


#content #leftcol ul#leftnavigation li a.selected {
	filter:alpha(opacity=90); /* msie */
	-moz-opacity: 0.90; /* firefox 1.0 */
	-khtml-opacity: 0.90; /* webkit */
	opacity: 0.90; /* css 3 */
}


#content #leftcol ul#leftsubnavigation {
margin-left:20px;
margin-top:10px;

}
#content #leftcol ul#leftsubnavigation li  {
	margin-bottom: 10px;

}


#content #leftcol ul#leftsubnavigation li a {
	background-image: url(../images/background_leftnavigation.gif);
	background-repeat: repeat-x;
	filter:alpha(opacity=75); /* msie */
	-moz-opacity: 0.75; /* firefox 1.0 */
	-khtml-opacity: 0.75; /* webkit */
	opacity: 0.75; /* css 3 */
	width: 145px; /* stupid IE */
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	padding-top: 3px;
	padding-left:10px;
	padding-bottom: 3px;
	padding-right:10px;
}

#content #leftcol ul#leftsubnavigation li a:hover {
	filter:alpha(opacity=70); /* msie */
	-moz-opacity: 0.70; /* firefox 1.0 */
	-khtml-opacity: 0.70; /* webkit */
	opacity: 0.70; /* css 3 */

}


#content #leftcol ul#leftsubnavigation li a.selected {
	filter:alpha(opacity=90); /* msie */
	-moz-opacity: 0.90; /* firefox 1.0 */
	-khtml-opacity: 0.90; /* webkit */
	opacity: 0.90; /* css 3 */
}


#content #leftcol ul#leftsubsubnavigation {
margin-left:20px;
margin-top:10px;
}
#content #leftcol ul#leftsubsubnavigation li  {
	margin-bottom: 10px;

}


#content #leftcol ul#leftsubsubnavigation li a {
	background-image: url(../images/background_leftnavigation.gif);
	background-repeat: repeat-x;
	filter:alpha(opacity=75); /* msie */
	-moz-opacity: 0.75; /* firefox 1.0 */
	-khtml-opacity: 0.75; /* webkit */
	opacity: 0.75; /* css 3 */
	width: 125px; /* stupid IE */
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	padding-top: 3px;
	padding-left:10px;
	padding-bottom: 3px;
	padding-right:10px;

}

#content #leftcol ul#leftsubsubnavigation li a:hover {
	filter:alpha(opacity=70); /* msie */
	-moz-opacity: 0.70; /* firefox 1.0 */
	-khtml-opacity: 0.70; /* webkit */
	opacity: 0.70; /* css 3 */

}


#content #leftcol ul#leftsubsubnavigation li a.selected {
	filter:alpha(opacity=90); /* msie */
	-moz-opacity: 0.90; /* firefox 1.0 */
	-khtml-opacity: 0.90; /* webkit */
	opacity: 0.90; /* css 3 */
}



/* middle col  */

#content #middlecol {
	float: left;
	margin-top: 25px;
	width: 380px;
	display: block;
	margin-right: 30px;
}

#content #middlecol  ul{
	font-size:12px;
	margin-left: 15px;
	margin-bottom: 15px;
	list-style-type: disc;
	list-style-position: inherit;
	line-height: 17px;
	color: #482783;

}

/* right col  */

#content #rightcol {
	float: left;
	margin-top: 25px;
	width: 257px;
}

#content #rightcol p  {
	margin-right: 15px;

}
/* FOOTER */ 

div#footer {
	position: relative;
	border-bottom-width: 1px;
	width: 896px;
	background-image: url(../images/background_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left:4px;
}
#footer .footer_slogan {
	background-image: url(../images/slogan_box.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 3px;
	width: 859px;
	height: 15px;
	
}
.image_floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

p.bordertext{
	text-align:center;
	border: 1px solid #333333;
	padding: 5px;
}
