/* css_links.css || (c) 2004-2008 davidhelbock.com */


a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}


/* Navigation */

a.a_nav:link, a.a_nav:visited, a.a_nav:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.a_nav:hover {
	color: #FF9933;
	text-decoration: none;
}


/* Spaltenlinks */

a.a_bar:link, a.a_bar:visited, a.a_bar:active {
	color: #000000;
	text-decoration: none;
}

a.a_bar:hover {
	color: #000033;
	text-decoration: underline;
}


/* Footer */

a.a_footer:link, a.a_footer:visited, a.a_footer:active {
	color: #CCCCCC;
	text-decoration: none;
}

a.a_footer:hover {
	color: #FF9933;
	text-decoration: none;
}
