body {
    font: 11px Verdana,Tahoma,georgia;
    background: #dceeff;
    margin: 10px;
    padding: 0;
    text-align: center;
}

body a {
    color: #000000;
}

body a:visited {

}

img {
	border: none;
}

/* 00bdf3 licht blauw */

div#main {
    border: 1px solid #000000;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 950px;
}


div#header {
    background: #C5C5C5;
    color: #cc9;
    height: 120px;
    border-bottom: 3px solid #000000;
}

div#banner {
    background: #C5C5C5;
    color: #cc9;
    height: 100px;
    border-top: 1px solid #000000;
    margin: 0;
    padding: 0;
}

div#navigation {
    margin: 0;
    background: #0093f5;
    color: #DCC49C;
    height: 20px;
    font: 11px Arial;
    font-weight: bold;
    padding: 4px;
    letter-spacing: .5pt;
    text-align: center;
    vertical-align: middle;
}
div#content {
    display: block;
    background: #e5f4ff;
    color: #000000;
    letter-spacing: .5pt;
    padding: 10px;
}

div#footer {
    height: 20px;
    font-size: 10px;
    padding: 1px;
    color: #000000;
    background: #000000;
}

.footer {
    height: 20px;
    font-size: 10px;
    background: #0093f5;
    color: #000000;
}


.footer a {
    color: #000000;
}

div.category {
    margin-top: 10px;
}

div.clear_div {
    clear: both;
    height: .1em;
}

div.clear_left {
    clear: left;
    height: .1em;
}


div#navigation a {
    text-decoration: none;
    color: #FFFFFF;
}

th {
    background: #04549f;
    color: #ffffff;
    padding: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}

td {
    border-bottom: 1px solid #097ed9;
}

td.highlight {
   background: #ff9040;
   font-weight: bold;
}

h1 {
    font-size: 13px;
}

.Head {
    background: #04549f;
    color: #FFFFFF;
    height: 20px;
    font: 11px Arial;
    font-weight: bold;
    padding: 4px;
    letter-spacing: .5pt;
    text-align: left;
    vertical-align: middle;
}

.SuperHead {
    color: #000000;
    height: 20px;
    font: 18px Arial;
    font-weight: bold;
}
