﻿#js24_wm1003 form {
    margin: 0;
    padding: 0;
}
#js24_wm1003 .js24_hintergrund {
    position: relative;
    width: 500px;   /* Breite der Box   */
    height: 350px;  /* Höhe der Box     */
    background: yellow url(.././img/js24_bg.jpg) no-repeat 0 0;
}
#js24_wm1003 .js24_inhalt {
    position: absolute;
    margin: 59px 0 0 250px;
    width: 220px;
}
#js24_wm1003 .js24_input {
    color: #000066;
    width: 100%;
    height: 20px;
    padding: 1px 2px;
    /*border: solid 1px #000000;*/
    
}
#js24_wm1003 .js24_pulldown {
    color: #000066;
    width: 100%;
    margin-top: 10px;
}

#js24_wm1003 .js24_abstand {
    margin-top: 10px;
}
#js24_wm1003 .js24_button {
    margin-top: 13px;
}
