/**
 * content.content.composition.css - insert headline here
 *
 * COPYRIGHT: All  title   and  proprietary  rights,  including  trade
 * secrets,   in   the   Software   and   any   copies thereof and the
 * accompanying  written   materials,   are  owned  by   schukai  GmbH
 * and  are  protected  by  German  copyright  laws,  other applicable
 * copyright   laws  and  international  treaty  provisions.
 *
 * @package    alvine
 * @author     schukai GmbH <info@schukai.de>
 * @copyright  Copyright (C) 2002, 2003, 2004, 2005, 2006 schukai GmbH
 * @license    http://www.alvine.de/license/
 * @version    20061114
 * @link       http://www.alvine.de/
 */
 
 
div.content_content_composition_panel{
margin:0px;
padding:0px;
}

div.content_content_composition_panel .content_panel{
margin:0px;
padding:0px;
}

div.content_content_composition_panel ul.ebene1 {
  margin:10px 0px 10px 0px;
  padding:0px 0px 0px 0px
}
div.content_content_composition_panel ul.ebene2 {
  margin:6px 0px 6px 0px;
  padding:0px 0px 0px 0px
}

div.content_content_composition_panel ul.ebene1 li {
  /*border-bottom:1px solid #D7E6F1;*/
  background-image: url(/alvine/frontend/template/roeder-dental.de/assets/rodot.gif);
  background-repeat: no-repeat;
  background-position: -5px 0px;
  padding-left:10px;
}



div.content_content_composition_panel ul.ebene2 li{
  background-image: url(/alvine/frontend/template/roeder-dental.de/assets/li_ebene2.gif);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  padding-left:8px;
}

div.content_content_composition_panel ul ul li {
  border-bottom:0px solid red;
}

div.content_content_composition_panel ul li ul li {
  border-bottom:0px solid red;
}
  
