body {
	background-color: white;
	font-family: 	  Arial, Helvetica, sans-serif;
	font-size:        12px;
	margin:           0px;
}

#kontener {
	width: 780px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/tlo.jpg);
    background-repeat:repeat-y;
}

#naglowek {
  background-color: white;
  margin:           0px;
  height:           168px;
}

#glowny {
  text-align:		justify;
  padding:          0px 15px 15px 15px;
  margin:           0px 30px 10px 10px;
  width: 470px;
  float:right;
}


#pasekboczny {
	padding:          0px 15px;
	margin:           10px 550px 10px 30px;
	width:            170px;
	text-align:       center;
	color: 		 	  #339504;
	line-height:	  120%;
}

#stopka {
	height:           63px;
	background-image: url(images/stopka.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:       center;
	clear:            both;
}
/*----------PASEK MENU----------*/

#pasekmenu {
	line-height:1;
	text-align:left;
	padding: 38px 0px 10px 10px;
}
#pasekmenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#pasekmenu li {
	display:inline;
	margin:0px;
	margin-left:15px;
	padding:0px;
}
#pasekmenu li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF00;
	text-decoration:none;
	border:none;
	font-weight:bold;
	font-size:11px;
}
#pasekmenu li a:hover {
	color:#006633;
}

/*----------KONIEC PASKA MENU----------*/
/*----------BOCZNY PANEL NAWIGACYJNY----------*/
#nav ul,#nav ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display:block;
	height:32px;
	width:164px;
	text-indent: -9999px;
	text-decoration:none;
	border:none;
}

#nav ul li.sg a {
	background-image:url(images/sg1.gif);
	background-repeat:no-repeat;
}

#nav ul li.sg a:hover {
	background-image:url(images/sg2.gif);
	background-repeat:no-repeat;
}

#nav ul li.dm a {
	background-image:url(images/dm1.gif);
	background-repeat:no-repeat;
}

#nav ul li.dm a:hover {
	background-image:url(images/dm2.gif);
	background-repeat:no-repeat;
}

#nav ul li.ni a {
	background-image:url(images/ni1.gif);
	background-repeat:no-repeat;
}

#nav ul li.ni a:hover {
	background-image:url(images/ni2.gif);
	background-repeat:no-repeat;
}

#nav ul li.oc a {
	background-image:url(images/oc1.gif);
	background-repeat:no-repeat;
}

#nav ul li.oc a:hover {
	background-image:url(images/oc2.gif);
	background-repeat:no-repeat;
}

#nav ul li.os a {
	background-image:url(images/os1.gif);
	background-repeat:no-repeat;
}

#nav ul li.os a:hover {
	background-image:url(images/os2.gif);
	background-repeat:no-repeat;
}

#nav ul li.kn a {
	background-image:url(images/kn1.gif);
	background-repeat:no-repeat;
}

#nav ul li.kn a:hover {
	background-image:url(images/kn2.gif);
	background-repeat:no-repeat;
}

#nav ul li.lk a {
	background-image:url(images/lk1.gif);
	background-repeat:no-repeat;
}

#nav ul li.lk a:hover {
	background-image:url(images/lk2.gif);
	background-repeat:no-repeat;
}
/*----------KONIEC - BOCZNY PANEL NAWIGACYJNY----------*/

h1 {
	font-size:		14px;
	font-weight:	bold;
	color:          #339504;
	text-align:		left;
}

h3 {
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #339504;
}

h4 {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

#glowny p, #glowny li, address {
	color: #666666;
	line-height: 18px;
}

li {
	list-style-image:	url(images/strzalka.jpg);
	padding-top:	5px;
	margin-left:	5px;
	text-align: left;
}

ul.pobieranie li{
	list-style-image: url(images/kartka.gif);
}

#autor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #31842F;
	padding:	10px;
}

#galeria {
	padding-top:	30px;
}
/*-----style odnosnikow-----*/
#galeria a, #galeria img {
	border: none;
	text-decoration:none;
}

#glowny table tr td a {
	border: none;
	text-decoration:none;
}

a:link {
	color:            #006633;
	text-decoration:  none;
	border-bottom:    thin dotted #006633;
}
a:visited {
	color:            #009933;
	text-decoration:  none;
	border-bottom:    thin dotted #009933;
}

a:hover {
	color:            #339504;
	text-decoration:  none;
	border-bottom:    thin dotted #006633;
}

.center {
	text-align:center;
}
/*-----style tabel-----*/
table {
	border:				1px dotted grey;
	border-collapse:	collapse;
	margin-left:auto;
	margin-right:auto;
}
td, th {
	border:				1px dotted grey;
	padding:			10px;
}

div#formularz table {
	border:				none;
}

div#formularz td, div#formularz th {
	border:				none;
	padding:			10px 5px 10px 0px;
}
form#f_kontakt th {
	font-weight:		normal;
	font-size:			11px;
}
