.invisible { /*is used for toggling expandable menus and text*/
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

body {
    font-family: 'Verdana'; 
    color: #000080;  
}
table,tr,td {
    font-size: 12;
    /*border: 1px solid;*/
}

table.topmenu { /*is used for the top menu (tabs)*/
    background-image: url('images/topmenubg.png');
    background-repeat: repeat-y;
    /*background-attachment:fixed;*/
    background-position: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

table.bottomhalf {
    vertical-align: top;
    border-spacing: 1px 1px;
}

a:hover {
    text-decoration: underline;
}
a:visited {
    color: #000080;
}
a:link {
    text-decoration: none;
    color: #000080;
}
a.anchor:hover {
    text-decoration: none;
}


td.leftmenu {
    /*color: #007f01;*/
    text-align: right;
} 

/*waardes voor de kleuren van de links in de verschillende menus*/
a.leftmenuhome, a.leftmenuhome:visited {
    color: #007f01;
}
a.leftmenuso, a.leftmenuso:visited {
    color: #D25500;
}
a.leftmenuvso, a.leftmenuvso:visited {
    color: #800000;
}
a.leftmenuab, a.leftmenuab:visited {
    color: #000080;
}

div.agenda {
    overflow: auto;
    height: 280px;
    width: 180px;
    color: #B0B0E0;
    cursor: pointer;
}

a.agendaDescr {
    font-weight: bold;
    font-size: 10px;
}

span.agendaDatum {
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
}

span.agendaSelected {
    color: #000080;
}


img.hometab {
    position: absolute;
    left: 193px;
    top: 83px;
}

img.hometabIE {
    position: absolute;
    left: 193px;
    top: 90px;
}

img.sotab {
    position: absolute;
    left: 326px;
    top: 83px;
}

img.sotabIE {
    position: absolute;
    left: 326px;
    top: 90px;
}

img.vsotab {
    position: absolute;
    left: 459px;
    top: 83px;
}

img.vsotabIE {
    position: absolute;
    left: 459px;
    top: 90px;
}

img.abtab {
    position: absolute;
    left: 592px;
    top: 83px;
}
img.abtabIE {
    position: absolute;
    left: 592px;
    top: 90px;
}

img.logo {
    position: absolute;
    right: 100px;
    top: 10px;
}

div.homeddown {
    border: 1px solid;
    border-color: #007f01;
    width: 175px;
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
}

div.soddown {
    border: 1px solid;
    border-color: #D25500;
    width: 150px;
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
}

div.vsoddown {
    border: 1px solid;
    border-color: #800000;
    width: 150px;
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
}

div.abddown {
    border: 1px solid;
    border-color: #000080;
    width: 225px;
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
}
