div.suggestLayer {
	position: absolute;
	top: 45px;
	left: 267px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: white;
	text-align: left;
}
table.suggestLayer {
	padding: 2px;
	font-size: 12px;
	width: 130px;
	border: 1px solid #000000;
	height: 11px;
	background-color: white;
	color: #000000;
	cursor: pointer;
	/* color: #173553; */
}

/* Header */
tr.suggestHeader {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	/* color: #173553; */
}
tr.suggestHeader td {
	border-bottom: 1px solid #B0B3B6;
	padding: 3px 3px 3px 5px;
	/* border-bottom: 1px solid #5C637D; */
}

/* Normale Zeile */
tr.suggestRow {
	background-color: #FFFFFF;
	/* background-color: #FCFCFC; */
}
/* Normale Zeile: Begriff */
td.suggestTextQuery{
	font-weight: normal; 
	padding: 2px;
}
/* Normale Zeile: Begriff Highlighting */
span.suggestTextQueryTyped{
	/* color: #000000;
	font-weight: bold;
	text-decoration: underline; */
	/* color: #5c7997; */
}
/* Normale Zeile: Typ */
td.suggestTextType{
	width: 30%;
}
/* Normale Zeile: Menge */
td.suggestTextAmount{
	width: 30%;
	text-align: right;
}

/* Selektierte Zeile */
tr.suggestHighlight{
	color: #FFFFFF;
	background-color: #B0B3B6;
	/* color: #FCFCFC; background-color: #173553; */
}
/* Selektierte Zeile: Highlighting */
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}

/* Footer */
td.suggestFooter{
}
