.freigegeben {
   background:#FFFFFF url(./sfw-images/tick.png) no-repeat scroll center top;
}

.gesperrt {
   background:#FFFFFF url(./sfw-images/lock.png) no-repeat scroll center top;
}

.geloescht {
   background:#FFFFFF url(./sfw-images/cross.png) no-repeat scroll center top;
}

.deaktiviert {
   background:#FFFFFF url(./sfw-images/deactivated.png) no-repeat scroll center top;
}

.geaendert {
   background:#FFFFFF url(./sfw-images/page_edit.png) no-repeat scroll center top;
}

#bodyInhalt .statusBtn {
	margin:1px 0px 3px 0px; 
	width: 8em;
	clear: both
}

#bodyInhalt .statusBtnExpand {
    margin:1px 0px 3px 0px; 
    min-width: 100%;
    clear: both
}

.kommentarBreite {
	width: 49em;
	display: block;
}
.showFegerList {
	width: 16px;
	display: block;
	height: 19px;
	background: url(../../images/feger.png) no-repeat;		
}

/* --- ================= --- */
/* --- Öffentliche Suche --- */
/* --- ================= --- */

/* Suchformular */

.sucheFeld {
	/* margin: 1em 0 0 0;*/
	/* clear: both; */
}

.sucheFormLabel {
	/* text-align: right; */ 
	width: 16em; 
	float: left; 
	padding-right: 1em;
	margin: 1em 0 0 0;
	clear: both;
}

.sucheFormInput {
	margin: 1em 0 0 0;
}

/* Suchergebnisseite */

#content .suchErgebnis {
	margin-top: 1em;
	width: 100%;
}

#content .ergebnisListe {
	width: 99%;
}

#content .ergebnisListe th {
	text-align: left;
}

ul.ergebnisNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ergebnisNavigation li {
	float: left;
	padding: 0 0.5em;
}

ul.ergebnisNavigation li.backlink, ul.ergebnisNavigation li.frontlink {
	width: 3.5em;
}

ul.ergebnisNavigation li.backlink {
	padding-left: 0;
}

ul.ergebnisNavigation li.frontlink {
	padding-right: 0;
}

/* Detailsseite */
.sfLabel {
	float: left;
	width: 15em;
	padding: 0.7em 0 0.7em 0.5em;
}

.sfText {
	float: left;
	padding: 0.7em 0;
}

div.clearFloat {
	clear: both;
	overflow: hidden;
	display: block;
	visibility: hidden;
}