form table.formular {
 width:100%;
}

form table td {
 vertical-align:top;
}

form table td input {
 width:99%;
 border:solid 1px #ccc;
}

form table td input.festebreite {
 width:auto;
 border:solid 1px #ccc;
}


form table td textarea {
 border:solid 1px #ccc;
}

