  /* Formatierung des Baums */
  span.childs {
    cursor: pointer;
  }
  
  /* Klassen für das öffnen und schließen eines Knotens */
  li.treeMenu_opened ul {
	display: block;
	color: #006030;
  }
  li.treeMenu_closed ul {
	display: none;
	color: #006030;
  }
ul a:link {
	text-decoration: none;
	font-size: 16px;
	color: #006030;
}
ul a:visited {
	text-decoration: none;
	font-size: 16px;
	color:#006030;
}
ul a:hover {
	text-decoration: none;
	font-size: 16px;
	color: #C8302F;
}
ul a:active {
	text-decoration: none;
	font-size: 18px;
	color: #C8302F;
}
ul ul a:link {
	text-decoration: none;
	font-size: 14px;
	color: #006030;
}
ul ul a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #006030;
}
ul ul a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #C8302F;
}
ul ul a:active {
	text-decoration: none;
	font-size: 16px;
	color: #C8302F;
}
p a:link {
	text-decoration: none;
	font-size: 12px;
	color: #006030;
}
p a:visited {
	text-decoration: none;
	font-size: 12px;
	color:#006030;
}
p a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #C8302F;
}
p a:active {
	text-decoration: none;
	font-size: 12px;
	color: #C8302F;
}
hintergrund {
	background-color: #C5C3C4;
}
#navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006030;
	font-style: normal;
	text-transform: capitalize;
	display: inherit;
	list-style-type: none;
	height: 500px;
	font-weight: bold;
	position: absolute;
}

.schrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}
.uberschr {
	font-size: 14px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: auto;
	width: auto;
}
#navi ul   {
	font-size: 14px;
	color: #006030;
	text-decoration: none;
	list-style-type: none;
	margin-top: 10px;
}
a {
	color: #006030;
	text-decoration: none;
	height: 0.08em;
	width: 0.08em;
}
.text {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.ind {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
.hintergr {
	background-color: #C4C2C3;
}
.indi {
	text-decoration: none;
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006030;
}

h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
