@charset "utf-8";

/* Links in der Haupt-Navigation */
a:link.mainNav_not_selected {
	color: #FFF;
	text-decoration: none;
}
a:visited.mainNav_not_selected {
	color: #FFF;
	text-decoration: none;
}
a:hover.mainNav_not_selected {
	color: #000;
	text-decoration: underline;
}
a:active.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;
}
a:hover.mainNav_selected {
	color: #1f3316;
	text-decoration: none;
}
a:active.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:hover.subNav_not_selected {
	color: #501821;
	text-decoration: underline;
}
a:active.subNav_not_selected {
	color: #501821;
	text-decoration: underline;
}

a:link.subNav_selected {
	color: #501821;
	text-decoration: none;
}
a:visited.subNav_selected {
	color: #501821;
	text-decoration: none;
}
a:hover.subNav_selected {
	color: #501821;
	text-decoration: none;
}
a:active.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;
}
#footer a:hover{
	color: #515153;
	text-decoration: underline;
}
#footer a:active{
	color: #515153;
	text-decoration: underline;
}



/* Links im Content-Bereich */
#content a:link{
	color: #54761f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #54761f;
	text-decoration: none;
}
#content a:visited{
	color: #3b5118;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54761f;
	text-decoration: none;
}
#content a:hover{
	color: #54761f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54761f;
	text-decoration: none;
}
#content a:active{
	color: #54761f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54761f;
	text-decoration: none;
}

#content a:link.picture,
#content a:visited.picture,
#content a:hover.picture,
#content a:active.picture{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

