form input#Suche
{
width: 400px; margin-bottom: 10px;
}


form#Suche label
{
font-weight: bold;font-size:12px;
}


form#Suche div.InhaltFormular {width: 500px}
form#Suche div.Einschraenkung,
form#Suche div.SucheNach,
form#Suche div.Trefferanzahl { float: left; margin-right: 10px; }
form#Suche div.SearchElement {margin-right: 10px; margin-bottom: 10px; float: left; }

form#Suche select#Einschraenkung { width: 120px; }
form#Suche select#SucheNach { width: 120px; }
form#Suche select#Trefferanzahl { width: 120px; }


/* Suchergebnis */
div.Treffer a		{ font-weight: normal; }
div.Treffer_Datum	{ font-size: 90%; line-height: 100%; }
div.Treffer_Pfad	{ margin-bottom: 0.3em; font-size: 90%; }
div.TrefferBeschreibung	{ margin-bottom: 0.8em; }
span.Suchbegriff_Hervorhebung { background-color: #e9edf6; color: #e3312a; }

.Anstrich { padding-left: 12px; }
