.Texte {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.Kommentare {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}

.ueberschrift {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#22982A;
	
}
/* allgemeine links im text */

a:link{color: #000000;text-decoration: none;}
a:visited{color:#000000;text-decoration: none;}
a:active{color:#000000;text-decoration: none;}
a:hover{color: #22982A;text-decoration: none;}


.menueelement{
	color:#000000;
	cursor:default;
	}

.menueelementover{
	color: #22982A;
	cursor:pointer;
	 }

ul li {
	position: relative;
	visibility: visible;

}

li ul {
	position: static;
	margin-left:0px;
	text-indent:15px;

		
	}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 145px;
	border-bottom: 0px solid #ccc;
	
	}
li:hover ul { display: block; }
li:hover ul, li.over ul {display: block; }
