@charset "utf-8";
input {
	height: 100%;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	height: 100%;
	width: 100%;
	resize: none;
}
.Eingabe {
	background-color: #222;
	color: #ddd;
	font-size: 16px;
	border: 1px solid #292929;
	border-top: 1px solid #333;
	border-right: 1px solid #393939;
	border-bottom: 1px solid #393939;
	border-left: 1px solid #333;
	height: 18px;
}
.Eingabefeld {
	left: 140px;
	width: 440px;
	height: 15px;
}
.Lbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bbb;
	text-align: right;
	left: 40px;
	height: 15px;
	width: 80px;
}
#divBildBestaetigung {
	text-align: center;
	margin-top: 30px;
}
#divBildFehler {
	text-align: center;
	margin-top: 50px;
}
#divBildLinks {
	position: relative;
	width: 207px;
	height: 611px;
	float: left;
}
#divBildRechts {
	position: relative;
	width: 207px;
	height: 611px;
	float: left;
}
#divForm {
	position:relative;
	margin-top: 50px;
	height: 450px;
	z-index: 3;
}
#divInfo {
	margin-bottom: 50px;
}
#divLblNachricht {
	position:absolute;
	top:175px;
	z-index:2;
}
#divLblName {
	position:absolute;
	top:15px;
	z-index:2;
}
#divLblPLZ {
	position:absolute;
	top:95px;
	z-index:2;
}
#divLblTel {
	position:absolute;
	top:135px;
	z-index:2;
}
#divMitte {
	position: relative;
	width: 501px;
	height: 611px;
	float: left;
}
#divNachricht {
	position:absolute;
	top:170px;
	height:85px;
	z-index:1;
}
#divName {
	position:absolute;
	top:10px;
	z-index:1;
}
#divPLZ {
	position:absolute;
	top:90px;
	z-index:1;
}
#divSend {
	position:absolute;
	top: 395px;
	left:300px;
	width:120px;
	height:24px;
	z-index:2;
}
#divTel {
	position:absolute;
	top:130px;
	z-index:1;
}
#divTitel {
	position: relative;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-right: 220px;
	text-align: right;
}
#divTextBestaetigung {
	font-size: 18px;
	padding-top: 60px;
	text-align: center;
}
#divTextFehler {
	font-size: 18px;
	padding-top: 60px;
	text-align: center;
}
#nachr {
	height: 185px;
}
#send {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
