body {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: white;
    margin: 0; padding: 0; border: 0;
    background-color: #111111;
    background-image: url('/img/background.png');
    height: 100%;
}

h1,h2,h3 {
    margin: 0; padding: 0;
    color: #5385B6;
}
h1 { font-size: 130% }
h2 { font-size: 120% }
h3 { font-size: 110% }

td { font-size: 75%; vertical-align: top }
td.title { font-size: 90%; font-weight: bold }
td.header { font-size: 70% }
td.label { text-align: right; font-weight: bold; white-space: nowrap; padding-right: 1em; }
td.label small { font-weight: normal; }
td.input { padding-top: 8px; }
td.n { white-space: nowrap; }
td.b { font-weight: bold; }
td.c { text-align: center; }
td.r { text-align: right; }

/* blauw: #5385B6 */

a { text-decoration: none; color: #5385B6; }
a:hover { text-decoration: underline; }

#header {
    /*background: url('/img/header.png') no-repeat;*/
    width: 780px; height: 233px;
}
#header a { color: #663300; text-decoration: none; }
#header a:hover { color: #5385B6; }

#content {
    background: url('/img/content-bg.jpg') no-repeat black;
    padding: 0px 5px 0px 30px;
    line-height: 130%;
}

#content h1 { margin: 12px 0 30px 0; }
#agenda_list h1 { margin: 0 0 4px 0; }
#article_list h1 { margin: 0 0 4px 0; }

#content_right {
    background: url('/img/content-right-bg.jpg') no-repeat black;
    padding: 5px 15px 0px 15px;
}
#content_right h1 {
    margin: -33px 0 22px 0;
}
#content_right ul { padding-left: 10px; }
#content_right ul li { margin-bottom: 10px; }

table.cycle { empty-cells: show; border-right: 1px solid lightgrey; border-bottom: 1px solid lightgrey }
table.cycle td { border-left: 1px solid lightgrey }
table.cycle tr.header { background-color: #3D80DF; color: white }
table.cycle tr.header a { color: white }
table.cycle tr.light { background-color: white }
table.cycle tr.dark { background-color: #EDF3FE }
table.cycle tr.lightred { background-color: #FF9999 }
table.cycle tr.darkred { background-color: #FF6666 }
table.border td { border-top: 1px solid lightgrey }
table.small td { font-family: tahoma; font-size: 8pt }
table.hidelinks a { color: black }

hr { height: 1px; color: white; background-color: white; border: 0; }
