body {
	color:#fff;
}

/**************************************************/
/*            General Page settings               */
/**************************************************/
a {
	text-decoration:underline;
	color: #000;
}

a:hover {
	text-decoration:none;
}

div.readMore {
	float: left;
}

div.readMore a {
	color:#fff;
	float: right;
	font-weight:bold;
	margin: 5px 10px 0 0;
	padding: 0 0 5px
}

.lastChild {
	background: none !important;
	border: none !important;
}

p {
	line-height: 18px;
}

em {
	font-style:italic;
}

strong,
strong em,
em strong {
	font-weight:bold;
}

h1,h2,h3,h4 {
	color:#02a0c6;
	font-weight:bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color:#fff;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	text-decoration:none;
}

h2 {
	padding: 5px 0 0 10px;
}

.box {
	background: #fff;
	margin: 0 0 20px;
}

img.alignLeft {
	float:left;
	margin:0;
}


/**************************************************/
/*              Menu Colors                       */
/**************************************************/
div#topMenu {
	background: #02a0c6;
}

div#topMenu a{
	color: #fff;
}

div#topMenu ul li.alignRight {
	background: #038aaa;
}

div#topMenu ul li ul li{
	background: #9eadc9;
}


/**************************************************/
/*              Header components                 */
/**************************************************/
div#topLogo {
	margin: 5px 0 0;
}

/**************************************************/
/*               Payoff component                 */
/**************************************************/
div#payoff {
	background:#e15d2f; 
	height: 200px;
	margin: 40px 15px 0 0;
}

div#payoff h2 {
	font-size: 182%;
	margin: 60px 0 0 0;
	padding: 0;
}

/**************************************************/
/*               Nieuws component                 */
/**************************************************/
div#nieuws {
	background: #9eadc9;
	margin:0 0 10px 15px;
	padding: 0 0 20px;
	width: 310px;
}

div#nieuws h2 {
	color: #fff;
}

div#nieuws ul.newsList1 {
	margin: 0 0 0 15px;
}

ul.newsList1 li {
	color:#000;
}

ul.newsList1 h3 {
	font-size: 138.5%;
}

ul.newsList1 li a {
	color: #000;
}

span.readmore {
	margin: 0 0 0 15px;
}


/**************************************************/
/*          Testimonial component                 */
/**************************************************/
div.testimonial {
	background: #9eadc9;
	margin:0 0 0 15px;
	width:310px;
}

div.testimonial p {
	color: #000;
	display: none;
}

div.testimonial a.readmore {
	font-weight: bold;
}

div.column,
div.column h2 {
	background: #ef9e2a;
}

div.box div.column {
	/*margin:0 0 10px 15px;*/

	padding: 0;
	width:310px;
}

div.zorg,
div.zorg h2 {
	background: #EF9E2A;
}

.leerling {
	background:#A4D84B;
}

.techniek {
	background:#9EADC9;
	margin: 0 0 0 15px;
	width: 310px;
}

.economie {
	background:#BF563A;
}

div.zorg div.picture, div.techniek div.picture, div.economie div.picture {
	height: 123px;
	overflow: hidden;
}

div.column div.picture, div.testimonial div.picture {
	height: 210px;
	overflow: hidden;
}

div.schoolingang {
	float: left;
}

div.schoolingang h2 {
	color: #026178;
}
/**************************************************/
/*         Praktische links component             */
/**************************************************/
div.praktischeLinks {
	margin: 10px 0;
	width: auto;
	float: left;
}

div.praktischeLinks h2 {
	color: #026178;
	background:#fff;
}

div.praktischeLinks a {
	color:#026178;
}

div.praktischeLinks ul {
	margin: 10px 0 0 25px;
}

div.praktischeLinks ul li {
	color:#026178;
	list-style-type: square;
	margin: 3px 0 2px 0;
}

/**************************************************/
/*         		Kalender component	              */
/**************************************************/
div#actueel {
	background: #4dbcd7;
	padding: 0 0 10px;
	width: 310px;
}

div#actueel h2 {
	background:#4dbcd7;
	color:#fff;
}

div#actueel h3,
div#actueel ul,
div#actueel a.readmore {
	color:#fff;
	margin: 10px 0 0 15px;
}

div#cal1Container {
	display: none;
}

/**************************************************/
/*             Slideshow component                */
/**************************************************/
#slideshowModule ,#slideshowNavigation {
	background: #9eadc9;
}

#slideshowNavigation li.navNext a,
#slideshowNavigation li.navPrev a {
	color:#fff;
}

/**************************************************/
/*         		youtube component	              */
/**************************************************/
div#youtube {
	background:#0098be;
	margin: 0 0 10px;
}

div#youtube h2 {
	background:#E15D2F;
}


/**************************************************/
/*            Accordion component                 */
/**************************************************/
.accordion {
	float:left;
	margin: 0;
	width:310px;
}
.accordion dt {
	background: #4DBCD7;
	border-bottom: 1px solid #fff;
	padding: 10px;
	color: #fff;
}

.accordion dt.odd {
	background: #02A0C6;
}

.accordion dt:hover, .accordion dt.over {
	background: #026178;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

.accordion dd {
	display: none;
	background: #fff;
	border: 10px solid #02A0C6;
	overflow: hidden;
}
.accordion dd.open {
	display: block;
}
div.bd {
	padding: 5px;
	height: 100%;
	overflow: hidden;
}
div.bd p {
	color: #026178;
}

div.bd a.readmore {
	float: right;
}
/**************************************************/
/*              YUI Calendar                      */
/**************************************************/
/* LINK INSIDE NORMAL CELLS */
.yui-skin-sam .yui-calendar td.calcell a {
	color:#0098be !important;
}

/* SELECTED DATE */
.yui-skin-sam .yui-calendar td.calcell.selected a {
	background-color:#a4d84b !important;
	color:#000 !important;
}

/* HOVER DATE */
.yui-skin-sam .yui-calendar td.calcell.calcellhover {
	background-color:#0098be !important;
	color:#000 !important;
}

.yui-skin-sam .yui-calendar td.calcell.calcellhover a {
	background-color:#0098be !important;
	color:#000 !important;
}

/* CALENDAR BOUNDING BOX */
.yui-calcontainer {
	position:relative;
	float:left;
	_overflow:hidden; /* IE6 only, to clip iframe shim */
}

/* IFRAME SHIM */
.yui-calcontainer iframe {
	position:absolute;
	border:none;
	margin:0;padding:0;
	z-index:0;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}

/* IFRAME SHIM IE6 only */
.yui-calcontainer iframe.fixedsize {
	width:50em;
	height:50em;
	top:-1px;
	left:-1px;
}

/* BOUNDING BOX FOR EACH CALENDAR GROUP PAGE */
.yui-calcontainer.multi .groupcal {
	z-index:1;
	float:left;
	position:relative;
}

/* TITLE BAR */
.yui-calcontainer .title {
	position:relative;
	z-index:1;
}

/* CLOSE ICON CONTAINER */
.yui-calcontainer .close-icon {
	position:absolute;
	z-index:1;
}

/* CALENDAR TABLE */
.yui-calendar {
	width: 240px;
	position:relative;
	margin: 0 auto;
}

/* NAVBAR LEFT ARROW CONTAINER */
.yui-calendar .calnavleft {
	position:absolute;
	z-index:1;
}

/* NAVBAR RIGHT ARROW CONTAINER */
.yui-calendar .calnavright {
	position:absolute;
	z-index:1;
}

/* NAVBAR TEXT CONTAINER */
.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
}

/* CalendarNavigator */
.yui-calcontainer .yui-cal-nav-mask {
	position:absolute;
	z-index:2;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	_width:0;    /* IE6, IE7 quirks - width/height set programmatically to match container */
	_height:0;
	left:0;
	top:0;
	display:none;
}

/* NAVIGATOR BOUNDING BOX */
.yui-calcontainer .yui-cal-nav {
	position:absolute;
	z-index:3;
	top:0;
	display:none;
}

/* NAVIGATOR BUTTONS (based on button-core.css) */
.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn  {
	display: -moz-inline-box; /* Gecko */
	display: inline-block; /* IE, Opera and Safari */
}

.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button {
	display: block;
	*display: inline-block; /* IE */
	*overflow: visible; /* Remove superfluous padding for IE */
	border: none;
	background-color: transparent;
	cursor: pointer;
}

/* Specific changes for calendar running under fonts/reset */
.yui-calendar .calbody a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}

/**************************************************/
/*           Slideshow Module                     */
/**************************************************/
div#slideshowModule {
	margin: 0;
}

/**************************************************/
/*              Page Footer                       */
/**************************************************/
div#pageFooter h2 {
	background:#02a0c6;
	color:#fff;
}

div.inner {
	background:#c9ebf3;
}

div#bottomSearch {
	background: #e1f3f8;
}

/**************************************************/
/*              ARTIKEL PAGINA SETTINGS           */
/**************************************************/
div.listViewItem h2,
.agendaListingSmall h2,
h2#navigationSectionTitle,
div.artikelPagina div#leftColumn h2,
.pageListingSmall h2,
.artikelPagina #leftColumn .articleContent h1,
.artikelPagina #leftColumn .articleContent h2,
.artikelPagina #leftColumn .articleContent h3,
.artikelPagina #leftColumn .articleContent h4,
.artikelPagina #leftColumn .articleContent h5,
.artikelPagina #leftColumn .articleContent h6,
.artikelPagina #leftColumn .articleContent .ms-rteCustom-ArticleTitle,
.artikelPagina #leftColumn .plainArticleContent h1,
.artikelPagina #leftColumn .plainArticleContent h2,
.artikelPagina #leftColumn .plainArticleContent h3,
.artikelPagina #leftColumn .plainArticleContent h4,
.artikelPagina #leftColumn .plainArticleContent h5,
.artikelPagina #leftColumn .plainArticleContent h6,
.artikelPagina #leftColumn .plainArticleContent .ms-rteCustom-ArticleTitle {
	color: #02A0C6;
}

