body {
    background-color:   #50576b;
    margin-top:         0px;
    scrollbar-face-color:       #63697b;
    scrollbar-arrow-color:      #000000;
    scrollbar-track-color:      #50576b;
    scrollbar-3dlight-color:    #73798b;
    scrollbar-highlight-color:  #73798b;
    scrollbar-shadow-color:     #50576b;
    scrollbar-darkshadow-color: #50576b;
}
body,td,input,select,textarea {
    font-family:        arial, sans-serif, verdana;
    font-size:          12px;
    color:              white;
}
input,select,textarea {
    border:             1px solid white;
    background-color:   #50576b;
}
img {
    padding:            0px;
    margin:             0px;
}
.objectcontainer {
    background-color:   #63697b;
}
.naam {
    font-weight:        bold;
    padding:            2px;
}
.oppervlakte {
    text-align:         right;
    padding:            2px;
}
.omschrijving {
    padding:            2px;
}
.searchname {
    font-weight:        bold;
}
.searchfield {

}
.header {
    background:         url('../gfx/header_fill.gif') repeat-x top left;
}
.page {
    cursor: pointer;
    background-color:   #63697b;
    border:             1px solid white;
    border-bottom:      0px;
    color:              white;
    padding:            1px;
}
.page_select {
    cursor: pointer;
    background-color:   white;
    border:             1px solid black;
    border-bottom:      0px;
    color:              black;
    padding:            1px;
}
.nav {
    color:              white;
    cursor:             pointer;
}
.subnav {
    color:              #ffffff;
    cursor:             pointer;
}
.bp_tab {
    text-align:         center;
    background:         #63697b;
    border:             1px solid white;
    cursor:             pointer;
}
a { color: white; }
a:hover { color: #b5bacb; }
a:active { color: #b5bacb; }
a:visited { color: white; }


