/*Created by WookaSh - wookash.waw.pl
contact: xrox (at) o2 pl*/

body { 
  background: url(lay/back.jpg) repeat-x top;
  background-color: #e4e4d8;
  font-family: "Verdana", sans-serif; 
  margin: 0px;
}

#all {
    margin: auto;
    height: auto;
    width: 800px;
}

/* Top */

#top {
   margin-left: 130px; 
   margin-top: 25px;
   background: url(lay/top.jpg) no-repeat top;
   width: 430px;
   height: 40px;
}

/* Góra */

#up ul{
    margin: 0;
    padding: 0;
    margin-left: 640px; 
    position: absolute; top: 40px;
    font-size: 6.5pt;
}

#up li, a{
    list-style: none;
    display:inline;
    margin-right: 10px; 
    text-decoration: none;
    color: #7c8066;
}

#up a:hover{
    text-decoration: none;
    color: #575947;
}

#up span {
    color: #bbbfac;
    margin-left: 3px; margin-right: 3px;
}

/* Banner */

#banner {
   float: right;
   margin-top: 30px;
   background: url(lay/werset.jpg) no-repeat top;
   width: 560px;
   height: 300px;
   border: 1px solid white;
}

/* Notes */

#notes {
   float: right;
   margin-top: -40px;
   margin-right: -40px;
   background: url(lay/notes.png) no-repeat top;
   width: 130px;
   height: 97px;
}


/* Menu */

#menu ul{
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 30px;
    margin-top: 30px;
    text-align: right;
    font-size: 10pt;
}

#menu li {
    list-style: none;
    background: url(lay/menu.jpg) no-repeat bottom;
    width: 180px;
    height: 1px;
    margin-bottom: 5px;
    padding-bottom: 21px;
}

#menu li:hover {
    background: url(lay/menu-h.jpg) no-repeat bottom;
}

#menu a {
    margin-right: 15px;
    color: black;
    text-decoration: none;
    height: auto;
}

/* Lewa info */

#info {
    float: left;
    margin-left: 15px;  
    font-size: 8.5pt;
    text-align: right;
    width: 180px;
    height: auto;
    clear: both;
    margin-top: 30px;
}

#info span {
    padding: 0;
    margin: 0;
    margin-left: 15px;
    color: #656662;
}

#info:first-letter {
    color: black;
}

#info p {
    margin-top: 0px;
    font-size: 7.5pt;
    background: url(lay/dziel.jpg) no-repeat top;
    width: 180px;
    height: 2px;
    padding-top: 10px;
    padding-right: 30px;
    height: auto;
}

/* Main */

#main {
    float: right;
    width: 560px;
    height: auto;
    min-height: 300px;
    background-color: #e0e3d8;
    border: 1px solid #d8d9d3;
    margin-top: -85px;
}

.header {
    font-size: 14pt;
    color: #404042;
    margin-top: 20px;
    margin-left: 50px;
}

.header span {
    color: #666762;
}

#main p {
    font-size: 8pt;
    line-height: 11pt;
    text-indent: 40px;
    margin-top: 15px;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
}

/* Footer */

#footer {
    padding-top: 20px;
    padding-bottom: 15px;
    width: 200px;
    height: 10px;
    margin: auto;
    color: #666762;
    font-size: 7pt;
    text-align: center;
    clear: both;
}

/* Dodatki */

img {border:0}

