/* --- Formulardefinitionen --- bei Fragen: sdi */

/* --- Generelles --- */
html, body {height:100%; background:#FFF; color:#5B5E62; overflow:hidden;}
body, body * {margin:0; padding:0; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:12px;}
.textfeld, .email, .auswahl, input, textarea, select {width:200px;}
a {color:#A5132A;}

input, select, textarea {position:absolute; left:80px;}
.blocktextfeld, .blockemail, .blockauswahl {margin-bottom:10px;}
.buttons {margin-top:80px;}

.error label {color:#A5132A; font-weight:bold;}
.fehlermeldung {display:none;}

/* --- Ausgabe der Daten --- */
#preview div, #preview .hinweis {width:300px; clear:both; height:20px; display:block;}
#preview .hinweis {height:40px; }
#preview .ueberschrift, #preview.wert {float:left;}
#preview .ueberschrift {width:70px;}
#preview .wert {margin-left:10px;}
#zurueck {margin-top:-25px;}
#preview .buttons * {margin-left:-40px;}

/* --- Abgesendet --- */
#abgesendet {margin-top:14px;}