
div#fadelayer{position:fixed; /*top:-20px;*/
 left:0px;top:0; zoom:1;z-index:1;width:100%;height:100%;background-color:#fff;visibility:hidden;display:table-cell;vertical-align:middle;}

.vcmdaoverlay {
	z-index: 10000;
	filter: alpha(opacity=50);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.5;
	background-color:#000000;
	position:fixed; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	text-align:center; 
	vertical-align:middle;
	display:none;
}
.vcmdacenter {
	z-index: 10001;
	position:fixed; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	text-align:center; 
	vertical-align:middle;
}

.cropper {
	width:100%;
	max-width:700px;
	height:100%;
	max-height:440px;background:#FFF;position:relative;top:50%;margin:auto;margin-top:-220px;
	-moz-box-shadow:0px 0px 3px #333333;-webkit-box-shadow:0px 0px 3px #333333;box-shadow:0px 0px 3px #333333;
	/*margin-left : -9999px;*/
}

.editorOverlay {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: #777777;
	opacity: 0.75;
	z-index: 10001;
}
.editorWrapper {
	display: none;
	position: fixed;
	top: 10%; left: 2%; right: 2%; bottom: 10%;
	z-index: 10002;
}
#editor {
	width: 100%;
	height: 100%;
}


.button_container2 {
	float:left;
}/* ============================================================
 * Drag&Drop Panel für Variablen
 * ============================================================ */
 
.varwnd_wrapper {
	top: 100px;
	left: 100px;
	width: 250px;
	padding: 10px;
	position: fixed;
	-moz-box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
	box-shadow: 0 0 8px #ccc;
	z-index: 8000;
	border: 1px solid #CCCCCC;
}

.varwnd_titlebar {
	color:#666;
	padding: 7px;
	margin: 0 0 10px;
	cursor: move;
	-moz-user-select: none;
	-webkit-user-select: none;
	border: 1px solid #CCCCCC;
	font-size: 16px;
}

.varwnd_button_close {
	float: right;
	cursor: pointer;
}

.varwnd_infotext {
	background-color: #FFFFCC;
	color: #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	margin: 10px 0;
	padding: 10px;
}

.varwnd_var_container {
	clear: both;
	overflow: auto;
	height: 300px;
	background-color: white;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.varwnd_var_item a {
	background: none repeat scroll 0 0 #E0FFBB;
	border: 1px dashed #679653;
	color: #679653;
	display: block;
	font-size: 14px;
	margin: 0 0 7px;
	padding: 7px;

}

.varwnd_var_item a:hover {
	background-color: #fff;
}

.varwnd_var_item a:active {
	background: none repeat scroll 0 0 #B6E8FC;
	border: 1px dashed #0B8FD1;
	color: #0B8FD1;
}

/* ============================================================
 * Preview Tabs
 * ============================================================ */

.preview_tabs .tabs {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
  text-align: right;
}
.preview_tabs .tabs li {
	display: inline-block;
	padding: 5px;
	background-color: #EAEAEA;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
	cursor: pointer;
}
/* ============================================================

 * Easymodus
 * ============================================================ */
li.bildfeld_auswahl {
	clear:left;	
}


/* ============================================================

 * Vorlage laden - Fenster
 * ============================================================ */

.vorlage_laden {
	margin: 0;
	padding: 10px;
}
.vorlage_laden .vorlagen_eintrag {
	cursor: pointer;
	border-bottom: 1px dashed silver;
}

.vorlage_laden .vorlagen_eintrag td {
	vertical-align: top;
}

.vorlage_laden .vorlagen_eintrag:hover {
	background-color: #E8E8E8;
}

.vorlage_laden .delete_row {
	color: red;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	border: 1px solid transparent;

}
.vorlage_laden .delete_row:hover {
	border: 1px solid red;
}




#designerContainer {
	/* z-index:99999 !important;	*/
	z-index:102 !important;	
}

/* body#htmleditor .fancybox-opened {
	z-index:100000;
} */