/* ----------------------------------------------------------------------------*/

/*
	(c) 2005-2007 Grafikstudio
	Wszystkie prawa zastrzeżone

	UWAGA!
	Dokonanie *jakichkolwiek* zmian w obrębie kodu źródłowego strony
	doprowadzi do utraty gwarancji na poprawne działanie kodu i
	uniemożliwi nieodpłatne naprawy usterek przez wykonawcę, jeżeli
	takowe wystąpią.

*/

/* ----------------------------------------------------------------------------*/
/*   klasy odnośnioków                                                         */
/* ----------------------------------------------------------------------------*/

	a {
		color: #4476a4;
		text-decoration: none;
	}
		a:hover {
			color: #84afd4;
			text-decoration: underline;
		}

	a.upmenu {
		color: #244a79;
		text-decoration: none;
	}
		a.upmenu:hover {
			color: #ffffff;
			text-decoration: none;
		}

	a.printable_version {
		color: #8b8b8b;
		font-weight: normal;
		text-decoration: none;
		font: 10px tahoma;
	}

		a.printable_version:hover {
			color: #64A5D2;
			font-weight: normal;
			text-decoration: none;
			font: 10px tahoma;
		}
	
	a.page_counter {
		padding: 4px;
		margin: 0px 2px;
		border: 1px solid #8b8b8b;
		background-color: #e7e7e7;
		color: #8b8b8b;
		font: 10px verdana;
	}

		a.page_counter:hover {
			padding: 4px;
			margin: 0px 2px;
			border: 1px solid #64A5D2;
			background-color: #E1EEF7;
			font: 10px verdana;
			color: #244a79;
			text-decoration: none;
		}

	a.footer {
		color: #808080;
		text-decoration: none;
	}

		a.footer:hover {
			color: #808080;
			text-decoration: underline;
		}
	
	a.path {
		color: #4476a4;
		text-decoration: none;
	}
		a.path:hover {
			color: #8b8b8b;
			text-decoration: none;
		}

	a.null {
		text-decoration: none;
	}
		a.null:hover {
			text-decoration: none;
		}

	a.upper_menu_main {
		color: white;
		text-decoration: none;
	}
		a.upper_menu_main:hover {
			color: #84afd4;
			text-decoration: none;
		}
