/* globalne */

* {margin:0;padding:0}
a {text-decoration:none;color:#000;font-weight:600;cursor:pointer}
a:hover {text-decoration:underline}
table {border-collapse:collapse}
ul {list-style:none}
input {font-family:tahoma;}
input:focus, h2:focus, h2:active  {outline:none}


/* 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}
.under {text-decoration:underline}
.hidden {visibility:hidden}
.visible {visibility:visible}


.clearfix2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix2 {
	display: inline-block;
}
 
html[xmlns] .clearfix2 {
	display: block;
}
 
* html .clearfix2 {
	height: 1%;
}
