@charset "utf-8";
/* CSS Document */


/* BEGIN EditnPlace css */

#savingDiv{
	font-size: medium;
	font-weight: bold;
}

.EIP_title:hover, .EIP_content:hover,
.EIP_textbox:hover, .EIP_mulittextbox:hover {
	background-color: #FFFFCC
}


.EIPSaveCancel input{
	
	padding:5px;
	font-weight:bold;
	background-color:#FFF;
	border:0px solid #333;
	width:100px;
	-moz-border-radius: 3px;
	
}
.EIPSaveCancel input:hover{
	
	background-color:#000;
	color:#FFF;

}

.EIPSaveCancel{
	padding: 10px;
	margin-top: -1px;
	z-index: 1000;
	background-color:#ff9c00;
	position:fixed;
	top:0px !important;
	width:100% !important;
	left: 0px  !important;
	text-align:center;
	/*position:absolute;
	padding-top:2px;
	padding-bottom:2px;
	z-index: 1000;*/
	/*
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	*/

	/*border-bottom: 1px solid white;*/
	color:#32231a;
	background-image:url(../images/edit-top-bar-bg.png);
	border: 0px;
}

.EIPSaveStatus{
	position:absolute;
	font-size: 14px;
	z-index: 1000;
}

.EIPnicPanelDiv{
	position: absolute;
	background-image: url(http://stoertebeker.xn--brlin-jua.de/wp-content/plugins/magic-fields/images/arrow.gif);
	width:154px;
	height:38px;
	z-index: 1000;
}

div.nicEdit-panel{
	background-color: white !important;
	width:140px  !important;
}

div.nicEdit-panelContain{
	background-color: white !important;
	border-bottom: 0px	!important;
	border-left: 0px	!important;
	border-right: 0px	!important;
	width: 92%	!important;
	margin-left: 2px	!important;
	margin-top: 1px	!important;
}

.nicEdit-selected{
	/*background-color: #FFFFCC  !important;*/
	/*border: thin inset   !important;*/
	padding: 10px;
}
.nicEdit-button {
	background-color: white !important;
	border: 0px !important;
}
/* END EditnPlace css */
