#dropdownfelder {
	clear: both;
	margin: 0 0 0 20px;
	padding: 0;
}

/* select-feld */
#ID_product {
	float: left;
}

#ID_product select {
	margin: 0 5px 0 0;
	width: auto;
	font-size: 10px;
}

/* select-feld */
#ID_document_type {
	float: left;
}

#ID_document_type select {
	margin: 0 5px 0 0;
	width: auto;
	font-size: 10px;
}

/* button */
#suchen {

}


table.suchergebnis {
	margin: 15px 0 0 20px;
	width: 330px;
}

table.suchergebnis th {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #8D8D8D;
}

table.suchergebnis td {
	padding: 5px 0 5px 0;
}

td.produkt {
	width: 100px;
}

td.doctyp {
	width: 150px;
}

td.groesse {
	width: 80px;
}

td.trenner {
	font-size: 1px;
	height: 1px;
	padding: 0;
	border-bottom: 1px solid #8D8D8D;
}

#meldung {
	margin: 15px 0 0 20px;
}

