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

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

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: #615f5f;
}

/* agenda / nieuws config */

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

ul.alternate li {
    margin-left: 1em;
}
  
ul.noimage {
    list-style-image: none;
    list-style-type: none;
    margin: 0 0.5em 1em 0.5em;
}

pre {
    font-size: 0.9em;
    text-align: left;
    font-family : Courier, Times, Times-New-Roman, sans-serif;
    font-weight : normal;
    text-decoration : none;
    color : #a00;
}

.small {
    font-size: 0.7em;
}

.mono {
    font-family: Courier;
}

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

table {
    font-size: 1em; /* resized niet in IE */
}

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;
}

#traceholder
{
    clear:both;
    float:left;
    width: 100%;
}
input, select, textarea{
    background-color: #f2f7ff;
    border: 1px solid #5d8aca;
    border-color: #1b2974 #cce #cce #1b2974;
}

button{
    background-color: #f2f7ff;
    border-color: #1b2974;
    border-width: 1px;
}
/*trace*/
#trace{
    font-family: "Trebuchet MS", helvetica, sans-serif;
    margin: 0 0 0 5px;
    background: transparent;
    color: #999;
    /*    font-size: 0.8em;*/
    font-weight: bold;
    float:left;
    width:90.5%;
}

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

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

#trace img {
    display:inline;
}

#flag
{
    float:right;
    text-align:right;
    margin:0 2px 0 0;
}


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


label {
    font-weight: bold;
}

select {
    min-width: 6em;
}

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

table.fotocie {

}

table.fotocie td {
    overflow: hidden;
}

