/* 
 * k.slowik@empathy.pl
 * Redukuje różnice między przeglądarkami
 *
 */

body, div, blockquote, p, a, td, tr, ul, li, img, h1, h2, h3, h4, pre, noscript, fieldset,form, dl,dt,dd {
	margin: 0;
	padding: 0;
	border: none;
	text-indent: 0;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
input {
	vertical-align: middle;
}
table {
	border: none;
	border-collapse: collapse;
}
.cb {
	clear: both;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
/* funkcjonalnosci 
	ul.menuf: zamienia w menu

*/
.menuf {
	list-style-type: none;
	float: left;
	_height: 1%;
}
.menuf li {
	float: left;
}
* html li {
	_behavior: expression(
		this.parsed ? 0 : (
			(!(/first-child/i).test(this.className) && (this === this.parentNode.firstChild)) ? (this.className += ' first-child') : 0,
			this.parsed = 1
		)
	);
}
.menuf a {
	float: left;
}
.menuf a:hover {
	text-decoration: none;
}
.menuf:after,
.after:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}