@charset "utf-8";
/* CSS Document */
* {
	margin			:0px;
	border			:0px;
	padding			:0px;
}
	
.clear { clear:both;  }

/* kolory predefinjowane */
.green { color:#090; }
.red { color:#9d0000; }
.darkred { color:#CC0000; }
.white { color:#FFF; }
.gray { color:#999; }
.darkgray { color:#333; }
.black { color:#000; }
.orange { color:#df6627; }
.yelow { color:#fbcb05; }
.disabled { color:#CCC; }

/* korekta znaczników sup i sub */
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* korekta list */
ol, ul			{ display: block; unicode-bidi: embed }
li              { display: list-item }
ul, ol, dl		{ margin: 10px 0 }
ol, ul			{ margin-left: 30px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }

/* korekta akapitu */
p 				{ margin:0px; }
