/* Formularflaeche mit Rahmen formatieren */
fieldset	{
  color: #000;
  font-weight: bold;
  border: 1px solid #6699ff;
  background-color: #fff;
  padding: 10px;
}


/* Beschriftung des Formulars formatieren */
legend  {
  color: #6699ff;
}


/* Textgroesse, Formular global und Eingabebereiche Eigenschaften festlegen */
p, form, input	{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 100%;
}


/* Formularbreite */
form	{
	width: 560px;
  background-color: #fff;
}


/* Schaltflaechen formatieren */
input	{
  display: block;
  width: 10em;
  float: left;
  border: 1px solid 6699ff;
  background-color: #fff;
  margin: 5px;
  padding: 2px;
}


/* Laenge des Texteingabefeldes "Firma" */
#firma  {
  width: 18em;
}


/* Anordnung der Radiobuttons 
#herr, #frau  {
  width: 20px;
  margin-top: 12px;
}*/


/* Anordnung der Checkboxen */
#tagesseminar, #werksfuehrung, #arbeitsessen, #herr, #frau, #mitglied, #nichtmitglied  {
  width: 20px;
  margin-top: 12px;
}


/* Umfliessen nach Zeilenumbruch aufheben */
br	{
	clear: left;
}


/*.submit .reset	{
	background-color: #cccc99;
	border-top: 3px double #006699;
	border-right: 3px solid #006699;
	border-bottom: 3px solid #006699;
	border-left: 3pc double #006699;
}*/


/* Schaltflaechenbeschriftungen formatieren */
label	{
	width: 15em;
	margin: 5px;
	padding: 5px;
	float: left;
	text-align: right;
	font-weight: normal;
	color: #000000;
  background-color: #fff;
}


/* Positionierung der Texteingabe */
textarea  {
  margin-left: 7px;
}


/* Eigenschaften der Eingabe- und Schaltflaechen nach ueberfahren 
   mit der Maus und bei Eingabe von Text */
input:focus, input:hover, textarea:focus, textarea:hover	{
	background-color: #ffff99;
	/*border: 1px solid #6699ff;*/
	font-weight: bold;
}
