body { background: #ddd; text-align: center; }
body, td, th, input, select, textarea { font: 12px Arial, Helvetica, sans-serif; color: #333; }
body, form, img, p, h1, h2, h3, hr.inv { margin: 0; padding: 0; border: 0; }
p { margin-bottom: 10px; }
hr.inv { clear: both; overflow: hidden; visibility: hidden; display: inline; height: 0; position: absolute; }

a { text-decoration: none; color: #0d448d; }
a:hover { color: #e67912; }

a.more { color: #e67912; }
a.more:hover { color: #0d448d; }

.dpr { float: right; }
.dlw { float: left; }
.clr { clear: both; overflow: hidden; }

.left { text-align: left; }
.right { text-align: right; }

.t9 { font-size: 9px; }
.t10 { font-size: 10px; }
.t11 { font-size: 11px; }
.t12 { font-size: 12px; }
.t13 { font-size: 13px; }
.t14 { font-size: 14px; }

.ni { color: #0d448d; }
.po { color: #e67912; }


/*
	NAGLOWKI
	************************/
h1, h2, h3 { margin-bottom: 10px; font-weight: normal; }
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; font-weight: bold; }


/*
	LISTY
	************************/
ul { list-style: square; }
ul ul { list-style: circle; }
ul ul ul { list-style: disc; }

ul.lista, ul.poziom { margin: 0; padding: 0; list-style: none; }
ul.lista li {  }
ul.poziom li { float: left; }


/*
	FORMULARZE
	************************/
.input, .select, .textarea { color: #333; background: #fff; border: 1px solid #aaa; }
.textarea { overflow: auto; }