#leftContent
	{
	width:200px;
	position: absolute;
	left: 0px;
	top: 180px;
  border-top: 1px solid #CACACA;
  overflow:hidden;
	}

a.ebene1
	{
	width:100%;
  display: block;
	padding-left: 24px;
  text-decoration: none;
  line-height: 22px;
  border-bottom: 1px solid #CACACA;
	background-image: url(../img/pfeilrechts.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
	color: #2f2f2f;
	}

a.ebene1sel
	{
  width:100%;
  display: block;
	padding-left: 24px;
  text-decoration: none;
  font-weight:bold;
  line-height: 22px;
  border-bottom: 1px solid #CACACA;
	background-image: url(../img/pfeilrechts.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
  background-color: #ACC9EB;
	color: #2f2f2f;
	}

a.ebene1seldown
	{
  width:100%;
  display: block;
	padding-left: 24px;
  text-decoration: none;
  line-height: 22px;
  border-bottom: 1px solid #CACACA;
	background-image: url(../img/pfeildown.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
  background-color: #BAD0EA;
	color: #2f2f2f;
	}
    
a.ebene2
	{
  width:100%;
  display: block;
  padding-left: 48px;
  text-decoration:none;
  line-height: 22px;
  border-bottom: 1px solid #CACACA;
  background-image: url(../img/pfeilrechts.gif);
	background-position: 28px center;
	background-repeat: no-repeat;
  color: #2f2f2f;
  }

a.ebene2sel
	{
  width:100%;
  display: block;
  padding-left: 48px;
  text-decoration:none;
  font-weight:bold;
  line-height: 22px;
  border-bottom: 1px solid #CACACA;
  background-image: url(../img/pfeilrechts.gif);
	background-position: 28px center;
	background-repeat: no-repeat;
  background-color: #ACC9EB;
  color: #2f2f2f;
  }
    
a.ebene1:hover, a.ebene2:hover
	{
 	background-color: #d9e6f5;
  display: block;
  }