html,body {
    height: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    overflow: auto;
    overflow-y: auto;
    scrollbar-3dlight-color: #99cce5;
    scrollbar-arrow-color: #99cce5;
    scrollbar-base-color: White;
    scrollbar-darkshadow-color: White;
    scrollbar-face-color: White;
    scrollbar-highlight-color: White;
    scrollbar-shadow-color: #99cce5;
    scrollbar-track-color: White;

}



/* Hieronder staan de eigenschappen van de tabbellen (id's) */

#a_table_around {
    height: 100%;
    width: 975px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    max-height: 100%;
    border: 1px solid #003366;
    background-image: url(../images/nvo_bgkleur.gif);
    background-repeat: repeat-y;
    vertical-align: top;
}

#aa_table_top {
    height: 100%;
    width: 100%;
    padding: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
}

#ab_table_middle {
    height: 100%;
    width: 100%;
    border: 0px 0px 0px 0px;
}

#aba_table_menu {
    width: 100%;
    padding: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
    margin: 0px;
    line-height: 17px; /*kan misschien weg */
}

#abb_table_content {
    height: 100%;
    width: 100%;
    padding: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
    vertical-align: top;
}

.table_search {
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    border: 1px;
    font-size: 12px;
}

.table_result {
    font-size: 11px;
    padding: 2px 2px 2px 2px;
    vertical-align: top;
    border: 1px;
    border-color: #003366;
    border-style: solid;

}

.tr_result_head{  /* de tr waarin de titels in de resultaattabel staan */
    font-weight: bold;
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    border: 1px dotted #003366;

}

.tr_result_even{  /* de tr waarin de even rijen in de resultaattabel staan */
    font-weight: normal;
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    border-bottom: 1px;
/*  border-bottom-color: #003366;
    border-bottom-style: solid;
    background-color: #BFCCD8;
*/

}

.tr_result_odd{  /* de tr waarin de oneven rijen in de resultaattabel staan */
    font-weight: normal;
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial, sans-serif;

}

.td_result{
    /* de td waarin de alle resultaten in de resultaattabel staan */
    border-bottom: 1px;
    border-bottom-color: #99CCE5;
    border-bottom-style: solid;
}

.menu{
    /* de td waarin de hoofdmenuitems staan */
    text-align: left;
    line-height: 20px;
    height: 17px;
    border: 0px;
    margin: 0px;
    padding: 0px;

}

.submenu{
    /* de td waarin de hoofdmenuitems staan */
    text-align: left;
    line-height: 18px;
    height: 15px;
    border: 0px;
    margin: 0px;
    padding: 0px;

}

.td_topmenu {  /* de td waarin het topmenu staat */
    font-weight: normal;
    font-size: 9pt;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: white;
    background-image: url(../images/nvo_foto_top.gif);
    height: 100px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left;
}



.td_row_menu{  /* de td waarin de hoofdmenuitems van het linkermenu staan */
    height: 17px;
}

.td_row_submenu{  /* de td waarin de submenuitems van het linkermenu staan */
    height: 17px;
}

.td_balk {  /* de gekleurde balk boven en onderaan */
    border-top: 1px solid White;
    border-bottom: 1px solid White;
    background: #003366;
    height: 22px;
}

.td_table_middle{ /* de td waarin de table_middle staat */
height: 100%;
border: 0px;
}

.td_rest {  /* de gekleurde balk boven en onderaan */

}

.td_titlecontent { /* de td waarin de titel van de content staat */
    border-bottom-color: #003366;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


.tr_titlecontent { /* de td waarin de titel van de content staat */
    height: 10px;
    max-height: 12px;
    padding: 0px;
}


.td_blank { /* de td waarin een lege regel in het hoofdmenu staat */
    line-height: 9px;
}


.if_content { /* de algemene stylesheet van de content in de iframe content */
    font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    text-align: justify;
    font-size: 12px;
    line-height: 14px;
    background: transparent;
    color: #000000
}


h1 { /* titel in contentpagina */
    color: #003366;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    text-align: left;
    height: 15px;
    border: 0px;
    margin: 0px;
    padding: 0px;

}

h2 {
    /* titel u bent ingelogd */
    color: #003366;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    text-align: left;
    height: 11px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}


/* Hier staat de stylesheet van de hyperlinks */

a.contentlink {
color: #003366;
text-decoration: none;
font-weight: normal;
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
line-height: 12px;
text-decoration: none;
}

a:hover.contentlink {
color: #003366;
text-decoration: none;
font-weight: normal;
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
line-height: 12px;
text-decoration: underline;
}

a:active.contentlink {
color: #003366;
text-decoration: none;
font-weight: normal;
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
line-height: 12px;
text-decoration: underline;
}

a.loginlink {
color: #003366;
text-decoration: none;
font-weight: normal;
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
line-height: 12px;
text-decoration: none;
}

a:hover.loginlink {
color: #003366;
text-decoration: none;
font-weight: normal;
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
line-height: 12px;
text-decoration: underline;
}

a:active.loginlink {
color: #003366;
text-decoration: none;
font-weight: normal;
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
line-height: 12px;
text-decoration: underline;
}

a.list {
color: #003366;
text-decoration: none;
font-weight: normal;
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
line-height: 12px;
text-decoration: none;
}

a:hover.list {
color: #003366;
text-decoration: none;
font-weight: normal;
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
line-height: 12px;
text-decoration: underline;
}

a:active.list {
color: #003366;
text-decoration: none;
font-weight: normal;
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
line-height: 12px;
text-decoration: underline;
}



A.topmenu{
    color: white;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    line-height: 13px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a:hover.topmenu{
    color: white;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    line-height: 13px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

a.pagetitle1  {
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    line-height: 12px;
    color: #003366;
    text-decoration: none;
}
a:hover.pagetitle1 {
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    line-height: 12px;
    color: #003366;
    text-decoration: underline;
}
a:active.pagetitle1 {
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    line-height: 12px;
    color: #003366;
    text-decoration: underline;
}

a.pagetitle2 {
color: white;
text-decoration: none;
font-weight: bold;
font-size: 11px;
font-family: Tahoma, Verdana, Arial, sans-serif;
line-height: 11px;
text-decoration: none;
}

a:hover.pagetitle2 {
color: white;
text-decoration: none;
font-weight: bold;
font-size: 11px;
font-family: Tahoma, Verdana, Arial, sans-serif;
line-height: 11px;
text-decoration: underline;
}

a:active.pagetitle2 {
color: white;
text-decoration: none;
font-weight: bold;
font-size: 11px;
font-family: Tahoma, Verdana, Arial, sans-serif;
line-height: 11px;
text-decoration: underline;
}

/* Hier staan de inputvelden */

input, input.input1 {

}
