

form#member-profile fieldset:nth-child(even) {
    margin-left: 300px;
}

form#member-profile fieldset:nth-child(odd) {
    float: left;
}

form#member-profile fieldset:nth-child(even) dt {
    margin-top: 12px;
}

form#member-profile fieldset:nth-child(odd) dt {
    margin-top: 10px;
}

/* eliminate the 'Forschung' item from the sitemap */

#sitem .item159 { display:none; }
#sitem .item160 { display:none; }

