@charset "utf-8";
/* CSS Document */
/*Kontaktformular, Anfrageform*/
table.KontaktForm {
	width: auto;
	margin: 10px 20px;
	font-size: 110%;
	color: #412a14;
}
table.KontaktForm tr td {
	padding: 3px 0;
}
table.KontaktForm td.t1 {
	width: 18%;
}
table.KontaktForm td.t2 {
	width: 32%;
}
table.KontaktForm td.t3 {
	width: 18%;
}
table.KontaktForm td.t4 {
	width: 32%;
}
table.KontaktForm input.text {
	width: 90%;
	border: 0;
	background: #d6e2b8;
	color: #412a14;
	font-size: 110%;
}
table.KontaktForm textarea {
	width: 80%;
	margin-left: 170px;
	border: 0;
	background: #d6e2b8;
	color: #412a14;
	font-size: 110%;
}
table.KontaktForm input.plz {
	width: 25%;
	border: 0;
	background: #d6e2b8;
	color: #412a14;
	font-size: 110%;
}
table.KontaktForm input.ort {
	width: 63%;
	border: 0;
	background: #d6e2b8;
	color: #412a14;
	font-size: 110%;
}
table.KontaktForm div.Btn {
	margin: 10px 0 10px 170px;
	width: auto;
	float: left;
}
table.KontaktForm div.Btn input.Btn {
	color: #412a14;
	/*background: url(../picture_layout/Content/bg_btn.png) no-repeat 10px center #80BF2C;*/
	border: none;
	overflow: visible;
	display: inline;
	margin: 0;
	padding: 0.3em 1.25em 0.3em 1.9em;
	background: #d6e2b8;
	font-size: 110%;
}
table.KontaktForm .red {
	color: #ff0000;
}
p.small {
	font-size: 80%;
}
