html,body {
background: url('obrazki/bg.jpg');
background-repeat: repeat-x;
background-color: #6E7C03;
margin:0px;
padding:0px;
height:100%;
width:100%;
}

div {
padding:0px;
margin:0px;
font-size:0px;
line-height:0px;
}


.tytul {
font-size: 18px;
font-family: Tahoma;
font-weight:bold;
color:#000000;
line-height:18px;
}

.tekst {
font-size: 13px;
font-family: Tahoma;
font-weight:normal;
color:#ffffff;
font-style: regular;
line-height:16px;
}

a, a:visited, a:active{
	text-align: left;
        font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}

a:hover{
	text-decoration: none;
	color: #004;
}




div#menu {
  float: left;
  width: 642px;
  height: 37px;
  background: url(obrazki/menu.jpg) center center repeat-x;
}

div#menu div.menu {
  width: 139px;
  height: 37px;
  float: left;
}

div#menu div.menu a {
  width: 139px;
  display: block;
  text-align: center;
  padding: 10px 0;
  font: 12px Arial;
  font-weight: bold;
  color: #9cae38;
}

div#menu div.menu a:hover {
  color: #9cae38;
}

div#menu div.menu_dot {
  width: 28px;
  height: 37px;
  float: left;
  background: url(obrazki/menu_dot.jpg) center center no-repeat;
}

h1 {
font-size: 13px;
font-family: Tahoma;
font-weight:normal;
color:#ffffff;
font-style: regular;
line-height:16px;
  _margin-right: 5px;
  display: inline; 
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}

h2 {
  font-size: 30px;
}
