/* globalne */

* {margin:0;padding:0}

a:link, a:visited {color:#000000; text-decoration:none; cursor:pointer !important;}
a:hover, a:active {text-decoration:underline;}
/* 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}
.zero {margin:0px; padding:0px;}
.clear { clear:both;}
.noborder {border:none !important;}
.clearfix2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix2 {
	display: block;
}
.vhidden {visibility:hidden;}
.textLeft {text-align:left !important;}
.textRight {text-align:right !important;}
.textCenter {text-align:center !important;}
.bold {font-weight:bold !important;}
.nobg {background:none !important;}
.green {color:#00e100 !important;}
.red {color:#e51818 !important;}
