    /* ========================================================================
      accordion.css for the CP Register (Tabs)
      21.04.08 KH (flip-flop) - http://planmatrix.de Knut Heermann
               MS (markus_s)  - DVA-Datenverarbeitung Markus Schartner
      Corresponding with the file /template/inc_cntpart/tabs/moo_tabs.tmpl
      - Put this css file (accordion_tabs.css) into the folder /template/inc_css/specific/....
    =========================================================================== */

    #accordion {
      width: 95%;
      background: #ffffff;
      padding: 0px;
      margin: 0px;
    }
    .accordion_content {
      background-color: #FFFFEF;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #c6c6c6;
      border-left: 1px solid #ccc;
      padding: 0px 10px 10px 10px;
    }
    .element p {
      margin: 0;
      padding: 5px;
    }

    /* accordion togglers */
    .toggler {
      font-family: verdana, arial, helvetica, sans-serif;
      font-weight: bold;
      font-size: 12px;
      display:block;
      width:100%;
      cursor:pointer;
      height: 20px;
      background: #f0f0f0 url(../../../img/symbols/klapp_zu.gif) 5px 6px no-repeat;
      vertical-align: middle;
      margin-bottom: 1px;
      border-bottom: 1px solid #cccccc;
      border-right: 1px solid #cccccc;
    }
    .toggler div {
      margin-left: 15px;
      position: relative;
    }
    .toggler div span {
      margin-left: 5px;
      line-height: 25px !important;
      line-height: 20px ;
    }

    /* toggler hover */

    .togglerHover {
      display:block;
      width:100%;
      font-weight: bold;
      cursor:pointer;
      height:20px;
      background: #d9d9d9 url(../../../img/symbols/klapp_auf.gif) 5px 6px no-repeat;
      vertical-align: middle;
      margin-bottom: 1px;
      border-bottom: 1px solid #cccccc;
      border-right: 1px solid #cccccc;
    }
    .togglerHover div {
      margin-left: 15px;
      position: relative;
    }
    .togglerHover div span {
      margin-left: 5px;
      line-height: 25px !important;
      line-height: 20px ;
    }