/*

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

*/

/* -[ ADDON : SUCHE ]- */

div.addon div#addon_suche {

	width: 188px;
	height: 35px;
	position: absolute;
	right: 0px;
	top: 37px;

}

div.addon div#addon_suche p.headline {

	display: none;

}

div.addon div#addon_suche form {

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

}

div.addon div#addon_suche form input.formular {

	width: 180px;
	height: 33px;
	border: 1px solid #2d2f31;
	padding: 0px 0px 0px 6px;
	font: normal 12px Arial;
	background: #1e1f21;
	color: #5c5e61;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	
}

div.addon div#addon_suche form input.formular:focus {

	color: #fff;
	
}

div.addon div#addon_suche form input.button {

	width: 33px;
	height: 33px;
	background: 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;
	
}