/*** Design */

body, html {
    background  : white;
    color       : #000000;
    font-size   : 11px;
    font-family	: Verdana, Arial, helvetica, sans-serif;
    margin      : 0;
    padding     : 0;
    text-align  : center;
}

a:visited
{
    color       : blue;
}

h2 {
    font-weight	: bold;
    font-size   : 12px;
    font-family	: Verdana, Arial, helvetica, sans-serif;
}

#container {
    width       : 600px;
    margin      : 0 auto;
    padding     : 0;
}

#header {
    width       : 600px;
    height      : 65px;
    background  : #FFFFFF url(images/header.gif) top;
}

#stats {
    float       : left;
    background : #ffffff url(images/bg.gif) repeat-y;
    width       : 560px;
    text-align  : left;
    padding     : 0 20px 0 20px;
}

#footer {
    clear       : both;
    width       : 600px;
    background  : #FFFFFF url(images/footer.gif) top;
    height      : 40px;
}

body img {
   border       : 0;
}

/*** Alles voor in de tabel */
table.dpch {
    width       : 560px;
}

th {
    text-align  : left;
    font-weight	: bold;
}

th.re {
    text-align	: right;
}


td.name {
    font-weight	: bold;
}

td.da {
    text-align  : right;
    color	: red;
}

td.ov {
    text-align	: right;
    color	: blue;
}

td.le {
    white-space	: nowrap;
}

td.ri {
    text-align	: right;
    white-space	: nowrap;
}

table.img {
    width       : 10px;
    height      : 8px;
}
