body
{
	margin: 0;
	padding: 0;
	font: 12px Helvetica;
	color: #000;
	background-color: White;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .2em 1em .2em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.center
{
	width: 95%;
	margin: 0px auto 0px auto;
	border: 3px solid: #0002FF;
	padding: 5px;
	background: #fff;
}

.menu
{
	margin-bottom: 18px;
	background-color: Black;
	color: White;
	text-align: left;
	margin-right: 1px;
	border-bottom: 1px dotted #aaa;
}

.menu a
{
	color: #E6E68F;
}

.menu h3
{
	background: url(img/menu.gif) repeat-y;
	margin: 0;
	padding: 2px 2px 2px 18px;
	color: White;
	font-size: 12px;
}

.menu h4
{
	background: url(img/h4back.gif) repeat-y;
	color: #95F08C;
}

.menu h3 a
{
	font-size: larger;
	color: #FEFF4F;
}
}
	
.menu form
{
   margin: 3px;
   padding: 0;
}

.ul1
{
   list-style-type: none;
   margin: 0;
   padding-left: 5px;
}

.ul1 li
{
   margin-top: 1px;
}

.ul1 li a
{
   text-decoration: none;
   padding-left: 15px;
   color: #666;
   background: url(img/1.gif) left center no-repeat;
   font-weight: bold;
}

.ul1 li a:hover
{
 color: #B0E0E6;
	background-color: Maroon;
}

.ul2
{
   margin: 0;
   padding-left: 16px;
   list-style-type: square;
}

.ul2 li
{
   margin-top: 2px;
}

input.text
{
   width: 100px;
}

input.submit
{
   width: 30px;
}

#l
{
   width: 18%;
   float: left;
}
#r
{
	width: 750px;
   float: right;
}

#c
{

	float: left;
	width:80%;
 
}

#nota
{
   padding: 5px 160px 0 160px;
   text-align: center;
   clear: both;
   font-size: 10px;
}

#h
{
	height: 110px;
	background: url(img/newbanner.jpg) no-repeat;
	position: relative;
}

#h ul
{
   position: absolute;

   bottom: 7px;
   left: 20px;
   margin: 0;
   padding: 0;
}

#h li
{

   display: inline;
   margin-left: 5px;
}

#h li a
{
	color: Yellow;
	text-transform: uppercase;
	background-color: #191970;
	font-weight: bold;
}

#h li a:hover
{
   text-decoration: underline;
	color: #FAEBD7;
	background-color: #51003B;
}

#f
{
   text-align: center;
   font-size: 10px;
}

#content
{
   margin: 0 10px 0 10px;
   padding: 5px;
   border-bottom: 1px dotted #aaa;
   text-align: justify;
}


.tytul a, #content li a
{
	text-decoration: underline;
	color: Blue;
	font-weight: bold;
}

a
{
	text-decoration: underline;
	color: Blue;
	font-weight: bold;
}

a:hover, #content li a:hover
{
	color: White;
	background: Maroon;
}

.rek1
{
   text-align: center;
}


.tytul
{
  margin-bottom: 2px;
}

.wiecej
{
   text-align: right;
}

h1
{
	font-size: 18px;
	color: #000040;
	margin: 0;
	padding: 0;
}

img
{
   border: 0;
}
h2
{
	color: #CE1000;
	font-size: 16px;
}
h3
{
	color: #005ACE;
	font-size: 14px;
}
h4
{
	color: #00CE74;
}
