/* ***********************************************************************************
*  Menu Item Class Suffix supplies:
*    div contentheading<class>
*    table blog<class>
*    div contentpaneopen<class>
*    h2 contentheading<class>
*    a contentpagetitle<class>
*    a readon<class>
*************************************************************************************/
.article-content {
  position: relative ;
  color: black ;
  opacity: 1 ;
}

/* make createiondate more readable... */
span.createdate{
  position: relative ;
  color: black ;
  opacity: 1}
  
  
/* BLAUW */
.contentheading_blauw, .componentheading_blauw, .blog_more_blauw strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	/* haem */
	color: #332e6b ;
}

h2.contentheading_blauw, .contentheading_blauw {
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
}

h4.contentheading_blauw, h4.contentheading_blauw a{
/*h4.contentheading {*/
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	/* haem:*/
	font-size: 125%;
	font-family:"Segoe UI",Arial,Helvetica,sans-serif;
	line-height:100%;
  margin-top:15px ;
}

table.blog_blauw .contentheading_blauw {
	font-size: 150%;
}

.contentheading_blauw {
	font-size: 200%;
}

a.contentpagetitle_blauw,
a.contentpagetitle_blauw:hover,
a.contentpagetitle_blauw:active,
a.contentpagetitle_blauw:focus {
	text-decoration: none !important;
  color: black ;
  position: relative ;
}

table.contentpane_blauw {
	border: none;
	width: 100%;
}

table.contentpaneopen_blauw {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contentpaneopen_blauw td, table.contentpane_blauw td {
}

table.contentpaneopen_blauw, table.contentpane_blauw, table.blog_blauw {
	width: 100%;
}

body.contentpane_blauw {
	width: auto; /* Printable Page */
	/*margin: 1em 2em;*/
	margin: 0px 0px;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

h1.componentheading_blauw, .componentheading_blauw {
	padding: 5px 0 15px;
	margin: 0 0 10px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

.componentheading_blauw {
	/*font-size: 200%;*/
	font-size: 150%;
	font-weight: bold;
  
  background: #0033cc ;
  color: white ;
}

.contentpaneopen_blauw {
  background-color: #0066cc ;
  opacity: 0.7 ;
}
/* end BLAUW */


/* GEEL */
.contentheading_geel, .componentheading_geel, .blog_more_geel strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	/* haem */
	color: #332e6b ;
}

h2.contentheading_geel, .contentheading_geel {
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
  background: #ffffcc ;
}

h4.contentheading_geel, h4.contentheading_geel a{
/*h4.contentheading {*/
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	/* haem:*/
	font-size: 125%;
	font-family:"Segoe UI",Arial,Helvetica,sans-serif;
	line-height:100%;
  margin-top:15px ;
}

table.blog_geel .contentheading_geel {
	font-size: 150%;
  background: #ffff99 ;
  color: black ;
}

.contentheading_geel {
	font-size: 200%;
}

a.contentpagetitle_geel,
a.contentpagetitle_geel:hover,
a.contentpagetitle_geel:active,
a.contentpagetitle_geel:focus {
	text-decoration: none !important;
  color: black ;
  position: relative ;
}

table.contentpane_geel {
	border: none;
	width: 100%;
}

table.contentpaneopen_geel {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contentpaneopen_geel td, table.contentpane_geel td {
}

table.contentpaneopen_geel, table.contentpane_geel, table.blog_geel {
	width: 100%;
}

body.contentpane_geel {
	width: auto; /* Printable Page */
	/*margin: 1em 2em;*/
	margin: 0px 0px;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: black;
}

h1.componentheading_geel, .componentheading_geel {
	padding: 5px 0 15px;
	margin: 0 0 10px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

.componentheading_geel {
	/*font-size: 200%;*/
	font-size: 150%;
	font-weight: bold;
}

/* the entire page, except for category heading */
table.blog_geel {
  background-color: #ffffcc ;
  opacity: 0.7 ;
}
/* end GEEL */



