input,
select { /* == SA3 */
    padding        :  1px 2px 0;
    line-height    : 15px;
    }

.eingabe div select.land { /* == SA3 */
    padding             :  0;
    margin-right        :  7px;
    width               : 45px;
    height              : 21px;
    }

html:first-child>*:first-child+body .eingabe div select.land { /* >= OP7 */
    margin-right        :  8px;
    padding             : 2px 2px 1px;
    width               : 43px;
    }

html:first-child>*:first-child+body input,
html:first-child>*:first-child+body select { /* >= OP7 */
    padding             : 0 1px;
    line-height         : 18px;
    height              : 19px;
    }

body { /* == SA3 */
    font-family         : sans-serif;
    }
    
html:first-child>*:first-child+body { /* >= OP7 */
    font-family         : verdana, arial, sans-serif;
    }

