* {
 margin: 0;
 padding: 0;
}

body {
    text-align: center;
    color: #000;
    font-family: "Trebuchet MS", helvetica, sans-serif;
    font-size: 10pt;
    margin: 0.5em 0 1em 0;
}

/* Main structure */

#all {
    text-align: left;
    margin: auto;
    border: 0;
}

/* Header structure */

#header, #header div {
    display:none
}

/* Body structure */

#mainframe {
    width: 100%;
}

/* Menu */

#menu_holder {
    display:none;
}

/* Submenu */

#submenu {
    display:none;
}

#content h1 {
    font-size: 25px;
}

#content h2 {
    font-size: 22px;
    margin: 1em 0 0 0;
}

#content h3 {
    margin:  1em 0 0.1em 0em;
    font-size: 12pt;
    color: #000;
}

#column_holder {
    margin-top: 0.3em;
}

#all .sub div, #all .sub2 div {
    background-color: #fff;
    border: 1px solid #000;
    padding: 0.7em 1em 0.7em 1em;
}

#all .sub div p {
    margin: 0.4em 0.6em 0.4em 0.2em;
    width:88%;
    text-align: justify;
}

#all .sub div img {
    margin: 0.2em;
    clear: none;
    display: inline;
}

#all .sub div div {
    background: none;
    border: none;
    padding: 0em;
}

/* sponsor footer */

#footer {
    display:none;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

ul {
    margin: 0.5em 0em 0.5em 0.1em;
    padding: 0;
    list-style-image: url(images/list.gif);
}

li {
    margin: 0 0 0.2em 1em;
    padding: 0;
    color: #000;
}

/* agenda / nieuws config */

ul.alternate {
    text-align: left;
    margin: 0.5em 0 0.5em 0;
}

ul.alternate li {
    margin-left: 1em;
}
  
pre {
    font-size: 10pt;
    text-align: left;
    font-family : Courier, Times, Times-New-Roman, sans-serif;
    font-weight : normal;
    text-decoration : none;
    color : #000;
}

.small {
    font-size: 7pt;
}

.mono {
    font-family: Courier, sans-serif;
}

.red_bold {
    font-weight: bold;
    color: #000;
}

table {
    font-size: 10pt;
}

table.activiteit th, table.activiteit td {
    padding: 0 1em 0 0;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
}

address {
    margin: 1em;
}

img {
    border: 0;
    display: block;
}

/*trace*/
#trace{
    font-family: "Trebuchet MS", helvetica, sans-serif;
    margin: 0 0 0 5px;
    background: transparent;
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    clear:both;
}

#trace a:link, #trace a:visited {
    background: transparent;
    color: #000;
    text-decoration: none;
}

#trace a:hover, #trace a:active {
    background: transparent;
    color: #000;
}

#trace img {
    display:inline;
}


.sub2 .banner {
    margin: 0 0 0 4em;
}


label {
    font-weight: bold;
}

select, input {
    min-width: 6em;
}

ul.agenda {
    margin: 1em 1em 2em 1em;
    border-bottom: 1px solid #000;
}
