/*standaard tags*/

body{
    background-color:#FFFFFF;
    background-image:url(background.gif);
    background-repeat:norepeat;                /*repeat-x repeat-y*/
    background-position:top left;              /*px %*/

    scrollbar-base-color:#8C8CC6;              /*Basiskleur*/
    scrollbar-3dlight-color:#aaaaaa;           /*3D-Effekt*/
    scrollbar-arrow-color:#202020;             /*pijltjes*/
    scrollbar-darkshadow-color:#aaaaaa;        /*Schaduw*/
    scrollbar-face-color:#aaaaaa;              /*Oppervlak*/
    scrollbar-highlight-color:#aaaaaa;         /*bovenste en linkse rand*/
    scrollbar-shadow-color:#202020;            /*onderste en rechtse rand/
    scrollbar-track-color:#aaaaaa;             /*achtergrond*/

    margin-top: 0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;

}

/*algemene instellingen*/

*.{
    font-family: verdana, arial;               /*lettertype*/
    color: #333333;
    font-size: 12px;                           /*% pt mm*/
    font-style: normal;                        /*italic, oblique, normal*/
    font-weight: normal;                       /*normal, bold, bolder, lighter, 100-900*/
    line-height: ;                             /*regelhoogte*/
}

/*header instellingen*/

h1{
    font-family: ;
    color: ;
    font-size: 30;
    font-style: ;
    font-weight: ;
    line-height: ;
}

h2{
    font-family: ;
    color: ;
    font-size: 24;
    font-style: ;
    font-weight: ;
    line-height: ;
}

h3{
    font-family: ;
    color: ;
    font-size: 20;
    font-style: ;
    font-weight: ;
    line-height: ;
}

h4{
    font-family: ;
    color: ;
    font-size: 16;
    font-style: ;
    font-weight: ;
    line-height: ;
}

/*standaard tabel instellingen*/

table{
    border-width:0;
    border-color:#000000;
    border-style:solid;
    padding:3;

    background-color:#999999;
    background-image:url(background.gif);
    background-repeat:norepeat;                /*repeat-x repeat-y*/
    background-position:top left;              /*px %*/
}

td{
    border-width:0;
    border-color:#000000;
    border-style:solid;

    background-color:#FFFFFF;
    background-image:url(background.gif);
    background-repeat:norepeat;                /*repeat-x repeat-y*/
    background-position:top left;              /*px %*/

    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/*standaard link instellingen*/

a:link, a:visited, a:active {
    font-family: ;
    color: ;
    font-size: ;
    font-style: ;
    font-weight: ;
    line-height: ;

    text-decoration:underline;                 /*underline, overline, line-through, blink, none*/
}

a:hover {
    font-family: ;
    color: #CCCCCC;
    font-size: ;
    font-style: ;
    font-weight: ;
    line-height: ;

    text-decoration: ;
}

/*opsommingslijsten*/

ul{
list-style-type: ;
list-style-position: ;
list-style-image: ;
}

ol{
list-style-type: ;
list-style-position: ;
}

li{
    font-family: ;
    color: ;
    font-size: ;
    font-style: ;
    font-weight: ;
    line-height: ;
}

/*extra classes*/

.menu{
    font-family: ;
    color: blue;
    font-size: 12;
    font-style: ;
    font-weight: ;
    line-height: ;
}

.cyroute {
font-size: 9px;
}

@media screen, projection, tv{

.scroll
{
OVERFLOW: auto;
width: 100%;
height: 100%;


scrollbar-face-color:#202020;                      
scrollbar-3dlight-color:#B7B7B7;
scrollbar-highlight-color:#3C3C3C;             
scrollbar-shadow-color:#676767;
scrollbar-darkshadow-color:#CDCDCD;     
scrollbar-arrow-color:#CDCDCD;
scrollbar-track-color:#464646;                      

}
}

///////////////////////////
// thumbnail image popup //
///////////////////////////

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
