form#AuftragEinfuegen input[type="checkbox"], form#NeuenAuftragEinfuegen input[type="checkbox"] {
    margin-left: 0px;
}


td.details-control {
    background: url('/assets/images/icons/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/assets/images/icons/details_close.png') no-repeat center center;
}