@charset "UTF-8";
/* CSS Document */
h1 {
	display: none;
	font-size: 21px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 3px 10px;
	word-spacing: 1.4px;
	letter-spacing: 1.3px;
}

h2.grey {
	color: #636468;
}

h2.red {
	color: #c03;
}

h3 {
	font-size: 14px;
	color: black;
	padding: 0px 10px 3px 10px;
	font-weight: bold;
	word-spacing: 1px;
	letter-spacing: 1.0px;
}

h3 .red {
	color: #c03;
}

h3 .blue {
	color: #09f;
}

h3 a {
	text-decoration: none;
}

h4 {
	color: #21215c;
	font-size: 24px;
	font-weight: bold;
	padding: 0px 10px 3px 10px;
	text-transform: uppercase;
	word-spacing: 1.0px;
	letter-spacing: 2.6px;
}

p {
	line-height:;
	word-spacing:;
	letter-spacing:;
}

/* HEADER */


#headerright h1 { 
	display: inline;
	color: black;
	font-size: 21px;
	letter-spacing: 2.0px;
}

/* MENU */



/* CONTENT */


.blue h2 {
	color: #029AFF;
	text-transform: uppercase;
	word-spacing: 1.4px;
	letter-spacing: 1.3px;
}

.blue h2 a {
  color: #c03;
  text-decoration: none;
}


.blue h3 {
	color: #CB0033;
}

.red h2 {
	color: #CB0033;
	word-spacing: 1.4px;
	letter-spacing: 1.3px;
}

.red h2 a {
  color: #636468;
  text-decoration: none;
}

.black h2 {
	color: #000;
	text-transform: uppercase;
}

.black h3 {
	color: #000;
}


.contentcontainer ul { 	
	font-size: 0.9em;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin: 0 10px 0 15px;
	}

.contentcontainer li { 
	font-size: 0.9em;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin: 5px 0 5px 10px;
	}
	
/***news onderschrift***/
p.news-single-imgcaption { font-family: "Trebuchet MS", Lucida, Verdana, Helvetica, sans-serif;
							font-size: 0.7em; }
							
/* Nieuwsitems */
.csc-default h3 {
	font-size: 14px;
	color: black;
	padding: 0px 10px 3px 10px;
	font-weight: bold;
	word-spacing: 1px;
	letter-spacing: 1.0px;
}

