
  /*
  **  stylesheet definitions for ###DOMAIN###
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) Profi IT
  **  @author     ###AUTHOR###
  **  @since      ###DATE###
  */
  
  @import url('../../style-main.css');

  body {
    background-color: #f2f5c9;
  }
  #logo {
    background: transparent url('../img/logo.jpg') left top no-repeat;
  }
  p.bodytext {
    color: #003663;
    line-height: 1.25em;
    margin: 0 0 1em 0;
  }
  .news-single-item ul {
    color: #003663;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #7e9572;
  }
  #sidebar-right .box h3 {
    color: #ffffff;
    background: transparent url('../img/bg-sidebar-right-box.png') left top no-repeat;
  }
  #content-container {
    background: transparent url('../img/bg-content.png') 181px top no-repeat;
    /*padding-top: 0px;*/
  }
    #sidebar-left {
      background: #dfbc30 url('../img/bg-sidebar-left-top.png') left top no-repeat;
      /*border-top: 25px solid #ffffff;*/
    }
      #sidebar-left ul#menu-main {
        background: transparent url('../img/bg-sidebar-left-bottom.png') left bottom no-repeat;
      }
        #sidebar-left ul#menu-main li {
          border-bottom: 1px solid #7e9572;
          line-height: 1.25em;
          padding: 5px 5px 5px 12px;
        }
          #sidebar-left ul#menu-main li a {
            color: #ffffff;
          }
          #sidebar-left ul#menu-main li a:hover {
            color: #7e9572;
          }
          #sidebar-left ul#menu-main li.active a {
            font-size: 1em;
            font-weight: bold;
          }
  #content {
    /*padding-top: 29px;*/
  }
    #content a {
      color: #003663;
    }
  #sidebar-right {
    /*border-top: 25px solid #ffffff;*/
  }
      #sidebar-right .box {
        background-color: #dfbc30;
        color: #ffffff;
      }
      #sidebar-right .box .bodytext,
      #sidebar-right .box a {
        color: #ffffff;
      }
  #footer {
    /*background-color: #f6e890;*/
    color: #668f83;
    font-size: 0.7em;
  }
    #footer .footer-left,
    #footer .footer-right {
      border-top: 1px solid #dfaf30;
    }
    #footer .footer-left {
      padding: 10px 0 0 10px;
      text-align: left;
    }
    #footer .footer-right {
      width: 555px;
    }
    #footer a {
      color: #668f83;
    }
    .news-list-item h3 {
      border-bottom: 1px solid #dfaf30;
    }
    #content .news-list-item h3 a {
      color: #7e9572;
    }
    #content .news-list-morelink a {
      color: #7e9572;
    }
    .tx-ttnews-browsebox table a {
      color: #000000;
    }
  #content-container.no-bgimage .news-list-container {
    /*background-color: #fffdef;*/
  }

  #content-container.no-bgimage .news-content {
    padding: 0 0 20px 0 !important;
  }

  #content-container .news-single-item .clearer {
    background: #f2f5c9;
    color: #f2f5c9;
    border: 1px solid #f2f5c9;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
  }

  .news-list-item .bodytext {
    margin: 0;
  }