﻿/* begin Table of Content (toc) */
.tocHeader {
	width: 10em;
	left:0;
	height:0.9em;
	margin-left: 0;
	padding: 0.5em 0 0.5em 0; 
    color: White;
	font-weight: bold;
	cursor: pointer; 
	vertical-align: middle;
	text-align: left;
	background-image: url(../images/border.png);
	background-position: bottom;
	background-repeat: repeat-x;
	}
.tocHeader span {
    font-size: 0.9em;
    font-weight: bold;
    color: White;
    text-decoration: none;
    }
.toc {
    left: 0;
    top: 0em;
	height: 0;
    /*height: auto;*/
    width: auto;
    color: Black;
    text-align: right;
    padding: 0 0.5em 0 0;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #FF9900;
    background-color: White;
    overflow: hidden;
	}
.toc ul {
    margin: 0 0 0 2em;
    padding: 0 0 0 0;
    }
.toc li {
    list-style-type: disc;
    list-style-image: url("../images/volg/oranjepijltje.gif");
    text-align: left;
    font-weight: normal;  
    }
div#toc_knop a {
    text-align: left;
    color: Black;
    }
div#toc_knop a:hover {
    text-align: left;
    color: #FF9900;
    text-decoration: none;
    }
