@charset "utf-8";

/* Links in der Haupt-Navigation */
a:link.mainNav_not_selected {
	color: #000;
	text-decoration: none;
}
a:visited.mainNav_not_selected {
	color: #000;
	text-decoration: none;
}

a:link.mainNav_selected {
	color: #1f3316;
	text-decoration: none;
}
a:visited.mainNav_selected {
	color: #1f3316;
	text-decoration: none;
}



/* Links in der Sub-Navigation */
a:link.subNav_not_selected {
	color: #000;
	text-decoration: none;
}
a:visited.subNav_not_selected {
	color: #000;
	text-decoration: none;
}

a:link.subNav_selected {
	color: #501821;
	text-decoration: none;
}
a:visited.subNav_selected {
	color: #501821;
	text-decoration: none;
}



/* Links im Footer */
#footer a:link{
	color: #515153;
	text-decoration: none;
}
#footer a:visited{
	color: #515153;
	text-decoration: none;
}



/* Links im Content-Bereich */
#content a:link{
	color: #54761f;
	text-decoration: none;
}
#content a:link:after{
	content: " " attr(name);
}
#content a:visited{
	color: #54761f;
	text-decoration: none;
}
#content a:visited:after{
	content: " " attr(name);
}

#content a:link.picture,
#content a:visited.picture{
	border: none;
	text-decoration: none;
}
