@charset 'UTF-8';

/**
 * CitusCMS Open-Source Content-Management-System
 * Copyright (C) 2009-2019 Bastian Raschke, Thomas Seibold
 *
 *
 * @author Bastian Raschke <bastian.raschke@posteo.de>
 * @copyright 2009-2019, Bastian Raschke, Thomas Seibold
 * @license NOT PUBLIC
 * @link https://www.citus-cms.org
 * @package Template
 *
 */


body {

  background-color: #F7F7F7;
  font-size: 12px;

}

#line_01 {

  background-color: #464646;
  height: 20px;

}

#background {

  background-color: #F1F1F1;
  border-bottom: 1px solid #DDDDDD;
  height: 210px;
  position: absolute;
  width: 100%;
  z-index: 1;

}

#wrapper {

  background-color: #FFFFFF;
  border: 1px solid #CACACA;
  margin: 20px auto 50px auto;
  padding-top: 10px; /* oberer Innen-Abstand zum Inhalt */
  position: relative;
  z-index: 2;

}

#logo {

  padding-top: 10px;

}

#advertisement {

  margin-top: 10px;
  text-align: right;

}

#header {

  background-color: #F1F1F1;
  border: 1px solid #CACACA;
  color: #5F5F65;
  margin-top: 10px; /* oberer Außen-Abstand zum externen Inhalt */
  padding: 10px 0 10px 0; /* oberer und unterer Innen-Abstand zum Inhalt */

}

#easyslider {

  height: 260px;
  overflow: hidden; /* Fix: no script enabled */
  width: 940px;

}

#easyslider ul li img {

  height: 250px; /* Fix: Epiphany/Chrome - low height */

}

#left {

  margin-top: 20px; /* oberer Außen-Abstand, um Weißraum zu schaffen */
  margin-bottom: 20px; /* unterer Außen-Abstand, um Weißraum zu schaffen */

}

ul.fe_navigation {

  list-style: none;
  margin: 0;
  padding: 0;

}

ul.fe_navigation li {

  line-height: 22px;
  margin-left: 8px;

}

ul.fe_navigation li a {

  color: #0C3A76;
  text-decoration: none;

}

ul.fe_navigation li a.active {

  font-weight: bold;

}

ul.fe_navigation li a:hover {

  color: #D54E21;

}

#main {

  line-height: 20px;
  margin-top: 25px; /* oberer Außen-Abstand, um Weißraum zu schaffen */
  margin-bottom: 20px; /* unterer Außen-Abstand, um Weißraum zu schaffen */

}

#footer {

  line-height: 18px;
  padding: 10px 0 10px 0;
  text-align: right;

}

#line_02 {

  background-color: #464646;
  height: 10px;

}
