@charset "utf-8";

#menu {
	text-align: center;
	position: fixed;
	top: 8.95em;
	width: 140px;
	height: 1000px;
	min-height: 700px;
	top: 15em;
	margin: 0 auto;
	font-size: 110%;
	z-index: 8;
}

#menu a, button, button p {
	font-family: "Blackadder ITC";
	line-height: 2.0;
	margin: 0 auto;
	color: #225511;
	text-decoration: none;
	border: none;
	background: none;
}

#menu ul {
	margin-left: 20px;
}

#menu li {
	position: relative;
	margin-top: 0px;
	padding-bottom: 2px;
	list-style: none;
	border-top: solid;
	border-top-color: #CCDDBB;
	border-top-width: 1px;
	border-bottom: solid;
	border-bottom-color: #336600;
	border-bottom-width: 1px;
	/*border-right: solid;
	 border-right-width: 1px;
	 border-right-color: #668844;*/
	/*background-image:url(img/Teilerstrich.png);
	 background-size: contain;
	 background-repeat:no-repeat;
	 background-position:bottom;*/
}

#menu li.first {
	background-image: none;
	border-top: none;
}

#menu li.last {
	background-image: none;
	margin-bottom: 1em;
	border-bottom: none;
}

#menu li.active {
	border-bottom-width: 2px;
	border-top-width: 2px;
}
#menu a:hover, button:hover {
	opacity: 0.7;
	color: #336600;
	border-bottom-width: 3px;
}

#menu li a, button {
	font-size: 100%;
}

#menu ul ul {
	display: none;
	margin-left: 0.5em;
}

#menu ul ul a {
	color: #558833;
	opacity: 0.8;
	font-weight: normal;
	font-size: 90%;
}

#menu ul ul li.active a {
	color: #336600;
	opacity: 1;
}

#menu ul ul li:hover a, button {
	color: #336600;
	opacity: 1;
}