/*	=CSS reseting (c) Codivate
---------------------------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form,
fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub,
dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre {
	margin: 0;
	padding: 0;
	border: 0;
}

input, textarea, select, option, optgroup, button, td, th {
	font-size: 1em;
}

b, strong {
	font-weight: bold;
}

i, cite, em, var, dfn, blockquote {
	font-style: italic;
}

address {
	font-style: normal;
}

caption, th { 
	text-align: left;
	font-weight: bold;
}

p, ul, ol, blockquote, address, form, table, pre, dl, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
}

ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 17px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 11px;
}

h6 {
  font-size: 10px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
	margin-left: 40px;
}

ul ul, ol ul {
	list-style-type: circle;
}

ul ul ul, ol ul ul, ul ol ul, ol ol ul {
	list-style-type: square;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*	=popularne klasy
---------------------------------------------------------------------------- */

.clear {
	clear: both;
}

/*	=
---------------------------------------------------------------------------- */

body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form,
fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub,
dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre {
	line-height: 1.5em;
}

#container {
	width: 780px;
	margin: 20px auto 0;
}

th,
td {
	padding: 5px 10px;
	vertical-align: top;
}

#header {
	height: 115px;
	background: transparent url(../gfx/top.jpg) no-repeat;
}

#sidebarL,
#sidebarR {
	width: 200px;
	padding-top: 15px;
}

#sidebarR {
	text-align: right;
}

div#sidebarL {
	float: left;
	padding: 15px;
}

div#sidebarR {
	float: right;
	padding: 15px;
}

#mainL,
#mainR,
#mainC {
	padding-top: 15px;
}

#mainC {
	padding-left: 40px;
	padding-right: 40px;
}

div#mainL {
	margin-right: 230px;
	padding-left: 10px;
}

div#mainR {
	margin-left: 230px;
	padding-right: 10px;
}

td.hMenu {
	padding: 0;
}

td.hMenu table.menu {
	margin: 0;
}

td.hMenu table.menu td {
	text-align: center;
}

.sideMenu li {
	list-style: none;
	margin: 5px 5px 10px;
}

.sideMenu li a {
	
}

#subHeader .topMenu {
	margin: 0;
	padding: 5px 35px 5px;
}

#subHeader .topMenu li {
	list-style: none;
	margin: 0 10px;
	display: inline;
}