/* formular*/
label {
float:left;
width:100px;
margin:auto auto 20px 20px;
color:#fff;
}
form br {
clear:left;
}
#kontakt input{
	width: 220px;
	padding: 6px;
	margin-bottom: 20px;
	color:#3B5020;
	font-size:100%;
}
#kontakt #loeschen{
	width: 150px;
	margin: auto;
	cursor: pointer;
}
#kontakt #loeschen:hover{
	background: #f8dbdb;
	border: 1px solid #e77776;
	border-radius: 3px;
}
#kontakt input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#kontakt textarea{
	width: 350px;
	height: 100px;
	padding: 6px;
	margin: auto auto 20px 0;
	color: #3B5020;
	font: 100% Arial,Helvetica,sans-serif;
	font-size:100%;
}
#kontakt textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#kontakt textarea.ok{
	background: #E4F9DB;
	border-color: #699039;
}
#kontakt input.ok{
	background: #E4F9DB;
	border-color: #699039;
}
#kontakt span{
	margin-left: 10px;
	font-size: 90%;
	color:#fff;
}
#kontakt span.error{
	color: #e46c6e;
}
#kontakt #send{
	width: 150px;
	margin: auto auto auto 120px;
	cursor: pointer;
}
#kontakt #send:hover{
	background: #A6C389;
	border: 1px solid #3B5020;
	border-radius: 3px;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
.true {
  background:url("ok.gif") no-repeat 0px 0px;
  padding-left: 16px;
}
/* ende formular */