/* begin Table of Content (toc) */
.tocHeader{
	left:0;
    color:#A70240;
	font-weight:bold;
	cursor: pointer; 
	vertical-align: middle;
	text-align: left;
	margin-top:1em;
	margin-bottom:1em;
	}
.tocHeader span{
	margin-left:-0.1em;
    font-size: 1.8em;
    font-weight: bold;
    color: #A70240;
    text-decoration: none;
}
.toc {
	height:0;
    /*height: auto;*/
    width: 100%;
}
.toc ul{
    margin: 0 0 0 2.5em;
    padding-left: 0;
}
.toc ul li{
    padding-left: 0;
    margin: 0 0 0 0;
    list-style-image: url("../images/bullit_blauw_down.png");
    list-style-position: outside;
    list-style-type: disc;
    vertical-align: middle;
    font-size: 1.4em;
    line-height:1.28em;
}
.toc a{
    list-style-type: disc;
    text-decoration: none;
    color: black;
    text-decoration: underline;
}
/* einde Table of Content */