@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*ALGEMENEN-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/


html, body {
	padding:0px;
	margin:0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:black;
	line-height:130%;
}
body.popup { background-color:white; }
/*-------------------------------------------------------------------------------------*/
/*HOOFDONDERDELEN-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container {
	width:960px;
	padding:0px;
	margin:0px auto;
}

#container #middle { 
	width:960px; 
	min-height:700px;
	height:auto!important;
	height:700px;
}

/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL RIGHT---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #middle #colRight {
	display:inline;
	float:left;
	width:152px;
	height:700px;
	background-image:url(/images/site/colRightTopRepeat.jpg);
	background-repeat:repeat-y;
}

#container #middle #colRight #colRightTop{
	
	width:152px;
	min-height:350px;
	display:inline-block;
}
#container #middle #colRight #colRightTop #colRightTopContent{
	min-height:350px;
	width:152px;
}
#container #middle #colRight #colRightTop #colRightTopFooter{
	
	width:152px;
	height:6px;
}

#container #middle #colRight #colRightMiddle
{
	width:152px;
	min-height:195px;
	padding-bottom:152px;
}
#container #middle #colRight #colRightWrapper{
	background-image:url(/images/site/colrightBottomVisual.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:100%;
	width:152px;
}
/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL LEFT----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #middle #colLeft {
	background-image:url(/images/site/colLeftRepeat.jpg);
	background-repeat:repeat-y;
	width:176px;
	height:700px;
	display:inline;
	float:left;
}
#container #middle #colLeft #colLeftTop{
	height:500px;
	width:176px;
	background-image:url(/images/site/colLeftTop.jpg);
	background-repeat:no-repeat;
	display:inline-block;
}
#container #middle #colLeft #colLeftTop #colLeftSchool{
	margin: 421px 0px 0px 20px;
	*margin: 384px 0px 0px 20px;
	color:white;
	font-weight:bold;
	font-size:10px;
}
#container #middle #colLeft #colLeftTop #colLeftSchool a {
	color: white;
}
/*-------------------------------------------------------------------------------------*/
/*PARTS HEADER-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #middle #colMiddle #header{
	width:629px;
	height:150px;
	display:block;
}
#container #middle #colMiddle #header #logoBlok{ cursor:pointer;}
#container #middle #colMiddle #header #doelgroepenWrapper{
	background-color:#b9581b;
	width:629px;
	height:25px;
}
#container #middle #colMiddle #header #menuWrapper{
	background-color:#f57920;
	width:629px;
	height:25px;
}
/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL Middle--------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #middle #colMiddle {
	display:inline;
	float:left;
	width:629px;
}
#container #middle #colMiddle #collMiddleContentWrapper{
	margin: 0px 23px 0px 23px;
}
#container #middle #colMiddle #collMiddleContentWrapper #content {margin:0px 23px 0px 0px;}
#container #middle #colMiddle #collMiddleContentWrapper #contentWrapper{}
#container #middle #colMiddle #collMiddleContentWrapper #contentBottomWrapper{
	display:block;
	margin:30px 0px 0px 0px;
}
/*-------------------------------------------------------------------------------------*/
/*pageTools--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #colMiddle #mainPageTools {
	width:70px;
	float:right;
	margin:6px 7px 0px 0px;
}
#container #middle #colMiddle #mainPageTools img {display:inline; float:left;cursor:pointer;}
/*-------------------------------------------------------------------------------------*/
/*DOELGROEPEM--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*#container #middle #colMiddle #header #doelgroepenWrapper #doelgroepen {
 width:600px;
 display:block;
 height:25px;
 margin:0px 0px 0px 25px;
}
#header #doelgroepen p.doelgroep{
	display:inline;
	float:left;
	font-size:13px;
	line-height:25px;
	margin:0px 15px 0px 0px;
	
}
*/

#container #middle #colMiddle #header #doelgroepenWrapper #doelgroepen {
 width:600px;
 display:block;
 height:25px;
 margin-left: 16px
}
#header #doelgroepen div.doelgroep { 	
	display:inline;
	float:left; 
}
#header #doelgroepen p.doelgroep{

	font-size:13px;
	line-height:25px;
	margin:0px 9px 0px 8px;
	
}
#header #doelgroepen p.doelgroep a{ color:#ffffff;}
/*-------------------------------------------------------------------------------------*/
/*FOOTER----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #middle #colLeft #colLeftBottom #footer {
	margin: 26px 0px 0px 10px;
	line-height:18px;
	color:white;
	font-size:10px;
	font-weight:bold;
}
#container #middle #colLeft #colLeftBottom #footer a {
	color:white;
	font-size:10px;
	font-weight:bold;
}
/*-------------------------------------------------------------------------------------*/
/*GENERAL CONTENT----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

a,a:visited, a:active  {text-decoration: none; color: #00aef0;}
a:hover{ text-decoration: underline; color: #99ccff;}

h1 {font-size: 14px; font-weight:bold; padding:2px 0px 0px 0px; margin-bottom:6px;color:#ed008c;}
h2 {font-size:12px; font-weight:bold; margin-bottom:6px;color:#ed008c;}
h3 {font-size:12px;}
h4 {font-size: 11px;}
h5 {font-size:10px;}
h6 {color:#513705; font-weight: bold; font-size: 11px; margin-bottom:6px;}

p  {padding:0; font-size: 1em; margin: 0px; font-weight:normal;}

.date {color:#5e3b66; font-weight:normal; font-size:11px; line-height:14px; }
.button { width:75px;border:1px solid #40b6ee;  background-color: #009de8; color:#ffffff; cursor:pointer; padding:1px 3px 1px 3px;}