	#masthead {
	background-color: #6868f8; /* fallback color if gradients are not supported */
/* Kleurverloop */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b300), to(#1162c6)); 
  background-image: -webkit-linear-gradient(top, #6868f8, #1162c6); 
  background-image:    -moz-linear-gradient(top, #6868f8, #1162c6); 
  background-image:     -ms-linear-gradient(top, #6868f8, #1162c6); 
  background-image:      -o-linear-gradient(top, #6868f8, #1162c6);  
  background-image:         linear-gradient(top, #6868f8, #1162c6);  /* standard, but currently unimplemented */
}
#header {
	background-color: #1162c6; /* fallback color if gradients are not supported */
/* Kleurverloop */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1162c6), to(#00b300)); 
  background-image: -webkit-linear-gradient(top, #1162c6, #6868f8); 
  background-image:    -moz-linear-gradient(top, #1162c6, #6868f8); 
  background-image:     -ms-linear-gradient(top, #1162c6, #6868f8);  
  background-image:      -o-linear-gradient(top, #1162c6, #6868f8);   
  -pie-background:     		linear-gradient(top, #1162c6, #6868f8);  /*PIE*/
  background-image:         linear-gradient(top, #1162c6, #6868f8);  /* standard, but currently unimplemented */

}
#navigation {
	background-color: #6868f8; /* fallback color if gradients are not supported */
behavior: url(/css/css3pie/PIE.php);
-pie-background:     		linear-gradient(top, #6868f8, #1162c6);  /*PIE*/ 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b300), to(#1162c6)); 
  background-image: -webkit-linear-gradient(top, #6868f8, #1162c6); 
  background-image:    -moz-linear-gradient(top, #6868f8, #1162c6); 
  background-image:     -ms-linear-gradient(top, #6868f8, #1162c6); 
  background-image:      -o-linear-gradient(top, #6868f8, #1162c6); 
  background-image:         linear-gradient(top, #6868f8, #1162c6);  /* standard, but currently unimplemented 

		  */
}

h1, h2, h3, h4  {color: #1162c6;}

#sidebar {
	border-right-color: #1162c6;
}