img {
    border: 0px;
}

h1 {
    font-size: 25px; 
    line-height: 25px;
}

div.opakowanie { 
    margin: auto; 
    margin-top: 0px; 
    width: 920px;
}

div.menu { 
    height: 261px; 
    background: url('img/tlo_menu.png'); 
    background-repeat: no-repeat; 
    padding-top: 150px;
    padding-left: 30px;
}

div.menu a {
    color: #C0C0C0; 
    font-size: 18px; 
    font-family: 'Comic Sans MS'; 
    text-decoration: none; 
    padding-left: 15px; 
    background: url('img/empty.png'); 
    background-repeat: no-repeat; 
    background-position: center left;
}

div.menu a:hover {
    color: #F0F0F0; 
    background: url('img/full.png'); 
    background-repeat: no-repeat; 
    background-position: center left;
}

div.main {
  background: url('img/tlo_main.png');
  background-repeat: no-repeat;
  padding-left: 70px;
  padding-right: 10px;
  padding-top: 20px; 
  width: 710px;
  height: 420px;
  font-size: 20px;
  position: relative; 
  top: -331px;
  left: 125px;
}

div.submain a{
    color: #880000; 
    font-size: 18px; 
    font-family: 'Comic Sans MS'; 
    text-decoration: none; 
    padding-left:15px;
}

div.submain a:hover{
    color: #DD2020; 
    font-size: 18px; 
    font-family: 'Comic Sans MS';
    text-decoration: none;
    padding-left: 15px;
}

div.submain{
    height: 305px; 
    width: 705px; 
    overflow: auto;
}

.imie{
    font-weight: bold; 
    font-family: 'Courier New';
}

div.stopka {
    padding-top: 28px;
    font-size: 11px;
    font-style: italic;
    text-align:right;
}

div.stopka a {
    color: #808080;
    font-size: 12px;
    text-decoration: none;
}

.nowyadres {
    padding-left: 5px; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    background-color: #ffffff; 
    margin-top: 5px; 
    margin-left: 5px; 
    border: 3px solid #DD0000; 
    height: 400px; 
    width: 150px;
}

 .nowyadres h2 {
    color: #DD0000; 
    text-align:center;
 }
