body
{
    margin:0;
    padding:0;
    background: transparent;
    color: #000;
    font: normal 62.5% Arial, Helvetica, sans-serif;
}

p {
   padding:0;
   margin:0;
} 

div
{
    font: normal 1em Arial, Helvetica, sans-serif;
    text-align: left;
    margin:0;
    padding:0;
}

h1, h2, h3, h4, h5, h6 {
    /* Remove margins and padding from the h1.
    * Browsers add different amount of padding above (around) an h1.
    * It is easiest to remove all margins and padding from the h1,
    * so I provide them myself to keep control over the margin/paddings.
    */ 
    margin: 0;
    padding: 0;
}

h1
{
    background: inherit;
    color: #DC1939;
    margin: 0 0 .5em 0;
    font: bold 170% Arial, Helvetica, sans-serif;
}

h2
{
    background: inherit;
    color: #257E06;
    margin: .75em 0 .25em 0;
    font: bold 120% Arial, Helvetica, sans-serif;
}

a
{
    outline-style: none;
    text-decoration: underline;
    color: #009865 !important;
    background: inherit !important;
}

a:hover
{
    color: #000 !important;
    background: inherit !important;
}

fieldset
{
    border: 0;
    margin: 1em 0 0 0;
    padding: 0;
}

em
{
    color: #0066B0;
}

big
{
    font: normal 105% Arial, Helvetica, sans-serif;
    color: #0066B0;
    display: block;
    margin: 1em 0;
}

strong
{
    font: normal 100% Arial, Helvetica, sans-serif;
    color: #000;
}

input
{
    width: 200px;
    border: 1px solid #005A9A;
    color: #000;
    font: normal 100% Arial, Helvetica, sans-serif;
}

textarea { 
    font: normal 100% Arial, Helvetica, sans-serif; 
}


td
{
    padding: 2px 2px 4px 0;
}

th
{
    font: normal 100% Arial, Helvetica, sans-serif;
    text-align: left;  
    color: #000;
}

legend
{
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
    text-align: left;
    font: bold 100% Arial, Helvetica, sans-serif;
    padding: 0;
}

#wrapper
{
    width: 876px;
    height: 575px;
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    background: url('../images/bg_outer.jpg') no-repeat 188px 98px;
}

#outer
{
    position: absolute;
    top: 0;
    width: 876px;
    height: 575px;
}

#fingerprint
{
    width: 362px;
    height: 455px;
    /*background: transparent url('../images/bg_fingerprint.png') no-repeat top right;*/
    background: transparent url('../images/bg_fingerprint.gif') no-repeat top right;
    position: absolute;
    bottom: 20px;
    right: 5px;
    opacity: .5;
}

#pictures
{
    position: absolute;
    top: 98px;
    left: 4px;
    width: 600px;
    height: 455px;
    background: url('../images/bg_pictures.gif') no-repeat;
}

#inner
{
    position: absolute;
    top: 0;
    width: 876px;
    height: 575px;
}

#topcenter
{
    position: absolute;
    top: 94px;
    left: 13px;
    width: 685px;
    height: 14px;
    background: transparent url('../images/bg_top_center.png') repeat-x;
}

#logintab
{
    position: absolute;
    top: 65px;
    right: 0px;
    width: 178px;
    height: 43px;
    background: transparent url('../images/bg_login_tab.png') no-repeat;
}

#topleft
{
    position: absolute;
    top: 94px;
    left: 0;
    width: 13px;
    height: 14px;
    background: transparent url('../images/bg_top_left.png') no-repeat;
}

#left
{
    position: absolute;
    top: 108px;
    left: 0;
    width: 13px;
    height: 443px;
    background: transparent url('../images/bg_left.png') repeat-y;
}

#right
{
    position: absolute;
    top: 108px;
    right: 0;
    width: 13px;
    height: 443px;
    background: transparent url('../images/bg_right.png') repeat-y;
}

#logo
{
    position: absolute;
    width: 491px;
    height: 86px;
    top: 40px;
    left: 11px;
    z-index: 10;
    background: transparent url('../images/logo.png') no-repeat;
}
/* Not wanted by Bart (the customer)
#logosmall
{
position: absolute;
bottom: 70px;
left: 320px;
width: 55px;
height: 20px;
background: transparent url('../images/logo_small.png') no-repeat;
}
*/
#content
{
    position: absolute;
    top: 176px;
    left: 317px;
    width: 360px;
    height: 320px;
    overflow: auto;
    font: normal 1.2em Arial, Helvetica, sans-serif;
}

#security
{
    position: absolute;
    top: 74px;
    right: 8px;
    width: 161px;
    height: 28px;
    display: block;
}

#security:hover
{
    cursor: pointer;
}

#footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 876px;
    height: 24px;
}

#footer .left
{
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 24px;
    background: transparent url('../images/bg_footer_bottom_left.png') no-repeat bottom left;
}


#footer .middle
{
    position: absolute;
    top: 0;
    left: 13px;
    text-align: center;
    width: 850px;
    height: 24px;
    background: transparent url('../images/bg_footer.png') repeat-x;
}

#footer .right
{
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;
    height: 24px;
    background: transparent url('../images/bg_footer_bottom_right.png') no-repeat bottom right;
}

#footer .inside
{
    height: 20px;
    line-height: 20px;
}

#footer a
{
    color: #fff !important;
    background: inherit !important;
    text-decoration: none !important;
    font: bold 1em Arial, Helvetica, sans-serif;
}

#footer a:hover
{
    color: #fff !important;
    background: inherit !important;
    text-decoration: underline !important;
}


ul#locales
{
    position: absolute;
    right: 20px;
    top: 120px;
    z-index: 2000;
}

ul#locales
{
    list-style: none;
}

ul#locales,
ul#locales li
{
    margin: 0;
    padding: 8px; 
    display: block;
}

ul#locales img { 
    border-color: #257E06; 
}

ul#locales li
{
    float: left;
}
.error
{
    background: #E21834; 
    color: #fff;
    font-weight: bold;
    margin: 5px 0;
    padding: 2px;
    width: auto;
}

.success
{
    background: #FAD163;
    color: #000;
    font-weight: bold;
    margin: 5px 0;
    padding: 2px;
    width: auto;
}

.action
{
    background: url('../images/bg_button.gif') no-repeat !important;
    width: 73px;
    height: 26px;
    border: 0;
    font: normal 90% Arial, Helvetica, sans-serif;
    color: #fff !important;
}

.action:hover
{
    background: url('../images/bg_button.gif') no-repeat !important;
    color: #000 !important;
}

a.action
{
    display: block;
    background: url('../images/bg_button.gif') no-repeat !important;
    text-decoration: none !important;
    line-height: 26px;
    text-align: center;
}

a.action:hover
{
    background: url('../images/bg_button.gif') no-repeat !important;
    color: #000 !important;
}
.home
{
    padding: 0 10px 0 0; 
}
/* replace the image bg_logout.gif by a link */
.logout-button,
.logout-button:link,
.logout-button:visited,
.logout-button:hover,
.logout-button:active
{
    background: #fff url(../images/menu_knop.png) no-repeat !important;
    color: #fff !important;
    display: block;
    width: 150px;
    height: 26px;
    line-height: 26px;
    text-align: left;
    font-size: 11px;
    text-decoration: none;
    padding-left: 9px;
}
