A:link {text-decoration: none; color: black}
A:visited {text-decoration: none; color: black}
A:active {text-decoration: none; color: black}
A:hover {text-decoration: underline; color: #FF6600}

* { 
  margin: 0; 
  padding: 0; 
  border: 0; 
} 


html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
  font-family: tahoma;
}

div {

 margin: 0 auto 0 auto; /* można zapisać krócej: margin: 0 auto; */
}


table{

border-collapse: collapse;
padding: 0;
border-spacing: 0;
border-style: none;
}

#top {
	width: 1000px;
	background: url(img/tlo.gif) repeat-y 50% 0;
}

#NAGLOWEK {
  width: 1000px;
  height: 160px; 
  float: left;
  position: relative;
  display:inline;
  background: url(img/baner.jpg) no-repeat;
}

#NAGLOWEK1 {
  width: 270px;
  float: left;  
  padding-top: 21px;
  position: relative;  
  display:inline;
}

#NAGLOWEK2 {
  width: 700px;
  height: 160px;
  float: right;
  z-index: 1;
  position: relative; 
  display:inline;
}

#MENU {
	width: 270px;
	float: left;
	position: relative; 
}

#INFORMACJE {
	width: 160px;
	float: right;
	overflow: hidden;
}

#TRESC {
	width: 570px;
	float: left;
	overflow: hidden;
	background: white;
}

#STOPKA {
	clear: both;
	width: 100%;
	background: rgb(0,34,57);
	color: white; 
  padding: 2px; 
  font-size: 80%;
}

.menu_main_on {
text-align: center;
font-family: Tahoma, Arial, Verdana;
color: white; 
font-size : 12px;
font-weight: bold;
text-decoration : none;

}

.menu_main_over {
text-align: center;
font-family: Tahoma, Arial, Verdana;
color: #FF6600;
font-size : 12px;
font-weight: bold;
text-decoration : none;

}

.menu_under_on {
text-align: left;
padding-left: 5px;
font-family: Tahoma, Arial, Verdana;
color: white; 
font-size : 12px;
font-weight: bold;
text-decoration : none;}

.menu_under_over {
text-align: left;
padding-left: 5px;
font-family: Tahoma, Arial, Verdana;
color: #FF6600;
font-size : 12px;
font-weight: bold;
text-decoration : none;
}

.header1
{
font-weight: bold;
color: rgb(0,34,57);
border-width: thin; border-bottom-style: solid; border-color: rgb(0,34,57);
margin-top: 15px;
margin-bottom: 25px;
}

.header2
{
padding: 0px; 
margin-top: 15px;
margin-bottom: 10px; 
line-height: 1em; 
font-weight: bold;
}

.listing1{
line-height: 16px; 
text-align: justify;
}

.body1{
line-height: 16px; 
text-align: justify;
}

.point1{
padding-top: 4px;
}

.menu_right{
width: 100%; 
background: rgb(0,34,57); 
color: white; 
margin-top: 1px; 
padding-top: 5px; 
padding-bottom: 5px;
padding-left: 15px;
text-align: left;
}

.menu_right a:link{
color: white;
text-decoration: none;
}

.menu_right a:active{
color: #FF6600;
text-decoration: none;
}

.menu_right a:visited{
color: white;
text-decoration: none;
}

.menu_right a:hover{
color: #FF6600;
text-decoration: none;
}

.button1
{ 
font-weight: bold;
color: white;
margin: 0; 
padding: 0; 
border: 0; 
background: none; 
cursor: pointer; 
}

.button2
{ 
font-weight: bold;
color: rgb(2,36,61);
margin: 0; 
padding: 0; 
border-style: solid;
border-width: 1px;
border-color: rgb(2,36,61);
background: none; 
cursor: pointer; 
width: 156px;
}  
