/* Allgemeiner Aufbau der Seite & des Layouts */
html    { width: 100% }
body        { margin: 0; width: 100% }

body, form, table  { font-family: Verdana, Arial, Helvetica, sans-serif }

/* FORMULAR */
.input_text, .input_textarea      { color: #000; font-size: 11px; line-height: 20px; background-color: #e7f3e2; width: 160px; border: solid 1px #f60 }
.input_textarea   { height: 80px }


/* POSITION DER BEREICHE */
.divText          { background-color: #ef272c; position: absolute; top: 0; left: 0; width: 350px; height: 500px }
.fliesstext   { font-size: 11px; line-height: 16px; margin: 0; padding-top: 14px; padding-bottom: 20px }

.tableForm     { font-size: 11px; line-height: 15px; width: auto }

/*form  { margin: 0px; padding: 0px }*/