ul {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
table.main {
    margin: 0px;
}
.bottomrightborder {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
/* rechter column */
.kolomrubriek {
    background: url('../../GFX/bg-right-rubriek.png') repeat-x;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
/*  amongst others for rubriek */
.blackheader {
    height: 21px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    padding-left: 0.5em;
    line-height: 21px;
    color: #fff;
    background-color: black;
}
td.blackbg {
    background-color: black;
}
.spacer-gif {
    width: 1px;
    height: 1px;
}
/*
a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
	color: #3F3F3F;
}
*/