body {
        margin: 0px;
        font-size: 12px;
        color: #000000;
        background-color: #FFFFFF;
        background-color: '#FFFFFF'
}

#help_box {
        position: absolute;
        visibility: hidden;
        top: 160px;
        left: 100px;
        width: 250px;
        background-color: #FFFFFF;
        background-color: '#FFFFFF';
        border: 2px solid #000099;
        font-family: Geneva, Arial, Verdana, san-serif;
        font-size: 12px;
        color: #000099;
        z-index: 100
}

table {
        margin: 0px;
}

.stap {
        border: 1px solid #000099;
        text-align: center;
	tr:hover {background-color: lightyellow;}
}

.stap1 {
        border: 1px solid #000099;
        text-align: left;
        tr:hover {background-color: lightyellow;}
}

.stap1_inner {
        width: 100%;
        height: 100%;
        border-style: none;
        border-width: 0px;
        text-align: left;
}

.stap2 {
        width: 228px;
        border-style: none;
        border-width: 0px;
        text-align: left;
        background-color: #FFFFFF;
        background-image: url('../images/backgr_stap2.jpg')
}

.stap2_inner {
        width: 100%;
        height: 100%;
        border-style: none;
        border-width: 0px;
        text-align: left;
}

.stap3 {
        width: 328px;  
        border-style: none;
        border-width: 0px;
        text-align: left;
        background-color: #FFFFFF;
        background-image: url('../images/backgr_stap3.jpg')
}

.stap3_inner {
        width: 100%;
        border-style: none;
        border-width: 0px;
        text-align: left;
}

.stap4 {
        width: 100%;
        height: 100%;
        border-style: none;
        border-width: 0px;
        text-align: left;
        background-color: #FFFFFF;
        background-image: url('../images/backgr_stap4.jpg')
}

.stap4_inner {
        width: 100%;
        height: 100%;
        border-style: none;
        border-width: 0px;
        text-align: left;
}

.stap5 {
        width: 100%;
        height: 100%;
        border-style: none;
        border-width: 0px;
        text-align: left;
        background-color: #FFFFFF;
        background-image: url('../images/backgr_stap5.jpg')
}

.tabel_submit {
        border: 2px solid #FF9900;
        text-align: center;
}

.raster {
        width: 100%;
        border-style: none;
        border-width: 0px;
        background-image: url('../../css/wd/raster.gif')
}

img.vraagteken {
        width: 11px;
        height: 11px;
        border-style: none;
        border-width: 0px
}

.tekst_gwn, .tekst_err {
        font-family: Geneva, Arial, Helvetica, san-serif, Verdana;
        font-size: 14px;
        color: #000099
}

.tekst_err {
        color: #FF0000
}

.tekst_dyn {
        font-family: Geneva, Arial, Helvetica, san-serif, Verdana;
        font-size: 14px;
        color: #000000;
}

.tekst_kop, .tekst_kop_err {
        font-weight: bold;
        font-family: Geneva, Arial, Helvetica, san-serif, Verdana;
        font-size: 14px;
        color: #000099
}
.tekst_kop_err {
	color: #FF0000
}

.tekst_dis {
        font-family: Geneva, Arial, Helvetica, san-serif, Verdana;
        font-size: 12px;
        color: #000000
}

.achtergrond {
        background-color: '#FFFFFF'
}
// CSS for select 
#wgtmsr{
 width:150px;   
}
#wgtmsr option{
  width:150px;   
}
progress {
  background-color: #f3f3f3;
  width: 250px;
  height: 200px;
}

