
table.kopf  {
  display: none;
 }
 
 #title {
   display: none;
 }
 
.titel {
   color: black;
}
 
hr {
  display: none;
}

fieldset {
  border: solid 1px black;
}

.gruppe fieldset {
  border: solid 1px black;
}

legend {
  color: black;
  background: white;
}

div.submit {
  display: none;
}

table.fuss  {
  display: none;
 }


span {
  color: black !important;
}

.noprint {
	display: none !important;
}