/**
* Warenkorb - Suche - Schnellansicht
**/

#area_suche_overview {
	float: left;
	width: 147px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#area_suche_overview h2 {
	margin: 0;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#area_suche_overview h2 a {
	color: #FFF;
	text-decoration: none;
}

#area_suche_overview .area_content {
}

#area_suche_overview .area_content input.feld {
	float: left;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	background-color: #FFF;
	width: 137px;
	height: 17px;
	line-height: 17px;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

.submit {
	float: right;
	width: 60px;
	height: 17px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	margin-right: -2px;
	border: none;
	background-color: #000;
	border: 1px solid #000;
	font-weight: bold;
}

