.disabled { color: gray; }
.err      { color: red; }

table.fwsDbPage {
	width: 98%;
}

table.fwsDbSearchForm {
	width: 100%;
	/* margin-bottom: 1em; */
	font-size: 12px;
}
table.fwsDbSearchForm th {
	text-align: left;
}
table.fwsDbSearchForm input, table.fwsDbSearchForm select {
	font-size: 12px;
}

table.fwsDbView {
	width: 100%;
	margin-top: 0.5em; margin-bottom: 0.5em;
	font-size: 12px;
}
table.fwsDbView th {
	color: white; background-color: rgb( 84, 84, 84 );
	text-align: left;
}
table.fwsDbView tr.bg0 {
	background-color: rgb( 255, 255, 255 );
}
table.fwsDbView tr.bg1 {
	background-color: rgb( 231, 231, 231 );
}
table.fwsDbView tr.bg0:hover, table.fwsDbView tr.bg1:hover {
	background-color: rgb( 255, 223, 223 );
}
table.fwsDbView tr.bg0 td:hover, table.fwsDbView tr.bg1 td:hover {
	background-color: rgb( 255, 191, 191 );
}
table.fwsDbView a:hover {
	text-decoration: underline;
	color: rgb( 216, 40, 27 );
}
table.fwsDbView tr.bezeichnung th a {
	color: rgb( 255, 191, 191 ); 
	text-decoration: none;
}
table.fwsDbView tr.bezeichnung th a:hover {
	color: white; /* rgb( 183, 56, 60 ); */
	text-decoration: underline;
}

table.fwsDbNaviTop {
	width: 100%;
	padding: 1px 3px 2px 3px;
	background-color: rgb( 224, 224, 224 );
	font-size: 10px;
}
table.fwsDbNaviBottom {
	width: 100%;
	padding: 1px 3px 2px 3px;
	background-color: rgb( 224, 224, 224 );
	font-size: 10px;
}
table.fwsDbNaviBottom input {
	font-size: 9px;
	height: 11px;
}
table.fwsDbNaviTop a:hover, table.fwsDbNaviBottom a:hover {
	color: white; background-color: rgb( 216, 40, 27 );
	text-decoration: underline;
}
table.fwsDbStamp {
	clear: both;
	width: 100%;
	margin-top: 2em; margin-bottom: 1.5em;
	padding-top: 0.5ex;
	border-top: 1px solid gray;
	color: gray; background-color: white;
}
table.fwsDbStamp a {
	color: gray;
}
table.fwsDbStamp a:hover {
	text-decoration: underline;
}

/* ElternTabelle */
table.fwsDbPage {
}

/* Untertabelle von fwsDbSearchForm */
table.fwsDbABC {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-align: center;
}
table.fwsDbABC td {
	padding: 2px 0;
	background-color: rgb( 216, 40, 27 ); /* JD rgb( 231, 231, 231 ); */ /* DH rgb( 84, 84, 84 ); */
	border: 1px solid rgb( 84, 84, 84 ); /* JD rgb( 255, 127, 127 ) */ -moz-border-radius-topleft: 10px; /* DH gray */
	font-size: 10px;
}
table.fwsDbABC td.sel {
	background-color: rgb( 84, 84, 84 ); /* JD rgb( 216, 40, 27 ); */
	border: 1px solid black;
}

table.fwsDbABC td a {
	color: white; /* JD rgb( 84, 84, 84 ); */ /* DH white; */
}
table.fwsDbABC td:hover {
	background-color: rgb( 84, 84, 84 );
	border: 1px solid rgb( 216, 40, 27 );
}

table.fwsDbABC td.sel a {
	color: white;
}
table.fwsDbABC td:hover a {
	color: white;
}
table.fwsDbABC td a:hover {
	color: white;
	text-decoration: underline;
}

table.fwsDbABC td.alle {
	background-color: white;
}
table.fwsDbABC td.alle:hover {
	background-color: rgb( 84, 84, 84 );
	border: 1px solid rgb( 216, 40, 27 );
}
table.fwsDbABC td.alle a {
	color: rgb( 216, 40, 27 );
}
table.fwsDbABC td.alle:hover a {
	color: white;
}

