/**[../../../system/kern/layout/stylesheets/essentials.css]**/
/** essentials.css - für Styles, die für die Funktionsweise bestimmter Module (etc.) notwendig sind.
 * WICHTIG!!: enthält kein bzw. nur rudimentäres Layout
 */

/* used in structure.validator.js for marking mandatory fields */
/* benötigt von structure.validator.js zu, markieren von Pflichtfeldern */
.inputerror {
	background-color: #f00 !important;
	-webkit-box-shadow: 0px -1px 5px 2px rgba(255,0,0,1);
	-moz-box-shadow: 0px -1px 5px 2px rgba(255,0,0,1);
	box-shadow: 0px -1px 5px 2px rgba(255,0,0,1);
}
/*Kontaktperson*/
.fielset_obj_kontaktperson_neu_kon_per_id {
	display: none;
}
/*Lightbox*/
.lightbox_close {
	background-image:  url('/system/kern/grafiken/schliessen.gif');
	width: 16px;
	height: 16px;
	top: 16px;
	right: 16px;
}
.lightbox_hidden {
	visibility:hidden;
}
.lightbox {
	cursor:pointer;
}
/*WebDAV*/
.webdav-file-not-changed .webdav-info-file-changed {
	display: none;
}
.webdav-file-changed .webdav-info-file-edit {
	display: none;
}