/* andere css-dateien importieren */
@import "admin.css";

/* online-editor-data.htm */
fieldset { border:1px solid #ccc; margin-bottom:10px; padding-left:10px; background:#FAFAFA; }
input[type=text] { background:#fff; border:1px solid #aaa; }
input[type=text]:focus { background:#FFFDD9; border:1px solid #ccc; }
label { display:block; font-weight:bold; margin-bottom:2px; }
legend { border:1px solid #aaa; background:#eee; padding:2px; }

div.inputContainer { width:600px; }
div.input { margin:8px 0px; }

/* online-editor-popup-head.tpl */
#statusContainer {
  width:100%;
  height:80px;
  background-color:#E9ECEF;
  border-bottom:1px solid #000;
  position:fixed;
  top:0px;
  left:0px;
  z-index:2;
}
h2#onlineEditor { margin:4px 10px; padding:0; }
p#statusInformation { margin:4px 10px; padding:0; color:navy; font-size:11px; }
#actionButtons {
  width:100%;
  height:25px;
  line-height:25px;
  background:#C5D4E3;
  position:absolute;
  bottom:0px;
  left:0px;
  z-index:3;
  text-align:right;
}
#uploadButton { background:#fff; border:1px solid #638BB3; cursor:pointer; }
#reloadButton { background:#fff; border:1px solid #638BB3; cursor:pointer; }
#speichernButton { background:#fff; border:1px solid #638BB3; cursor:pointer; margin-right:4px; }

#contentContainer { margin:5px; margin-top:90px; padding:0; }

#allgemeinesControlP,
#allgemeinesControlM { cursor:pointer; }

#uploadOnlineEditorPopup {
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  z-index:2;
  width:600px;
  height:200px;
  margin-left:-300px;
  margin-top:-100px;
  background-color:#fff;
  visibility:visible;
  border:2px solid navy;
  padding:8px;
}