#header, #navigation, #aktuelles, #footer, .button {
  display: none;
  }

html {
  font-family:verdana;
  }

legend {
	display:none;
}

label {
	float:left;
	width:100px;
}

textarea, input, .button {
  border:1px solid #000000;
	width:180px;
	font:verdana;
  }

textarea {
	margin-bottom:3px;
}

input {
	margin-bottom:1px;
}

form {
  border:0;
  }

fieldset {
  width:600px;
  border:0;
  }
