table td {
	width: 150px;
	padding: 8px;
	height: 20px;
	font-size: 15px;
}

#pflichtfeld {
	color: red;
}

#textfeld {
	border-radius: 5px;
	font-size: 20px;
	border: 1px solid #cccccc;
	box-shadow: 2px -2px 5px #999;
	color: #232323;
	color: #232323;
	width: 300px;
}

#nachricht {
	border-radius: 5px;
	font-size: 15px;
	border: 1px solid #cccccc;
	box-shadow: 2px -2px 5px #999;
	height: 200px;
	width: 615px;
	font-family: "Trebuchet MS", Calibri, sans-serif;
}

#button {
	background-color: #00B300;
	color: #232323;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Calibri, sans-serif;
	font-size: 16px;
	border: none;
}

#button:hover {
	color: white;
}

#formular-space {
	height: 8px;
}