/* FORMULAR STYLE */
textarea {
	width: 200px;
	height: 90px;
	border: solid 1px #CCCCCC;

}

input:hover, input:focus, textarea:hover, select:hover, textarea:focus, select:focus { border: 1px solid #b0bac8; margin-bottom: 1px;}
input, textarea, select { background: #fff top left repeat-x; font: 1em/1.6em Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; border: 1px solid #CCCCCC; padding: 2px; 
margin-bottom: 1px;}


.searchinput {
	height: 15px;
	width: 150px;
	font: normal 12px Arial, Verdana;
	color: #617691;
	position: relative;
	top: 20px;
	left: 16px;
}

.searchinput a:hover, .searchinput a:focus {
	height: 17px;
	width: 150px;
	font: normal 12px Arial, Verdana;
	color: #617691;
}

.suche button {
	padding: 0;
	position: relative;
	top: -4px;
	right: 20px;
	margin: 0 0 20px 5px;
	border: none;
	background: url(images/suche2.gif) no-repeat;
	width: 24px;
	height: 25px;
	float: right;
	cursor: pointer;
	color: #dfe4e9;
}


* html .suche button {
	right: 10px;
	top: -5px;
}
