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

h2 {
	font-size: 1em;
	padding: 10px 10px 5px 10px;
}

h2.grey {
	color: #636468;
}

h2.red {
	color: #c03;
}

h3 {
	font-size: 0.9em;
	color: #636468;
	background: url(../images/arrowred.gif) 10px 15px no-repeat;
	padding: 10px 10px 0px 20px;
}

h3 .red {
	color: #c03;
}

h3 .blue {
	color: #09f;
}

h3 a {
	text-decoration: none;
}

h4 {
	color: #636468;
	font-size: 0.8em;
	font-weight: normal;
}

h4 a {
	text-decoration: none;
}

h4.red {
	color: #c03;
}
h4.blue {
	color: #09f;
}


/* HEADER */

#header ul {
	margin: 8px 0 0 6px;
	float: left;
	position: absolute;
}

#header ul li {
	text-align: center;
	float: left;
	width: 103px;
	list-style-type: none;
}

#header ul li a {
	font-size: 0.91em;
	color: #636468;
	font-weight: bold;
	text-decoration: none;

}
#header ul li.active a {
	font-size: 0.91em;
	font-weight: bold;
	color: #f60;
	text-decoration: none;
}

/* MENU */

#menuleft ul {
	padding: 5px 0 5px 0px;
}

#menuleft ul li {
	background: url(../images/arrowred.gif) 0px center no-repeat;
	margin: 0 10px 0 0px;
 	padding: 3px 0 3px 16px;
	border-bottom: 1px solid #b1b1b3;
	list-style-type: none;
}

#menuleft ul li a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

#menuleft ul li.current a {
	color : #c03;
}

/* CONTENT */

.col300blue h2, .col610blue h2, .col920blue h2 {
	color: #c03;
}
.col300orange h2, .col610orange h2, .col920orange h2 {
	color: #636468;
}

.col300blue h2 a, .col620blue h2 a, .col920blue h2 a {
  color: #c03;
  text-decoration: none;
}

.col300orange h2 a, .col620orange h2 a, .col920orange h2 a {
  color: #636468;
  text-decoration: none;
}

.col216a h3 {
	border-bottom: 1px solid #96a6b3;
	width: 170px;
	background: url(../images/arrowred.gif) 0px 15px no-repeat;
	margin-left: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}

.col290a h3 {
	border-bottom: 1px solid #96a6b3;
	width: 245px;
	background: url(../images/arrowred.gif) 0px 15px no-repeat;
	margin-left: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}

.col443a h3 {
	background: url(../images/arrowred.gif) 0px 15px no-repeat;
	margin-left: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	width: 170px;
	border-bottom: 1px solid #96a6b3;
}


.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: 0.9em;
	//color: #636468;
	background: none;
	padding: 10px 10px 0px 10px;
}
