@charset "utf-8";
/* CSS Document */

html, body, div, form, fieldset, textarea, input, label, legend, hr, img, ul, ol, li, a, p, h1, h2, h3, h4, h5, h6, h7, h8, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline:0;
	text-align:left;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
table th, table td{
	padding:0;
}
* html {
	margin-left: 0;
}
/*clearfix - naprawia rozciaganie diva zawierajacego floaty*/
.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cf {display: inline-block;}
/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
a{
	text-decoration:none;
}