@charset "UTF-8";

div.addon div.addonSuche {
	width: 150px;
	height: 30px;
	position: absolute;
	right: 28px;
	top: 7px;
}
div.addon div.addonSuche p.headline {
	display: none;
}
div.addon div.addonSuche form {
	width: 150px;
	height: 30px;
	position: relative;
}
div.addon div.addonSuche form input.formular {
	width: 142px;
	height: 28px;
	border: 1px solid #364049;
	padding: 0 0 0 6px;
	font: normal 12px Arial;
	background: url('../img/suche.bg.png') !important;
	color: #C0C0C0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;	
}
div.addon div.addonSuche form input.button {
	width: 28px;
	height: 28px;
	background: url('../img/suche.button.png') no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	border: none!important;
	box-shadow: none!important;
	padding: 0;
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 2;
}