form {
	margin: 0;
	padding: 0;
}

p.error_message {
	margin-left: 110px;
	color: #df091a;
}

label.einzeilig {
  position: relative;
  margin: 0 10px 0 0px;
  font-size: 12px;
  color: #D3C4A3;
}

input.suche {
	width: 142px;
	margin: 6px 8px 0 0;
}

input.abschicken_suche {
	margin: 6px 0 0 0;
	cursor: pointer;
}

.abschicken_suche:hover {
	color: #ffffff;
	background-color: #2a84de;
	cursor: pointer;
}

input.suche,
input.abschicken_suche,
textarea.eingabefeld_nachrichtentext,
input.eingabefeld,
input.abschicken {
	position: relative; 
	font-size: 12px;
	color: #493D36;
	text-transform: none; 
	border: none;
	background-color: #E0D5BE;
	float:left;	
}

fieldset {
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
	clear: both;
	/*background-color: #cccccc;*/
}


textarea.eingabefeld_nachrichtentext {
	width: 535px;
	height: 200px;
	margin: 6px 0 0 0;
}


input.eingabefeld {
	width: 535px;
	margin: 6px 0 0 0;
}

input.abschicken {
	float: none;
	cursor: pointer;
}

input.abschicken:hover {
	color: #ffffff;
	background-color: #797167;
	cursor: pointer;
}

.trenner {
	clear: left;
	font-size:1px; 
	line-height: 5px;
	height: 5px;
}






