.inhaltsbereich a:link {
	text-decoration:	none;
	color:				rgb(180,30,30);
}

.inhaltsbereich a:visited {
	text-decoration:	none;
	color:				rgb(180,30,30);
}

.inhaltsbereich a:hover {
	text-decoration:	underline;
	color:				rgb(180,30,30);
}

body a:link:after, body a:visited:after {
      content:			"";
}

.inhaltsbereich a:link:after, .inhaltsbereich a:visited:after {
      content:			" <"attr(href)">";
      color:			rgb(180,30,30);
      font-style:		italic;
      size:				80%;

}

.navigationspfad a:link:after, .navigationspfad a:visited:after {
      content:			"";
}