#sidebar form{
	width: 204px; 
	height:auto; 
	background: #F7FAE3; 
	padding:10px; 
	margin:0 0 10px 8px; 
	color:#333227;
	overflow: hidden;
}
#sidebar form input{ 
	display:block;  
	border: solid 1px #6ab023;
}
#sidebar form input.search {
	width: 192px;
	padding: 4px;
	margin-bottom: 10px;
}
#sidebar form input.submit {
	color:#FFFFFA; 
	float:right; 
	background:url(../images/search-button.gif) no-repeat center right #63614F; 
	border:none; 
	width: 88px; 
	height: 22px; 
	line-height: 22px;
	display:block;  
	padding-left: 20px;
	text-decoration:none; 
	color:#fff; 
	font:14px/21px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	text-align: center;
}

/*==Die großen Formen==*/
p.hinweis {
background-image: url(../images/warning.png);
background-repeat: no-repeat;
margin-bottom: 0px;
padding-bottom: 0px;
}

legend span {
	font-size: 12px;
	color: #A0DF61;
}

.loader {
	background: url(../images/ajax-loader.gif) no-repeat center center;
}

/*==========NEWSLETTER FORM==================*/
form.wpcf7-form p {
	font-weight: bold;
	color: #6AB023;
}
input.wpcf7-validates-as-required {
	border: solid 1px #6AB023;
	padding: 4px;
	width: 300px;
}
.wpcf7-not-valid-tip-no-ajax {
	margin-top: 4px;
	padding: 10px;
	border: solid 2px #F00;