body
{
    margin:auto;
    background-color:#EEEEEE;
    font-family: verdana;
    font-size: 13px;
}
div.header
{
    visibility: hidden;
    height: 0px; 
}
div.content
{
    width:100%;
    float: left;
}
div.content_left
{
    width:0px;
    visibility:hidden;
}
div.banner
{
    visibility:hidden;
    height:0px;
}
div.content_right
{
    width:100%;
}
div.bottom
{
    visibility:hidden;
}
h1
{
    font-size: 27px;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 2px 0px;
}

h2
{
    font-size: 23px;
    padding: 0px 0px 2px 0px;
    margin: 25px 0px 2px 0px;
}

h3
{
    font-size: 18px;
    padding: 0px 0px 2px 0px;
    margin: 15px 0px 2px 0px;
}
.breadcrumb{ visibility:hidden;}

.tabel_top
{
    background-image:url('images/tabellen/tabel_top.jpg');
    background-repeat: no-repeat;
    height: 10px;
    width: 230px;
    text-align:center;
    padding: 0px 10px 0px 10px;
    vertical-align:top;
    background-color: #FFF5CC;  
}
.tabel
{
    background-image: url('images/tabellen/tabel.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    width: 230px;
    padding: 0px 10px 5px 10px;
    overflow: hidden;
    vertical-align:top;
    background-color: #FFF5CC;
}
.oranje_titel
{
    background-image: url('images/tabellen/tabel_oranje_titel.jpg'); 
    background-repeat:no-repeat;
    height: 25px;
    width: 230px;
    color: White;
    font-weight:bold;
    text-align:center;
    padding: 4px 10px 0px 10px;
    vertical-align:top;
    background-color: #FFE0CC;
}
.oranje
{
    width: 230px;
    background-color: #FFE0CC;
    background-image: url('images/tabellen/tabel_oranje.jpg');
    background-position: bottom;
    background-repeat:no-repeat;
    padding: 0px 10px 5px 10px;
    overflow: hidden;
    vertical-align:top;
}

.geel_titel
{
    background: #FFF5CC url('images/tabellen/tabel_geel_titel.jpg') no-repeat;
    height: 25px;
    width: 230px;
    color: White;
    font-weight:bold;
    text-align:center;
    padding: 4px 10px 0px 10px;
    vertical-align:top;
}
.geel
{
    width: 230px;
    background-color: #FFF5CC;
    background-image: url('images/tabellen/tabel_geel.jpg');
    background-position: bottom;
    background-repeat:no-repeat;
    padding: 0px 10px 5px 10px;
    overflow: hidden;
    vertical-align:top;
}
.paars_titel
{
    background: #E0D6EB url('images/tabellen/tabel_paars_titel.jpg') no-repeat;
    height: 25px;
    width: 230px;
    color: White;
    font-weight:bold;
    text-align:center;
    padding: 4px 10px 0px 10px;
    vertical-align:top;
}
.paars
{
    width: 230px;
    background-color: #E0D6EB;
    background-image: url('images/tabellen/tabel_paars.jpg');
    background-position: bottom;
    background-repeat:no-repeat;
    padding: 0px 10px 5px 10px;
    overflow: hidden;
    vertical-align:top;
}
.rood_titel
{
    background: #EBCCCC url('images/tabellen/tabel_rood_titel.jpg') no-repeat;
    height: 25px;
    width: 230px;
    color: White;
    font-weight:bold;
    text-align:center;
    padding: 4px 10px 0px 10px;
    vertical-align:top;
}
.rood
{
    width: 230px;
    background-color: #EBCCCC;
    background-image: url('images/tabellen/tabel_rood.jpg');
    background-position: bottom;
    background-repeat:no-repeat;
    padding: 0px 10px 5px 10px;
    overflow: hidden;
    vertical-align:top;
}