@charset "UTF-8";
body  {
	background: #CFEEB5;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 11px;
}

h1 { font-size: 1.2em; margin:0; padding: 0 0 10px 0; }
h2, h3, h4, h5, h6 { font-size: 1.1em; margin:10px 0 0 0; padding: 0; }


p { margin:0; padding: 0 0 15px 0;}

a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#E7206E;
	}

a:hover {
	text-decoration: underline;
	color:#95DF00;
	}	

th {text-align: left;}
td, th {font-size:11px; font-weight:normal;}

ul {margin: 0;}

#container {
	width: 840px;
	margin: 20px auto;
	text-align: left;
	background-color: #AEE679;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../picts/bg.gif);
	position:relative;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
#header {
	background: #95DF00;
	height: 177px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
} 

#container #header #logo {
	margin: 0px;
	padding: 0px;
	width: 177px;
	height: 177px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#container #header #welcome {
}

#container #header #welcome img {
	padding-top: 22px;
	padding-left: 20px;
}

#container #header #taal {
	position:absolute;
	width:300px;
	left: 528px;
	top: 155px;
	text-align:right;
	padding:0;
	margin:0;
	font-size:0.92em;
	font-weight:bold;
	text-transform:uppercase;	}

#taal a:link, #taal a:visited, #taal a:active {
	text-decoration:none;
	padding: 0;}
#taal a:hover {
	color:#E7206E;
	}
	
#taal img {
	width: 30px;
	border: 1px solid #fff;}	

#menu {
	background: #000;
	height: 25px;
	margin: 0 5px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
} 

#container #menu .menu {
	padding-top: 5px;
	margin-left: -5px;
	color: #95DF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.menu a, .menu a:link, .menu a:hover, .menu a:visited {color:#FFFFFF; text-decoration:none; display:block; float:left; padding: 0 17px;}
.menu a:hover { color:#95DF00; }

.menu #active a {color:#95DF00; text-decoration:none; display:block; float:left; padding: 0 17px;}
.menu #active a:hover { color:#fff; }

#sidebar1 {
	float: left; 
	width: 180px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 5px top;
	background-image: url(../picts/bg_left.jpg);
	min-height:300px;
}

#sidebar1 h2 {
	font-size: 1em;
	}

#sidebar2 {
	float: right;
	width: 180px;
}


#container #sidebar2 #quotes {
	width: 130px;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	font-size: 1em;
	color:#000;
	line-height:220%;
	font-weight: bold;
	text-align:center;
}
#mainContent {
	margin: 0 180px 0 180px;
	padding: 25px 0 0 0;
	background-image: url(../picts/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 300px;
	}

#bottommenu {
	height: 25px;
	margin: 0 25px 10px 25px;
	padding: 5px 0 0 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CFEEB5;
} 

#container #bottommenu menu {
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#bottommenu .menu a:link, #bottommenu .menu a:visited, #bottommenu .menu a:active {
	color:#95DF00;
	text-decoration:none;
	display:block;
	float:left;
	padding: 0 10px 0 0;}
#bottommenu .menu a:hover {
	color:#E7206E;
	}

#bottommenu .menu #active a:link, #bottommenu .menu  #active  a:visited, #bottommenu .menu  #active  a:active {
	color:#333;
	}
#bottommenu .menu  #active  a:hover {
	color:#E7206E;
	}



#footer {
	padding: 7px 5px 7px 15px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-width:1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	color:#FFFFFF;
	background-color: #95DF00;
} 

#footer a {
	color:#E7206E;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* tekst */

#container #mainContent .tekst {
	margin: 0 25px 25px 25px;
	width: 430px;
	line-height: 160%;
	padding:0;
}

*html #container #mainContent .tekst {
	padding:0;
	width:420px;
	margin: 25px;
}
.tekst img {
	margin: 10px;
	}

/* quotes */

#quotes p { 
	margin: 0;
	padding:0;
	font-size: 1.1em;
	font-style:italic;
	}
	
#quotes p.auteur {
	margin-top:10px;
	font-style:normal;
	}	
	

/* submenu */
	

#container #sidebar1 #submenu {
	/* position:fixed;
	top: 240px; */
	margin-top: 20px;
	margin-left: 15px;
	width: 150px;
	line-height: 160%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#submenu h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#E7206E;
}

#submenu p, #submenu ul { padding:0; margin: 0;}

#submenu ul, #submenu li { list-style:none; }
#submenu li {margin-left: 10px;}
#submenu ul {margin-bottom:10px;}

#submenu a, #submenu a:hover, #submenu a:active,#submenu a:visited  {color:#000; text-decoration:none;}
#submenu a:hover { color:#E7206E;  }


/* div's voor het hoofdmenu */
#iml, #kernreflectie, #aanbod, #kenniscentrum, #nieuws, #contact {
	position:absolute;
	z-index:90;
	top: 217px;
	width:175px;
	height:200px;
	visibility: hidden;
	background-color: #E7206E;
	}

#iml {
	left: 262px; 
}
#kernreflectie { left: 325px; }
#aanbod { left: 443px;  }
#kenniscentrum { left: 530px; }
#nieuws { left: 665px; visibility:visible;  }
#contact { left: 650px; }


#submenu #activesub a { color: #E7206E;}
#submenu div#activesub {padding:0; margin:0;}
