/* * * * * * * * * * * * * * * * * * * * * * * Suche * * * * * * * * * * * * * * * * * * * * * * * * * * * */
select#abhier {	
	display: none; 
}

span.suchhinweis {  
	font-family: verdana, arial, sans-serif; 
	font-size: 8pt; 
	color: #999999 
}

input.strSuchWort { 
	font-weight:bold; 
	font-size: 8pt; 
	border: 1px solid #ccc; 
	background-color: #fff; 
	font-family: verdana, arial, sans-serif; 
	color: #000; 
	line-height: 20px; 
	height: 20px; 
	vertical-align: middle; 
	width: 140px 
}

input.strSucheOK  { 
	font-size: 8pt; 
	border: 1px solid #ccc; 
	background-color: #ccc; 
	font-family: verdana, arial, sans-serif; 
	color: #fff; 
	cursor:pointer; 
	padding: 0 2px; 
	width: 25px; 
	margin-left: 3px;
}

table.suche { margin: 5px 5px 0 5px }
table.suche th {  }
table.suche td { padding: 0 }

div#suchergebnissliste {}
.suchergebnishinweis { display: block; padding: 6px; background-color: #ffffff; margin-top: 1px }
div.suchtrefferpfad, div.suchtreffertitel, div.suchtreffertelefon { display: block }
div.suchtrefferklammer { background-color: #ffffff; margin-bottom: 1px }

.suchtreffertitel { color: #777777 !important; }

div.suchtrefferpfad
{
	font-weight:normal;
	text-decoration: normal!important;
	font-size:8pt!important;
}

div.suchtreffertitel { font-weight:bold; }

.suchtrefferklammer { 
	display: block; 
	padding: 4px; 
	padding-left: 24px; 
	background-repeat: no-repeat; 
	background-position: 4 4 ;
	border-top: solid 1px #cccccc; 
} 

.suchtreffer { 
	display: block; 
	padding: 4px; 
	padding-left: 24px; 
	background-repeat: no-repeat; 
	background-position: 4 4 
}