@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 * @appdef yaml
 */
 

@media all
{
  /*
   * @bugfix
   * @affected   IE 5.x/Win, IE6
   * @css-for    IE 5.x/Win, IE6 
   */
* html ul { position: relative }
* html ol { position: relative }
* html dl { position: relative }
* html .hasChildrenOpen { position: relative }
  
#DynamicArticlegroupTree {
   padding: 1em 1.5em;
   line-height: 20px;
   }

#DynamicArticlegroupTree LI {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
#DynamicArticlegroupTree LI {
   background: url(images/treeview/extm.gif)
               no-repeat
               0% 0%;
   }
#DynamicArticlegroupTree LI.last {
   background: url(images/treeview/exlm.gif)
               no-repeat
               0% 0%;
	text-align:left;
   }
#DynamicArticlegroupTree UL {
   padding: 0 0 0 20px;
   margin: 0 0 0 -24px !important;
   list-style-type: none;
   }
#DynamicArticlegroupTree UL {
   background: url(images/treeview/exim.gif)
               repeat-y
               0% 0%;
   }
#DynamicArticlegroupTree.last,
#DynamicArticlegroupTree UL.last {
   background-image: none;
   }
 
  #DynamicArticlegroupTree .link_Container {
  	padding-top:4px;
   background: url(images/treeview/exilongm.gif)
               no-repeat
               0 10px;	
  }
  
  #DynamicArticlegroupTree .noChildren .link_Container {
  	background-image:none;
  }


 #DynamicArticlegroupTree .symbol_Container,
 #DynamicArticlegroupTree .symbol_Container_Ajax {
 	width:10px;
	float:left;
	/* margin-bottom:0.15em;	
	margin-top:0.3em; */
	display:inline;
 }
#DynamicArticlegroupTree .symbol_Container_Ajax {
	width:11px;
	height:11px;
	cursor:default
}
#DynamicArticlegroupTree .symbol_Container_Ajax:hover {
	cursor:pointer;
	/*cursor:url(images/treeview/tree_wait.gif), auto;*/
}
#DynamicArticlegroupTree .hasChildrenOpen .symbol_Container_Ajax { 
	background-image:url(images/treeview/symbol_minus.gif);
    background-repeat:no-repeat;
}
#DynamicArticlegroupTree .hasChildren .symbol_Container_Ajax { 
	background-image:url(images/treeview/symbol_plus.gif);
    background-repeat:no-repeat;
}
 #DynamicArticlegroupTree li.hasChildrenOpen  div.link_Container {
	
 }

 #DynamicArticlegroupTree li.hasChildren  div.link_Container {
	background-image: none;
 }



 
 *+ html  #DynamicArticlegroupTree .symbol_Container {
 	margin-bottom:0.15em;	
	margin-top:0.3em;
 }
  * html  #DynamicArticlegroupTree .symbol_Container {
 	margin-bottom:0.15em;	
	margin-top:0.3em;
 }
 
  #DynamicArticlegroupTree .text_Container {
  	padding-left:20px;
  }
}

