/* spezielle Definitionen je Info-Anwendung */

.navigationGruppeSuchkriterien {
	color: #333 !important;
}

#content div.insertedValidationErrors fieldset {
	margin-bottom: 1em;
	width: 57%;
	font-size: 92%;
}

#content table.detailsGeschaeft {
	width: auto;
}
#content table.detailsGeschaeft td {
	border-style: none;
}
#content table.detailsGeschaeft tr td:first-child {
	padding-left: 0;
}

/* Workaround für IE - dynamische Breite des Select-Elements */
select.expand {
	width: auto !important;
}

#content table#erlaubnisMatrix tr td:first-child {
	padding-left: 5px;
}

#content table#erlaubnisMatrix tr td {
	border-style: none;
	padding: 0;
	margin:0;
}

.docData dd {
	padding-left: 5px;
}

div.table {
	display: table;
}
div.tbody {
	display: table-row-group;
}
div.tr {
	display: table-row;
}
div.td {
	display: table-cell;
}

.noticebox {
	background-color: #EFEFEF;
	margin: 1em 0 1em 0;
	padding: 0.7em 0.7em 0.01em 1em;
}