#Navigation
{
  float: left;
  width: 160px;
  /*	background-color: red;	*/
  margin-right: 10px;
  /*	background-image: url(bottom_neu.gif);
  	background-position: bottom right;
  	background-repeat: no-repeat;	*/
  line-height: 1.4em;
  overflow: hidden;
  text-transform: lowercase;
}

#MainTitle
{
  /*	background-color: #82795e;	*/
  border: 1px solid #82795e;
  margin-bottom: 2px;
  padding: 3px;
  padding-left: 8px;
  font-size: 0.8em;
}

#MainTitle a
{
  color: black;
  text-transform: lowercase;
}

#NavigationTree
{
  padding: 10px;
  border: 1px solid #82795e;
  margin-bottom: 50px;
  /* 	border-bottom: 50px solid #e4e4e4;  */
  /* 	background-image: url(bottom_neu.gif);
  	background-position: bottom right;
  	background-repeat: no-repeat; 	*/
}

#NavigationTree a
{
  list-style: none;
  padding-left: 18px;
  background-image: url(li.gif);
  background-repeat: no-repeat;
  background-position: 0px;
}

#NavigationTree a.active,
#NavigationTree a.activenode
{
  color:#005683;
  background-image: url(hover.gif);

}

#SecNavigation
{
  background-color: #e4e4e4;
  padding: 10px;
  border: 1px solid #82795e;
}

#SecNavigation a
{
  list-style: none;
  padding-left: 18px;
  background-image: url(li_alt.gif);
  background-repeat: no-repeat;
  background-position: 0px;
}


#NavigationTree a:hover,
#SecNavigation a:hover
{
  list-style: none;
  padding-left: 18px;
  background-image: url(hover.gif);
  background-repeat: no-repeat;
  background-position: 0px;
}

#NavigationTree ul
{
  margin: 0px;
  padding: 0px;
  list-style:none;
}

#NavigationTree ul ul
{
  margin-left:20px;
}

#NavigationTree a,
#SecNavigation a
{
  color: #82795e;

  font-size: 0.8em;
  display: block;
}


#Content
{
  float: left;
  width: 495px;
  margin-right: 10px;
  background-color: #fff; 
  /* 	background-image: url(bottom.gif);
  	background-position: bottom right;
	background-repeat: no-repeat; 	*/
  font-size: 0.9em;
  line-height: 1.5em;
}


#Content a:hover
{
  /*color: #fff;**/
  /*background-color: #005683;*/
  text-decoration: underline;
} 

#Content object
{
  padding-left: 0px;
} 

#Content #ContentBody
{
  padding: 0px 10px 10px 10px;
}

#Content #Description
{
  background-color: #f3f3ec;
  padding: 10px;
  color: #82795e;
  border: 1px solid #82795e;
  margin: 10px;
}
