html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background-image: url(images/tlo.jpg);
	background-repeat: repeat-x;
	background-color: #BAD681;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: 1;
}
input {vertical-align: middle}
#wrapper {
	width: 820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	background: #FFE680;
	float: left;
	width: 820px;
	z-index: -5000;
}

#lewy-header {
	background-color: #CCCCCC;
	float: left;
	height: 300px;
	width: 276px;
}

#prawy-header {
	background-color: #F2F2F2;
	float: left;
	height: 300px;
	width: 544px;
	z-index: -5000;
}

hs.zIndexCounter {
	z-index: 5000;
}


/* Menu
----------------------------------------------------------------------------*/

#menu-css {
	float: left;
	width: 820px;
}

#menu{
	overflow: hidden;
	padding: 2px 15px;
	font: 13px Arial, Verdana, Tahoma;
	background-color: #147D45;
}

.przycisk:hover {
	background-color: #38267C;
}

.przycisk{
	margin-right: 15px;
}


ul#menu li{
  list-style-type: none;
  float: left;
}

ul#menu li a{
  display: block;
  padding: 8px;
  color: #fff;
  text-decoration: none;
}

ul#menu li li a{
  width: 160px;
  padding: 6px 12px;
}

ul#menu li li:hover{
	background: #147D45;
}

ul#menu li ul{
  overflow: hidden;
  display:none;
}

ul#menu li:hover ul{
	position: absolute;
	background: #137c46;
	padding:0;
	border:1px solid #999;
	display: block;
	width: 160px;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	float: left;
	width: 820px;
	background-color: #F2F2F2;
}

#text {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}


#tabela {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	margin-left: 100px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 50px;
}

#punktor {
	margin-left: 20px;
	margin-top: 20px;
}

.img1 {

	border: 1px solid #000000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.img2 {
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}


#a_moj {
	color: #404040;
	outline: none;
	text-decoration: none;
}
#a_moj:hover {
	text-decoration: underline;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	float: left;
	width: 820px;
	background-color: #BAD681;
	height: 50px;
	background-image: url(images/dol-tlo.jpg);
	background-repeat: no-repeat;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-top: 5px;
	margin-left: 10px;
}

