/* >> Schnellsuche*/
/* Prompt fuer das Suchfeld */
td.quickSearchPrompt
{
	font-weight: bold;
	font-size: 10px;
}

/* Definitionen fuer den Schnellsuchekontainer */
div.quickSearchKontainer
{
	width: 138px;
	position: absolute;
	left: 6px;
	top: 190px;
	z-index: 3;
}

/* Schnellsuche Formularfeld einstellungen */
input.searchFieldScale
{
	font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	border: 1px solid #a4ccdf;
	padding: 1px 15px 1px 3px;
}

/* Einstellungen fuer den Schnellsuche Button */
input.searchButt
{
	position: relative;
	left: -10px;
	top: 0px;
	z-index: 17;
}

/* Standard Suchfeld einstellungen */
input.searchFieldStandard
{
	font-size: 13px;
	width: 300px;
}

/* Suche Formulareinstellungen */
form.searchFieldForm
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Einstellungen für die farbige Hinterlegung im Suchergebnis */
span.searchResult
{
	padding: 0px 2px 0px 2px;
	background: #d3e6f7;
}
/* << Schnellsuche*/

