body {
    margin:10px 10px 0px 10px;
    padding: 0px;     
    font-family:Arial, Helvetica,Sans-Serif;
    font-size:90%;
    line-height:150%;
    overflow:-moz-scrollbars-vertical
}
table#Tabel_01 {
width:930px; height: 840px;
}

td,th {
    vertical-align:top;
    text-align:left;
}

div#topnav {
    padding-left:8px;
}
div#topnav a {
    padding:0px 8px 0px 8px;
    text-decoration:none;
}


td#leftbar {
    width:193px !important;
    width: 201px;
    padding-top:15px;
    padding-left:6px;
    background-color: e3ebef;
}

td#content {
    padding-top: 15px;
    width: 757px;
    padding-left: 20px;
    padding-right: 30px;
}

td.footer {
    background-color: #02267d;
    color: #fff;
    font-weight: bold;
    font-size: 85%;
    line-height: 5px;
    height: 15px;   
}          

div.sidebarheader {
    background-image:url(img/sb_head_bg.png);
    background-repeat:no-repeat;
    text-align:right;
    line-height: 20px;
    padding-top:1px;
    height:19px;
    margin-bottom:0px;
    padding-right:6px;
    font-weight:bold;
    font-size: 85%;
    color:#FFFFFF;
    width: 184px;
}
div.sidebarblock {
    border-top: 0;
    border-left:1px solid #04547b; 
    border-right:1px solid #04547b;
    border-bottom:1px solid #04547b;
    padding: 6px;
    width: 174px;
    background-color: #c1d5de;
    font-size: 85%;
    padding-bottom:4px;
    margin: 0 0 12px 0px;
}

div.artikeltitel {
     font-weight: bold;
}
div.artikeldatum {
     margin:0px;
     padding:5px;
     text-align:right;
}    
div.artikeltext {
    color: #333;
    margin-bottom: 20px;
    line-height:125%;
}
div.artikeltext a {
    color: #003875;
    text-decoration: none;
}
div artikellink a:hover {
    color: #000;
    text-decoration: underline;
}
div.menucontainer {
    border-top:0px;
    border-left:1px solid #04547b;
    border-right:1px solid #04547b;
    border-bottom:1px solid #04547b;
    width: 186px;
    margin: 0 0 12px 0px;
}

/* pagina titel */
h1 {
    margin-top: 5px !important;
    margin-top: 0px;
    color: #04547B;
    font-size: 2em;
}

/*
    Navigation MENU
*/ 
ul.nav0 a {
    text-decoration:none;  
    font-size:85%;
    line-height: 22px; 
}
ul.nav0 a:hover{color:#000;}
ul.nav0 {
    margin:0px;
    padding:0px;
    list-style:none;
}

ul.nav1 {
    margin:0px;
    padding:0px;
    list-style:none;
}
ul.nav0 li{border-top:1px solid #04547b;line-height:18px;}
li.nav0{background-color:cef;padding-left:8px;}
li.nav1{background-color:white;padding-left:16px;}

li.nav1_mo{background-color:#c1d5de;padding-left:16px;cursor:pointer;}
li.nav0_mo{background-color:#c1d5de;padding-left:8px;cursor:pointer;}

a {
    color:  #02267d;
    
}
a:hover {
    text-decoration: none;
    color: slategray;
}
a:visited {
    color: #163a92;
}
a.activated {
    color: red;
}

.lijntjerechts {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #04547A;
}
.lijntjelinks {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #04547A;
}

.search {
    width:950px;
    height:23px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #04547A;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #04547A;
    background-image:url(img/onderkant.jpg);
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;
}

.search table {
    float:right;
    margin:0px;
    padding:0px;
}
.search table td {
    vertical-align:middle;
}

#search_field {
    border:1px solid #999;
    height:15px;
}



@media print {
    html body {
        size: auto;
        margin: 10%;
        margin-left: 0;
    }
    table#container {
        border: 0px;
    }
    td#left,td#leftbar,tr#headerrow,tr#searchrow {
        display: none;
    }
    td#left * ,td#leftbar * ,tr#headerrow * ,tr#searchrow * {
        display: none;
    }

    td#right {
        display: none;
    }
    div#search {
        display: none;
    }
    td#content, div#content {
        width: 100%;
       text-align: left;
    }
    table#container {
        width: 100%;
        border: 0px;
    }
    td.footer {
        visibility: hidden;
    }
    div#topnavlinks {
        display: none;
    }
    img,img#lijntje1,img#lijntje2 {
        display: none;
    }
    table#Tabel_01  {
        width:100%;
        height:100%;
    }



}


