.Link
{
	color: #000000;
	text-decoration: none;
}
.Link:hover
{
	color: #ffffff;
	text-decoration: none;
}
.Link_Orange
{
	color: #FF6600;
	text-decoration: underline;
}
.Link_Orange:hover
{
	color: #FF6600;
	text-decoration: underline;
}

.Link_nicht_unterstrichen
{
	text-decoration: none;
}

