body {
	background-color: #E5E5E5;
}

body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small
    /* intended value for better browsers */
    }

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    small
    /* be nice to Opera */
    }

body, input, select, td, textarea { font-family:Verdana, Arial, Helvetica, sans-serif}

.missing { color:red; padding: 10px; border: 1px solid red;}

.required { padding-right: 20px; background-image:url('../../images/nkk/req.gif'); background-repeat: no-repeat; background-position: top right}
font.required { background-image:none;}

#tablemain {background-color:#FFFFFF}
td {vertical-align: top;}
.strookonder { background-image:url('../../images/nkk/strookonder.gif');}
.strookrechts { background-image:url('../../images/nkk/strookrechts.gif');}
.content { padding: 20px; padding-top: 10px;}