
body {
background-color:#b3aeae;
background-image:url(bg.jpg);
background-position:center top;
background-repeat:repeat-x;
cursor:default;
margin:0;
font-family:Verdana,Arial,sans-serif;
}
#pojemnik {
    width: 760px;
    margin: 0 auto;
    background: url('pojemnik-tlo.png') center top repeat-y;
}
#naglowek {
    background: url('naglowek-tlo.png') no-repeat;
    width: 760px;
    height: 260px;
    position: relative;
}
#logo
{
        border: 0px;        
        padding: 0px;
	width: 720px;
	height: 200px;
        position:absolute;
        top:40px;left:20px;
	background-color: black;
}
#naglowek h1 {
    position: absolute;
    top: 60px;
    left: 50px;
    line-height: 0.1px;
    padding-top: 60px;
    padding-bottom: 60px;
}
#naglowek h3 {
    position: absolute;
    top: 90px;
    left: 50px;
    line-height: 0.1px;
    padding-top: 60px;
    padding-bottom: 60px;
}
#naglowek ol {
    position: absolute;
    top: 210px;
    left: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#naglowek li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    display: block;
    padding-top: 15px;
    padding-bottom: 14px;
    line-height: 0.1px;
    text-align: center;
    font-weight:bold;
    font-size:small;
    color:black;
}

#naglowek a:hover{
color:red;
}

#o1 {
    left: 0;
}
#o2 {
    margin-left: 100px;
}
#o3 {
    margin-left: 230px;
}
#o4 {
    margin-left: 340px;
}
#o5 {
    margin-left: 430px;
}


#menu {
    width: 220px;
    float: left;
    margin: 40px 0;
    padding: 0 0 0 40px;
    list-style-type: none;
}

#menu li a {
    display: block;
    padding: 20px 20px;
    margin: 0;
    background: url('opcja.png');
    border-top: 1px solid rgb(160, 160, 160);
    font-weight:bold;
    font-size:small;
    color:black;
}
#menu li a:hover {
  
    padding-left: 25px;
    color: red;
    background: url('opcja-on.png');
}

#tekst {
    float: right;
    width: 400px;
    padding: 0 60px 0 40px;
    line-height: 1.5em;
    color:navy;
}
#stopka {
    clear: both;
    background: url('stopka-tlo.png') center bottom no-repeat;
    width: 760px;
    height: 90px;
    display: block;
    position: relative;
}
#stopka_tekst {
    position: absolute;
    top: 49px;
    left: 50px;   
    font-size:x-small;    
}

#stopka img {
position: absolute; right:35px; 
border:0;
}