/* STYLE SETTINGS FOR USER CONTENT IN CMS AND FRONTEND */

/* these styles are used to display (default) content in frontend and CMS */

/* 		default colours and font		*/
body {
	background-color: #FFFFFF;
}

td,div,input,textarea,iframe,body { font-family: Arial, Georgia, Helvetica, sans-serif; font-size: 12px; color: #000000; }

/* 		default links					*/
a:link { color: #000000; text-decoration: underline; font-weight:bold}
a:visited { color: #000000; text-decoration: underline; font-weight:bold}
a:hover { color: #000000; text-decoration: underline; font-weight:bold}
a:active { color: #000000; text-decoration: underline; font-weight:bold}



/* STYLE SETTINGS FOR USER STYLE PULLDOWN IN EDITOR */

/* 		text options				*/
.titel {color: #000000;font-weight: bold; font-size: 17px;}
.inhoud {color: #000000;font-size: 12px;}
.highlighted {background-color: #000000;}

.groot {font-size: 16px;}
.klein {font-size: 10px;}

.tekst-quote { color: #000000; font-family: "Times New Roman", Times, serif; font-style: italic;}

hr{
	height:1px; 
	border:none; border-bottom:1px solid #000000;
	margin:2px; 
	padding:0px;
	color:#000000; margin-left:0px;
	margin-top:0px;
}



/* STYLE SETTINGS FOR SITE DESIGN IN FRONTEND  */

/* not useable by enduser or for content */


body,html{
	background-color:#AAAAAA;
	margin: 0px;padding: 0px;
	height:100%;
}

a,td,div,input,textarea,iframe,body { color: #FFFFFF; font-weight:bold; }


/* 		default links					*/
a:link { color: #FFFFFF; text-decoration: underline;}
a:visited { color: #FFFFFF; text-decoration: underline;}
a:hover { color: #FFFFFF; text-decoration: underline;}
a:active { color: #FFFFFF; text-decoration: underline;}


/* 		default links					*/
a { color: #FFFFFF;}

/* 		text options				*/
.titel {color: #FFFFFF;}
.inhoud {color: #FFFFFF;}
.highlighted {background-color: #000000;}

.tekst-quote { color: #FFFFFF;}




/* default interface */
/* 		menu links					*/
a.menu:link { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px; }
a.menu:visited { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px; }
a.menu:hover { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px; }
a.menu:active { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px; }
.menubackground{ background-color:#FFFFFF; }
a.selectedMenu:link { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px; }
a.selectedMenu:visited { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px; }
a.selectedMenu:hover { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px; }
a.selectedMenu:active { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px; }


a.sub:link { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px; }
a.sub:visited { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px; }
a.sub:hover { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px; }
a.sub:active { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px; }
.subbackground{ background-color:#FFFFFF; }
a.selectedSub:link { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px;}
a.selectedSub:visited { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px;}
a.selectedSub:hover { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px;}
a.selectedSub:active { color: #FFFFFF; text-decoration: none;font-weight: bold; font-size: 13px;}

a.subsub:link { color: #FFFFFF; text-decoration: none;}
a.subsub:visited { color: #FFFFFF; text-decoration: none;}
a.subsub:hover { color: #FFFFFF; text-decoration: none;}
a.subsub:active { color: #FFFFFF; text-decoration: none;}
.subsubbackground{ background-color:#FFFFFF; }
a.selectedSubsub:link { color: #FFFFFF; text-decoration: none;}
a.selectedSubsub:visited { color: #FFFFFF; text-decoration: none;}
a.selectedSubsub:hover { color: #FFFFFF; text-decoration: none;}
a.selectedSubsub:active { color: #FFFFFF; text-decoration: none;}




img{border:none; position:relative; }
p{ margin-top:0px;}
a{ position:relative; }

/* forms */
form{
	margin:0px; 
	padding:0px;
}
.tfieldsml {
	font-family: Arial, Georgia, Helvetica, sans-serif;
	font-size: 11px;
	color: #464D54;
	background-color: #F5F5F5;
	border: 2px solid #DBDBDB;
	height: 16px;
	width: 180px;
}
.tfield{
	font-family: Arial, Georgia, Helvetica, sans-serif;
	font-size: 11px;
	color: #464D54;
	background-color: #F5F5F5;
	border: 2px solid #DBDBDB;
	height: 16px;
	width: 300px;
}
.tfieldSel{
	width:300px;
	border: 2px solid #DBDBDB;
	background-color:#FFFFE1;
	font-style:normal;
	color:#000000;
	height:16px;
}
.tfieldCon{
	width:300px;
	border: 2px solid #DBDBDB;
	background-color:#FFFFFF;
	font-style:normal;
	color:#000000;
	height:16px;
}
.tarea{
	font-family: Arial, Georgia, Helvetica, sans-serif;
	font-size: 11px;
	color: #464D54;
	background-color: #F5F5F5;
	border: 2px solid #DBDBDB;
	width: 300px;
}
.tareaSel{
	width:300px;
	border: 2px solid #DBDBDB;
	background-color:#FFFFE1;
	font-style:normal;
	color:#000000;
	height:146px;
}
.tareaCon{
	width:300px;
	border: 2px solid #DBDBDB;
	background-color:#FFFFFF;
	font-style:normal;
	color:#000000;
	height:146px;
}
.button{
	font-family: Arial, Georgia, Helvetica, sans-serif;
	font-size: 10px;
	color: #464D54;
	background-color: #FFFFFF;
	border: 2px solid #DBDBDB;
	height: 18px;
	cursor:pointer;
}




/* 		searchfield					*/
.searchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #464D54;
	background-color: #FFFFFF; border: none; 
	width: 100px; height: 16px;
	padding:0px; padding-top:2px; padding-left:3px;
}
.searchButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #FFFFFF;
	border: none; cursor:pointer;
	width: 70px; height: 18px;
	padding:0px; padding-left:3px;
}


/* dictionary */
.dictionary {
	border: 2px dotted #202020;
	background-color: #FFF2CB; 
	margin: 4px; padding: 4px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px; color: #202020; font-weight:normal;
    position: absolute;
	left:auto;
	top:auto;
	z-index:99; 
	width: 200px;
	height: 75px;
	overflow:visible;
	cursor:help;
}



/* 		newsletterfield					*/ 
.nlField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #334E59; 
	width: 150px;
	height: 18px;
}
.nlButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #334E59;
	width: 50px;
	height: 18px;
	cursor:pointer;
}




/* 		taffield					*/ 
.tafField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #334E59;
	width: 135px;
	height: 17px;
}
.tafButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #334E59;
	width: 50px;
	height: 17px;
	cursor:pointer;
}






/* LIGHTBOX */
#lightbox{
	width:800px;
	height:600px;
	background-color:#73797B;
	padding: 10px;
	padding-bottom:10px;
	text-align:center;
	}
#lightboxDetails{
	position:absolute;
	left:10px;
	width:780px;
	height:80px;
	top:520px;
	
	font-family: Arial, Georgia, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: 100; 
	font-size: 24px; 
	line-height:28px;;
	}	
#pauseShow{ 
	position:absolute;
	left:740px;
	bottom:10px;
	font-family: Arial, Helvetica,Verdana;
	font-size: 9px;
	text-decoration:underline;
	color: #000000;
	background-color: #FFFFFF;
	border: none;
	height: 14px;
	width:40px;
	cursor:pointer;
}

#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(img/overlay.png); }


















/* default styles================================================================== */
/*--------------------------------- DIVS -----------------*/
#wrap{
	width:950px; height:657px;
	margin-left:auto; margin-right:auto;
	position:relative; text-align:left;
	overflow:hidden; z-index:5;
}

#logo{
	position: absolute;
	width:317px; height:31px;
	top:61px; left:6px;
}






	.contentMenu{
		position: relative;
		left:35px; top:7px; 
		width:800px; height:80px;
	}
	.contentTitle{
		position:absolute; z-index:10;
		right:80px; top:70px;
		width:700px; height:50px;
		text-align:right;	
	}
		.contentTitleSpan{
			font-size:67px;
			font-family:Georgia,"Times New Roman", Times, serif;
			font-style:italic;
			font-weight:bold;
		}
		
		.contentTitleQuote{
			padding-right:40px;
			font-size:17px;
			font-family:Arial;
			font-style:italic;
			font-weight:bold;
		}
	
	.contentBody{
		position:absolute;  
		top:110px; left:29px;
		width:809px; height:420px;
		margin:0px; padding:0px;
	}
		.innerContentScroll{
			position:relative;
			width:809px; height:420px;	
		}
		.innerContent{
			min-height:200px;
			height:auto !important;
			height:200px;
			padding-top:70px; 
			padding-left:10px; 
			padding-right:10px;
			padding-bottom:10px;
		}
		
		/*.innerContent a,input,textarea,img,div,table,tr,td,tbody{ position:relative; }*/
		
		
	
	
	
	.contentFooter{
		position:absolute;
		top:535px; left:34px;
		height:20px;
	}

	.footerStyle{
		font-size:14px;font-weight:bold;color:#FFFFFF;
		color:#FFFFFF;text-decoration:none;
	}
	.footerDiv{
		float:left;
	}
	.footerBar{
		float:left;
		width:20px;
	}


.subitem{
	float:left;	color:#FFFFFF; height:16px;
	margin-left:5px; margin-right:5px;
	padding:1px;
}
.subitemBar{
	float:left;	color:#FFFFFF; height:14px;
	padding:3px; margin-top:-2px; padding-left:0px;
	margin-left:4px;margin-right:4px;
	
}

	
.menuColor2{	color:#1D98BE;	}
.menuColor3{	color:#861EC7;	}
.menuColor4{	color:#1DBE2D;	}
.menuColor5{	color:#F7C100;	}
.menuColor6{	color:#C72A1E;	}

.menuBGColor2{	background-color:#1D98BE;	}
.menuBGColor3{	background-color:#861EC7;	}
.menuBGColor4{	background-color:#1DBE2D;	}
.menuBGColor5{	background-color:#F7C100;	}
.menuBGColor6{	background-color:#C72A1E;	}










#bgImage2{
	position:absolute; z-index:2; 
	left:0px; top:0px;
	width:100%; height:100%; 
	background-position:center top;
} 
#bgImage1{
	position:absolute; z-index:1; 
	left:0px; top:0px;
	width:100%; height:100%; 
	background-position:center top;
}


#homePages{
	margin-top:99px;
	width:948px;
	border:solid 1px #FFFFFF;
	height:556px;
	position:relative;
	overflow:hidden;
}
.homePage{
	position:absolute;
	top:0px; height:560px;
	clear:both; overflow:hidden;
}
.homeButton{
	position:absolute;
	left:0px; top:0px;
	width:29px; height:557px;
	background-repeat:no-repeat; background-position:top;
	z-index:2;
	cursor:pointer;
}
.homeField{
	position:absolute;
	left:0px; top:0px;
	width:190px;
	height:557px;
	z-index:1;
	cursor:pointer;
}

.whiteHomeButtonBorder{
	border:solid 1px #FFFFFF;
	border-top:none; border-bottom:none;
	height:556px;
}

.homeIntro{
	margin-top:200px;
	height:70px;
	margin-left:28px;
	padding:10px;
	font-weight:bold;
	color:#FFFFFF;
}

.contentHolder{
	position:absolute; top:0px;
	width:837px; height:557px;
	z-index:1;
}

#homeFieldKids{
	background-image:url(img/pixel_2.png);
}
#homeButtonKids{
	background-color:#1D98BE;
	background-image:url(img/button_2.gif);
}
#innerContentKids{
	background-image:url(img/pixel_2.png);
}

#homeFieldOuders{
	background-image:url(img/pixel_3.png);
}
#homeButtonOuders{
	background-color:#861EC7;
	background-image:url(img/button_3.gif);
}
#innerContentOuders{
	background-image:url(img/pixel_3.png);
}

#homeFieldProfessionals{
	background-image:url(img/pixel_4.png);
}
#homeButtonProfessionals{
	background-color:#1DBE2D;
	background-image:url(img/button_4.gif);
}
#innerContentProfessionals{
	background-image:url(img/pixel_4.png);
}

#homeFieldOrganisaties{
	background-image:url(img/pixel_5.png);
}
#homeButtonOrganisaties{
	background-color:#F7C100;
	background-image:url(img/button_5.gif);
}
#innerContentOrganisaties{
	background-image:url(img/pixel_5.png);
}

#homeFieldOpvoedpoli{
	background-image:url(img/pixel_6.png);
}
#homeButtonOpvoedpoli{
	background-color:#C72A1E;
	background-image:url(img/button_6.gif);
}
#innerContentOpvoedpoli{
	background-image:url(img/pixel_6.png);
}








/* NEWS */
#newsContainer{
	position:relative;
	width:786px; height:310px;
	overflow:hidden;
}

#newsDrag{
	height:310px;
	cursor:move;
}
.rulerTD{
	width:200px; height:13px;
	font-size:8px; text-align:center; vertical-align:bottom;
	padding:0px; margin:0px;
	border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF
}
.newsitem{bottom:-270px;}
.newsItemHolder{
	position:absolute; 
	width:150px; 
	overflow:hidden;
	z-index:999;
}
	.newsItemHolderHtweak1{
		height:292px;
		top:0px; 
	}
	.newsItemHolderHtweak2{
		height:202px;
		top:90px;
	}
	.newsItemHolderHtweak3{
		height:97px;
		top:195px;
	}
	
	
.newsItemDateUnderline{
	border-bottom:solid 1px #D97573
}
.newsItemDate{
	border:solid 1px #D97573; border-bottom:none; 
	width:100px; height:20px; 
	padding-top:3px; 
	text-align:center; font-size:14px;
}
.newsItem{
	height:100%; 
	border-right:solid 1px #D97573; 
	padding-right:10px; padding-top:5px; 
	text-align:right; font-size:11px;z-index:999;
}



/* PROFILES */
#profileContainer{
	position:relative;
	width:786px; height:310px;
	overflow:hidden;
}
.profileImage{
	position:absolute;
	width:93px; height:93px;
	top:47px; left:-140px;	
	border:solid 1px #000000;
}
.preloadedProfileInformation{
	font-size:11px;
	position:absolute;
	top:0px; left:-240px;
	width:100px; height:100px;
	overflow:hidden;
}
#profileInformation{
	position:absolute;
	top:0px; left:115px;
	width:290px; height:310px;
}
#profileNames1{
	position:absolute;
	top:0px; left:428px;
	width:75px; height:310px;
}
#profileNames2{
	position:absolute;
	top:0px; left:500px;
	width:75px; height:310px;
}
#profileNames3{
	position:absolute;
	top:0px; left:572px;
	width:75px; height:310px;
}
#profileNames4{
	position:absolute;
	top:0px; left:644px;
	width:75px; height:310px;
}
#profileNames5{
	position:absolute;
	top:0px; left:718px;
	width:75px; height:310px;
}
.pNameDiv{
	width:70px;
	height:18px;
	padding:2px;
}
.pNameDivMO{
	width:70px;
	height:18px;
	padding:2px;
	background-color:#000000;
	cursor:pointer;
}



/* CHAT */
#chatContent{
	position:relative;
	width:784px; 
	height:180px;
	overflow:auto;
	margin-bottom:10px;
	padding:2px;
}

#chatMsgDiv{
	position:relative;
	width:784px; 
	padding:2px;
}
	.chatfieldEmpty{
		font-family: Arial, Helvetica, sans-serif;	font-size: 12px;
		font-style:italic; color:#999999;	background-color: #FFFFFF;
		border: none; width: 690px;	height: 32px;
		position:relative; overflow:visible;
	}
	.chatfieldSelected{
		font-family: Arial, Helvetica, sans-serif;	font-size: 12px;
		font-style:normal; color: #464D54;	background-color:#FFFFCC;
		border: none; width: 690px;	height: 32px;
		position:relative; overflow:visible;
	}
	.chatfieldFilled{
		font-family: Arial, Helvetica, sans-serif;	font-size: 12px;
		font-style:normal; color: #464D54;	background-color: #FFFFFF;
		border: none; width: 690px;	height: 32px;
		position:relative; overflow:visible;
	}
	
	.chatTimeNameRow{
		background-color:#333333;
	}
	.chatTime{
		font-size:10px;
		color:#FFFF00;
	}
	.chatUserAdmin{
		color:#C72A1E;
		font-style:italic;
	}
	.chatUserUser{
		color:#FFFFFF;	
		font-style:italic;	
	}
	.chatMsg{
		
	}
	

/*--------------------------------- SPECIALS -----------------*/
.menuColor2{	color:#1D98BE;	}
.menuColor3{	color:#861EC7;	}
.menuColor4{	color:#1DBE2D;	}
.menuColor5{	color:#F7C100;	}
.menuColor6{	color:#C72A1E;	}

.menuBGColor2{	background-color:#1D98BE;	}
.menuBGColor3{	background-color:#861EC7;	}
.menuBGColor4{	background-color:#1DBE2D;	}
.menuBGColor5{	background-color:#F7C100;	}
.menuBGColor6{	background-color:#C72A1E;	}


.menuBGPixel2{	background-image:url(img/pixel_2.png); background-repeat:repeat;	}
.menuBGPixel3{	background-image:url(img/pixel_3.png); background-repeat:repeat;	}
.menuBGPixel4{	background-image:url(img/pixel_4.png); background-repeat:repeat;	}
.menuBGPixel5{	background-image:url(img/pixel_5.png); background-repeat:repeat;	}
.menuBGPixel6{	background-image:url(img/pixel_6.png); background-repeat:repeat;	}



@media print { 
	 body,div{
		position:relative; width:auto; height:auto;
		margin:10px; background-color:#FFFFFF;
	}
	.innerContentHolder{
		position:absolute;
		left:0px; top:0px;
		width:600px;
		height:100%;
	}
   
	
	body,div,p,span,a{
		font-family: Arial, Georgia, Helvetica, sans-serif;
		color: #000000;
	}
}  





.vacature_table td{
font-size:10px;
}

















