

/* Flurstücksliste ohne Grundbuchinformationen */
.gc_fachdb.resultlist_featuretype {
	list-style-type: none;
}

.gc_fachdb.resultlist_featuretype li {
	margin: 2% 0;
	padding: 0;
	background-color: #fbfbfb;
	box-shadow: 2px 2px 5px #dddddd;
}

.gc_fachdb.resultlist_featuretype_item {
	border-bottom: 1px dotted #CCCCCC;
}

.gc_fachdb.resultlist_featuretype_item:hover {
	background-color: #F1F1F1;
}

.gc_fachdb .fdb_table
{
	display: table;
	width: 100%;
}

.gc_fachdb .fdb_row
{
	display: table-row;
	background-color: #fbfbfb;
	box-shadow: 2px 2px 5px #dddddd;
}

.gc_fachdb .fdb_cell
{
	display: table-cell;
	padding: 1%;
}

.gc_fachdb .fdb_cell:first-child
{
	vertical-align: top;
	text-align: center;
	line-height: 2em;
}

.gc_fachdb .fdb_cell:last-child {
	vertical-align: middle;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
}
