﻿#js24_wm1000 form {
    margin: 0;
    padding: 0;
}
#js24_wm1000 .js24_hintergrund {
    position: relative;
    width: 300px;   /* Breite der Box   */
    height: 250px;  /* Höhe der Box     */
    background: yellow url(../img/js24_bg.jpg) no-repeat 0 0;
}
#js24_wm1000 .js24_inhalt {
    position: absolute;
    margin: 59px 0 0 99px;
    width: 193px;
}
#js24_wm1000 .js24_input {
    color: #000066;
    width: 180px;
    height: 20px;
    padding: 1px 2px;
}
#js24_wm1000 .js24_abstand {
    margin-top: 10px;
}
#js24_wm1000 .js24_button {
    margin-top: 13px;
}