/*
*	Allgemeine Links
*/

	a:link {
		color: #59859F;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #59859F;
	}
	a:hover {
		text-decoration: none;
		color: #FF6600;
	}
	a:active {
		text-decoration: none;
		color: #FF6600;
	}

/*
*	Navigation Level 0 Links
*/

	a.nav0:link {
		color: #3e5550;
		text-decoration: none;
	}
	a.nav0:visited {
		text-decoration: none;
		color: #3e5550;
	}
	a.nav0:hover {
		text-decoration: none;
		color: #3e586d;
	}
	a.nav0:active {
		text-decoration: none;
		color: #3e586d;
	}
	
/*
*	Navigation Level 1 Links
*/

	a.nav1:link {
		color: #e7f2f2;
		text-decoration: none;
	}
	a.nav1:visited {
		text-decoration: none;
		color: #e7f2f2;
	}
	a.nav1:hover {
		text-decoration: none;
		color: #385555;
	}
	a.nav1:active {
		text-decoration: none;
		color: #385555;
	}
	
/*
*	Navigation Level 2 Links
*/

	a.nav2:link {
		color: #385555;
		text-decoration: none;
	}
	a.nav2:visited {
		text-decoration: none;
		color: #385555;
	}
	a.nav2:hover {
		text-decoration: none;
		color: #5080a1;
	}
	a.nav2:active {
		text-decoration: none;
		color: #5080a1;
	}
	
/*
*	Navigation Level 2 Links
*/

	a.dbg:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	a.dbg:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	a.dbg:hover {
		text-decoration: underline;
		color: #afe9e1;
	}
	a.dbg:active {
		text-decoration: underline;
		color: #afe9e1;
	}