/* globalne */

* {margin:0;padding:0}
a {text-decoration:none;cursor:pointer}

/* przydatne klasy */

.debug {border:1px solid red}
.clearfix {overflow:hidden;clear:both}
.floatRight {float:right;display:block}
.floatLeft {float:left;display:block}
.absolute {position:absolute}
.none {display:none}
.strong {font-weight:600}


.clearfix2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix2 {
	display: block;
}
 
