
a:link	{ 
	text-decoration: none;
}

a:link	{ 
	color: #507d56;
	text-decoration: none;
}

a:visited	{ 
	color: black;
	text-decoration: none;
}

a:focus, a:hover, a:active	{ 
	color: black;
	text-decoration: underline;
}

/* *********************************************** */
/* menue */

#menue ul li.classic ul {
	width: 100%;
	color: #507d56;
	list-style-image: none;
	padding: 0;
	margin: 0 0 10px 0;
	clear: both;
}

#menue ul li.classic ul li a {
	color: #59865f;/*507d56*/ 
	list-style: none;
	background: none;
}

#menue ul li.classic ul li a:hover {
	color: #6aa672;
	list-style: none;
}


/* *********************************************** */
/* ueberschriften */

#content h1	{
	font: bold 100%/100% arial, sans-serif; 
	margin: 0 0 10px 0;
	color: #507d56;
}

#content h2	{
	font: bold 80%/100% arial, sans-serif; 
	margin: 0 0 10px 0;
	color: #507d56;
}

#content h3	{
	font: bold 80%/100% arial, sans-serif; 
	margin: 0 0 10px 0;
	color: #58585A;
}

#content h4 {
	font: bold 80%/100% arial, sans-serif; 
	margin: 0 0 10px 0;
	color: #004F92;
}

