/* CSS Document */
body {
	font-family: "tahoma";
	text-align: center;
	margin: 0;
	padding: 0;
  background-color: black;
  color: white;
}

a{
color: white;
font-weight:bold;
}

a:hover{
color: #b06901;
font-weight:bold;
}

td.jasny{
text-align: left;
background-color: #4f4a45;

}
p{
text-align: justify;
font-family: "tahoma";
	font-size: 12px;
}
#bazowy{
margin-top:10px;
margin-left:auto;
	margin-right:auto;
	background-color: white;
	width:880px;
	overflow:hidden;}
#naglowek{height:210px;
	background-image:url("gr/baner.jpg");
	width:880px;
	position:relative;
}
#menu{
	width:880px;
  height:50px;
	position:relative;
	float:left;
	background-image: url("gr/bgm.gif");
  background-color: rgb(215,232,253);}
#menu2{
	position:relative;
	float:left;
	width:200;
}
#srodek{
	width:480px;
	position:relative;
	float:left;
	}
 #st_glowna{
 background-color: #332e28;
	width:880px;
	margin-bottom:-4000px;
	padding-bottom:4000px;
	position:relative;
	float:left;
	text-align:justify;
  } 
#stopka{

	width:880px;
  height:50px;
	position:relative;
	float:left;
	background-image: url("gr/bgs.gif");
  background-color: #332e28;}
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
  font-size: 12px;
  
}

ul {
	float: left;
}

ul li {
	float: left;
}

ul a:link, ul a:visited {
  font-weight: bold;
	text-decoration: none;
	display: block;
	background: url("gr/menu1.gif") repeat-x center;
	color: white;
	padding: 15px 10px;
}

ul a:hover {
font-weight: bold;
	background-color: #332e28;
	background-image: url("gr/menu2.gif");
  color: white;
}

/**/
ul.pion, ul.pion li.pion {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pion li.pion {
	width: 190px;
	padding-left: 0px;

	
	
	
}

ul.pion a:link.pion, ul.pion a:visited.pion {
	display: block;
	width: 169px;
	text-decoration: none;
	padding: 10px 5px;
	font-weight: bold;
	
	color: white;
}

ul.pion a:hover.pion {
	background-color: #332e28;;
	background-image: url("gr/menu1.gif");
	color: #b06901;
}