/* Suchergebnis */
.searchresult 
{
  margin: 20px 0px 20px 0px;
}

/* Titel der Seite */
.searchresulttitel
{
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
}
.searchresulttitel a
{
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
}

/* Beschreibung der Seite */
.searchresultdescription 
{
	font-size:12px;
	line-height:16px;
}

/* Textauszug aus der gefundenen Seite */
.searchresulttext
{
	font-size:12px;
	line-height:16px;
}

/* Direkter Treffer */
.searchHighlight {
         font-weight:bold;
         background:yellow;
}