body {
background-color: #FFDF00;
scrollbar-base-color:rgb(255,204,0);
margin: 0;
padding: 0;
font-size: 90%;
color: #000;

}

form {
 
  margin:0;
  padding:.5em;



}
form b, input.text  { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 125px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

form b {font-size:14pt;}



#3{margin-left:2.5em; width: 100%;}

.linie input.text {background-color:rgb(204,204,204); border-color:rgb(204,204,204);}

#1{font-size:18pt;margin-left:1.5em;text-decoration:underline;}


.linie{margin-left: 2em;clear:both; margin-bottom:.5em;}
.helfer{ margin:2em;width: 100%;}
b{ padding-right: 1em;}


.formular { margin-left:2em; background: yellow;
  border: thin solid #ab0;

width: 50%;
padding-top: 2em;
position: absolute;

}
h1 {margin-left:1em;text-decoration:underline;   }

a:link {  color: #FF0000 }
a:visited { color: #FF0000 }

a:hover ,a:active
{
color: #fff;
}
input.submit {font-family:Arial; font-weight:bold; font-size:14pt; letter-spacing:2pt; border-width:1em; margin-left:4em; }
