@charset "utf-8";
/* CSS Document */


/*Formualrschriften*/
span.infotext {
	font-size: 0.8em;
	color: black;
}

.fehler {
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	text-align: center;
	font-size: 1.0em;
	color: yellow;
}

/*Formular*/
input:focus,
textarea:focus,
select:focus {
	outline-color: yellow;
}

select {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.0em;
	line-height: 1.0em;
	color: black;
	background: lavender;
	padding: 0.5em;
	margin-top: 0px;
	margin-bottom: 0.5px;
	margin-left: 10px;
	border: 2px solid red;
	width: 160px;
}

textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.0em;
	color: black;
	background: lavender;
	border: 2px solid red;
	height: 90px;
	padding: 0.5em;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 90%;
	max-width: 320px;
}

input[type=text] {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.0em;
	line-height: 1.0em;
	color: black;
	background: lavender;
	border: 2px solid DimGray;
	padding: 0.5em;
	padding: 0.5em;
	margin-top: 3px;
	margin-bottom: 0.5px;
	margin-left: 10px;
	width: 90%;
	max-width: 320px;
}

input[type=zahl] {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.0em;
	line-height: 1.0em;
	color: black;
	background: lavender;
	border: 2px solid red;
	padding: 0.5em;
	padding: 0.5em;
	margin-top: 3px;
	margin-bottom: 0.5px;
	margin-left: 10px;
	width: 90%;
	max-width: 320px;
}

input[type=email] {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	line-height: 0.9em;
	color: white;
	background: #222;
	border: 2px solid red;
	padding: 0.5em;
	margin-top: 3px;
	margin-bottom: 0.5px;
	margin-left: 5px;
	width: 90%;
	max-width: 180px;
}

input[type=checkbox] {
	width: 20px;
	height: 20px;
	background: #222;
	font-weight: normal;
	margin-right: 0.5em;
	box-shadow: 3px 3px 3px 3px red;
}

input[type=submit] {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	color: black;
	pointer-events: auto;
	cursor: pointer;
	line-height: 1.0em;
	width: auto;
	padding: 0.5em 0.5em;
	border: 1px solid black;
	background: orange;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0em;
	font-weight: normal;
}