/**
 * webEdition CMS
 *
 * $Rev$
 * $Author$
 * $Date$
 *
 * This source is part of webEdition CMS. webEdition CMS is
 * free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * any later version.
 *
 * The GNU General Public License can be found at
 * https://www.gnu.org/licenses/gpl-3.0.html.
 * A copy is found in the textfile
 * webEdition/licenses/webEditionCMS/License.txt
 *
 * @license	https://www.gnu.org/licenses/gpl-3.0.html  GPL
 */
/* This is a global config file for all scss files*/
/*main editable elements tabs - files*/
/* Colors */
body.home {
  background-color: #F0EFF0;
}
body.home #tabelle {
  background-color: #d7dce0;
  height: 220px;
  left: 40px;
  margin-top: 3px;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 251px;
  box-shadow: none;
  z-index: 3;
}
body.home #tabelle table {
  width: 100%;
  border-spacing: 0;
}
body.home #tabelle td.titleline {
  background: #325e94;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  color: #ffffff;
  font-family: liberation_sansbold, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
body.home #tabelle i.alias {
  color: grey;
}
body.home #modimage {
  position: absolute;
  bottom: 1em;
  right: 1em;
  visibility: visible;
  z-index: 1;
}
