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

/*
	(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: #615b41;
		text-decoration: underline;
	}
		a:hover {
			color: #d03000;
			text-decoration: underline;
		}

	a.leftmenulink {
		color: #cbc7b9;
		text-decoration: underline;
	}
		a.leftmenulink:hover {
			color: #d03000;
			text-decoration: underline;
		}

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

		a.printable_version:hover {
			color: #d03000;
			font-weight: normal;
			text-decoration: none;
			font: 10px tahoma;
		}
	
	a.page_counter {
		padding: 4px;
		margin: 0px 2px;
		border: 1px solid #615b41;
		background-color: #c6c2b0;
		color: #615b41;
		font: 11px verdana;
		text-decoration: none;
	}

		a.page_counter:hover {
			padding: 4px;
			margin: 0px 2px;
			border: 1px solid #9f987e;
			background-color: #dddbd0;
			font: 11px verdana;
			color: #9f987e;
			text-decoration: none;
		}

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

		a.footer:hover {
			color: #808080;
			text-decoration: underline;
		}
	
	a.path {
		color: #cbc7b9;
		text-decoration: none;
	}
		a.path:hover {
			color: #000000;
			text-decoration: none;
		}

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

