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

/*Formualrschriften*/
span.pflichtfeld {
	font-size: 0.8em;
	color: Red;
}

span.infotext {
	font-size: 1em;
	color: #999;
}

.fehler {
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	color: #FFFF00;
}

.textgrau {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	color: #999;
}

.textgelb {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #FFFF00;
}

.em08 {
	font-family: Verdana, Arial, sans-serif;
	text-align: justify;
	font-size: 0.8em;
	color: #999;
	margin-left: 4px;
}


form {
	align-self: center;
	position: relative;
	width: 100%;
	height: 200px;
	/*border: 1px solid #FF6600;
	background-color: #111;*/
}

input,
textarea {
	border: 1px solid #FF6600;
	padding: 0.5em;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #999;
	font-family: Verdana, Helvetica, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), color-stop(0.60, #222));

}

input:focus,
textarea:focus,
select:focus {
	outline-color: red;
}

textarea {
	height: 80px;
	width: 90%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));

}

select {
	border: 1px solid #FF6600;
	padding: 0.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 1.0em;
	color: orange;
	line-height: 1.2em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
	width: 80%;
}

input[type=zahl] {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
	width: 50px;
	font-size: 1.0em;
	line-height: 1.2em;
}

input[type=text] {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
	width: 200px;
	font-size: 1.0em;
	line-height: 1.2em;
}

input[type=password] {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
	width: 200px;
	font-size: 1.0em;
	line-height: 1.2em;
}

input[type=email] {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
	width: 90%;
	font-size: 1.0em;
	line-height: 1.2em;
}

input[type=tel] {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
}

input[type=date] {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
	width: 50%;
}

input[type=radio] {
	width: auto;
	padding: 0em 0em;
	line-height: 1.5em;
	border: 3px solid red;
	margin-right: 0.5em;
}

input[type=checkbox] {
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	background: green;
	border: 2px solid #c00;
	font-weight: normal;
	margin-right: 0.5em;
}

input[type=submit] {

	width: 280px;
	padding: 0.25em 1em;
	line-height: 1.5em;
	background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#600));
	border: 2px solid #c00;
	text-shadow: 0 0 2px #300;
	font-weight: normal;
	margin-right: 0.5em;
}

/* Glyph, by Harry Roberts */
.hr2 {
	border: 0;
	height: 3px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(9, 84, 132), rgba(0, 0, 0, 0));
}



/*PRÜFEN WAS OK*/
h2 {
	font-size: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	color: SandyBrown;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-left-width : 13px;*/
	border-color: orange;
	/*border-left-style : solid;*/
}

h5 {
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
	color: SteelBlue;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-left-width : 13px; 
	border-color : #666; 
	border-left-style : solid;*/
}

.grauhead {
	margin-top: 20px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, sans-serif;

	font-weight: normal;
	font-size: 22px;
	color: orange;
}

/* Formular GESAMT*/