/* CSS Document */
body {
	font-family: "tahoma";
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:#9eb4d8;
  background-image: url("grafika/tlo_gora.jpg");
  background-repeat: repeat-x;  
}

#bazowy{
margin-top:10px;
margin-left:auto;
	margin-right:auto;
	background-color: white;
	width:800px;
	overflow:hidden;
  background-color:#9eb4d8}

#naglowek{height:180px;
	background-image:url("grafika/baner.jpg");
	width:800px;
	position:relative;
}
#dziel{
	width:800px;
  height:30px;
	position:relative;
	float:left;
	background-color:#9eb4d8;
	background-image:url("grafika/dziel.jpg");
}
#st_glowna{
	width:800px;
	position:relative;
	float:left;
	text-align:justify;
  text-decoration:none;
} 
#dziel2{
	width:800px;
  height:30px;
	position:relative;
	float:left;
	background-color:#9eb4d8;
}
#stopka{
  padding-left:6px;
  font-size:10pt;
	width:800px;
  height:50px;
	position:relative;
	float:left;
  background-image:url("grafika/stopka.jpg");
  text-align:left;
}
#zdjecie{
	width:290px;
  height:200px;
	position:relative;
	float:left;
  
}
table {
float:left; 
font-family:"tahoma";
font-size:12px;
}
#stgora{
	position:relative;
	float:left;
	height:20px;
  width:800px;
	background-image:url("grafika/stgora.jpg");
}
#stsrodek{
padding-left:20px;
  width:800px;
	position:relative;
	float:left;
	background-image:url("grafika/stsrodek.jpg");
}
#stdol{
  width:800px;
  height:20px;
	position:relative;
	float:left;
	background-image:url("grafika/stdol.jpg");
}
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li{
	width: 143px;
	padding-left: 0px;
  }

ul a:link, ul a:visited {
	display: block;
	width: 143px;
	text-decoration: none;
	padding: 10px 0px;
	font-weight: bold;
	color: #153465;
}

ul a:hover {
	background-color: #ffdc00;
	background-image: url("gr/menu1.gif");
	color: #0063ff;
}
h1{
font-size:30px;
}
h2{
font-size:20px;
}
hr{
color:black;
width:500px;
border-style:solid;
}
td{
background-repeat: repeat-x; 
background-color:#ffdc00;
}
td.srodkowy{
background-color:#ffffff;
}