
/*---------------------------------------------------------------------------------------------------------------*/
/*Definitionen, die f�r das Baummen� spezifisch sind*/
/*
h1 {
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  font-weight: normal;
}
*/
#treecontainer {
  width: 175px;
  color: #ffffff;
  float: left;
}
#treecontainer2 {
  margin-left: 0px;
  padding: 8px;
  background: #cc0000 url(images/shadowside175px.png) repeat-y scroll left;
}
#tree-shadowbottom {
  background: transparent url(images/shadowbottom175px.png) no-repeat scroll left;
  height: 9px;
  position: relative;
  width: 175px;
}





DIV#treecontainer2  DIV A {color: #ffffff;}
DIV#treecontainer2 DIV A:link {text-decoration:none; }
DIV#treecontainer2 DIV A:visited {text-decoration:none; }
DIV#treecontainer2 DIV A:focus {text-decoration:underline; }
DIV#treecontainer2 DIV A:hover {text-decoration:underline; }
DIV#treecontainer2 DIV A:active {text-decoration:underline; }



/*---------------------------------------------------------------------------------------------------------------*/
/*LEVEL 0*/

.level0 {
  background-color: #ffffff;
  font-size: 11px;
  line-height: 2em;
  font-weight: bold;
  text-align: left;
  padding-left: 4px;
}

DIV#treecontainer2 DIV.level0 A {color: #cc0000;}


/*---------------------------------------------------------------------------------------------------------------*/
/*LEVEL 1*/
.level1-no {
  font-size: 13px;
  line-height: 1.5em;
  background: transparent url(images/tree-bullet.gif) no-repeat left 6px;
  padding-left: 11px;
  font-weight: normal;
  margin-bottom: 0.5em;
}

.level1-act {
  font-size: 13px;
  line-height: 1.5em;
  background: #cc6666 url(images/tree-bullet.gif) no-repeat left 6px;
  padding-left: 11px;
  font-weight: bold;
/*   margin-bottom: 0.5em; */
}

/*---------------------------------------------------------------------------------------------------------------*/
/*LEVEL 2*/
.level2-no {
  padding-top: 6px;
  padding-left: 22px;
  line-height: 1.3em;
  background: transparent url(images/tree-bullet.gif) no-repeat 11px 12px;
  font-weight: normal;
}

.level2-act {
  padding-top: 6px;
  padding-left: 22px;
  line-height: 1.3em;
  background: #cc6666 url(images/tree-bullet.gif) no-repeat 11px 12px;
  font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------------*/
/*LEVEL 3*/
.level3-no {
  padding-left: 2.4em;
  line-height: 1.3em;
  background-color: #cc6666;
  font-weight: normal;
}

.level3-act {
  padding-left: 2.4em;
  line-height: 1.3em;
  background-color: #cc6666;
  font-weight: bold;
}


