#form1 {
  display: block;
  margin-left: center;
  margin-bottom: 200px;
}
input[type="text"],
input[type="email"],
.ausw {
	width: 340px;
	height: 30px;
	vertical-align: middle;
	margin-bottom: 20px;
}
#zeit {
  width: 340px;
  height: 30px;
  vertical-align:middle;
	margin-bottom: 20px;
  background-color: white;
  padding-left: 3px;
}

textarea {
	width: 340px;
	height: 200px;
	vertical-align: text-top;
	margin-bottom: 20px;
}

.formform {
	font-family: GSC;
	font-size: 20px;
	background-color: #9268a9;
  color: white;
	width: 340px;
	height: 30px;
	vertical-align: text-top;
	margin-bottom: 20px;
}

label {
  font-size: 14px;
	width: 360px;
	margin-top: 2px;
}

#checkl {
  color: #9268a9;
  font-weight: bold;
}
#checkl:hover {
  color: white;
  font-weight: bold;
}
.bewert {
	margin-left: 5%;
	width: 90%;
	border: solid 1px lightgrey;
	padding: 10px;
}
