/* -------------------------------------------------------------- 
  LAYOUT
  
  80% zwart: #58595b
  Lichtblauw: #009ee0

-------------------------------------------------------------- */

ol#toc {
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
	line-height: 2em;

}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
	color: #fff;
	display: block;
	float: left;
	height: 30px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #001f51;
	background-image: url(../pics/Tab_400px.gif);
	font-size: 15px;
	font-weight: bold;
}

ol#toc a:hover {
    background-color: #009ee0;
    background-position: 0 -30px;
}

ol#toc a:hover span {
    background-position: 100% -30px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -30px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -30px;
}

ol#toc span {
    background: url(../pics/Tab_400px.gif) 100% 0;
    display: block;
    padding-right: 5px;

}

div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 0em;
}