/*

 TEMPLATE [Last Update] 14.03.2013
 
 Autor: Matthias Müller <http://www.cms2day.de>
 Copyright (c) 2013

*/

/* -[ ADDON : SUCHE ]- */

div.addon div#addon_suche {

	width: 239px;
	height: 35px;
	margin: 0px 0px 15px 0px;

}

div.addon div#addon_suche p.headline {

	display: none !important;

}

div.addon div#addon_suche form {

	width: 239px;
	height: 35px;
	position: relative;

}

div.addon div#addon_suche form input.formular {

	width: 231px;
	height: 33px;
	border: 1px solid #d8d8d8;
	padding: 0px 0px 0px 6px;
	font: normal 12px Arial;
	color: #aaa;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	
}

div.addon div#addon_suche form input.button {

	width: 33px;
	height: 33px;
	background: #fff url('../images/addons/suche.button.png') no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	padding: 0px;
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 2;
	
}