@charset "UTF-8";
/* CSS Document */

/* input felder in ie */
html body #inhalt .input_radio, html body #inhalt input.input_checkbox {margin-top:5px;}
/* textarea höhe in ie anpassen */
html body #main #inhalt textarea {padding:15px 5px;}
/* fieldset und legend padding problem in IE */
html body fieldset legend {margin-bottom:10px;padding-bottom:10px;}
