* {
	margin:0;
	padding:0;
	font-family:arial;
}
body {
	background-color:#e9af51;
}
h3 {
	font-size:19px;
}
#wrap {
	margin:auto;
	margin-top:10px;
	width:1040px;
	height:1200px;
	position:relative;
	overflow:hidden;
	padding-left:235px;
}
#anfrage {
	padding:10px;
	width:580px;
	border: solid black 3px;
	border-radius:8px;
	background-image:url(../images/bg.png);
	position:absolute;
	left:50%;
	margin-left:-300px;
	top:325px;
	z-index:1000;
	color:#fff;
}
h1, p {
	margin:8px;
}
p {
	font-size:16px;
}
a {
	color:#fff;
	text-decoration:none;
}
#anfrage table {
	width: 480px;
	position: relative;
	left: 50%;
	margin-left: -240px;
	padding: 5px;
}
#anfrage td {
	height: 30px;
	width: 240px;
}
#anfrage lable {
	font-size: 19px;
	font-weight: bold;
}
#anfrage input {
	height: 25px;
	width: 200px;
	font-size: 17px;
	border: solid #e9af51 3px;
	color:#000;
	margin-top:4px;
}
#infot1, #infot2, #infot3, #infot4, #infot5 {
	color:#fff;
}
textarea {
	height: 85px;
	width: 200px;
	border: solid #e9af51 3px;
	resize: none;
	color: #000;
	font-size: 14px;
}
select {
	height: 25px;
	width: 205px;
	font-size: 17px;
	border: solid #e9af51 3px;
	color: #000;
}
#footer {
	width:600px;
	position:absolute;
	top:1120px;
	left:50%;
	margin-left:-300px;
	text-align:center;
}