/*Created by WookaSh
mail: xrox@o2 pl*/

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

#all {
    margin: auto;
    height: 100%;
    width: 700px;
    margin-top: 10px; margin-bottom: 10px;
    background: white;
    border: 3px solid #73715c;
}

/* Top */

#top {
    background: url(lay/top.jpg) no-repeat 2px 20px;
    height: 290px;
    width: 100%;
}

#top ul {
    position: relative; top: -15px;
    float: right;
}

#top li {
    display: inline;
    padding-right: 20px;
    padding-left: 20px;
    border-left: 1px dotted #73715c;  
}

#top a {
    font-size: 9pt;
    color: #73715c;
    text-decoration: none;
}

#top a:hover {
    color: #403f33;  
}

/* Menu */

#menu {
    background-color: #EEEEEE;
    height: 540px;
    width: 200px;
    font-size: 11pt;
    font-weight: 600;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 15px;
}

#menu ul {
    list-style: none;
    margin-top: 4px;
    width: 160px;
}

#menu li
{
    background: url(lay/menu.jpg) repeat-x bottom;
    margin-left: -40px;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 13px;
}

#menu p
{
    color: #403f33;
    font-size: 10pt;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 40px;
    font-weight: 500;
}

#menu span
{
    font-size: 8pt;
    color: #868686;
    letter-spacing: -3px;
    margin-right: 7px;
}

#menu a {
    color: #403f33;
    text-decoration: none;
}

#menu a:hover {
    color: #666552;
}



/* Content */

#content {
    height: auto;
    width: 455px;
    margin-top: 15px; /* Do zrobienia margin jedno linijkowy*/
    margin-right: 15px;
    margin-bottom: 15px;
    float: right;
    font-size: 8pt;
}

#content p {
    text-indent: 1cm;
    line-height: 12pt;
    margin-top: 10px;
    text-align: justify;
}

#content img {
    border: 6px solid #EEEEEE;
    margin: 0px 15px 10px 0px;
}

#content li {
    line-height: 12pt;
    list-style-type: disc;
    padding-top: 10px;
    margin-left: -20px;
}

#content a {
    color: #4F4F4F;
    font-weight: 600;
    text-decoration: none;
}

#content a:hover {
    color: black;
}

.source {
    color: gray;
    font-size: 7pt;
    margin-left: 2cm;
    margin-top: 10px;
}

#header {
    background-color: #FAFAFA;
    height: auto;
    width: 100%;
    text-align: center;
}

#header span {
    line-height: 35px;
    font-size: 13pt;
}

#header table {
    border: 0;
    width: 100%;
    font-size: 10pt;
}

#header td {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    margin-bottom: 10px;
    border-top: 1px solid white;
    font-weight: 500;
}

/* Obrazki */

#center {
    margin: auto;
    margin-top: 50px;
    width: 300px;
}

#left {
    float: left;
}

#right {
    float: right;
}

#right, #left {
    padding-top: 10px;
    padding-bottom: 0px;
}

#right { padding-left: 15px;}

#left { padding-right: 15px;}

#right img, #left img {
    width: 200px;
}

#center img {
    margin: auto;
    width: 300px;
}

#right p, #left p, #center p {
    border: 2px solid #EEEEEE;
    color: #555555;
    padding-top: 5px;
    margin-left: 4px;
    text-indent: 0px;
    text-align: center;
    
    margin-top: -14px;
    width: 200px;
}

#center p { 
    width: 300px; 
    margin-top: -4px;  
}

/* Stopka */

#footer {
    background-color: #EEEEEE;
    height: 30px;
    width: 680px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 5px;
    clear: both;
}

#footer p {
    color: gray;
    padding-top: 9px;
    font-size: 8pt;
    text-align: center;
}

#footer a {
    color: black;
    text-decoration: none;
}

#footer a:hover {
    color: gray;
}

/* Dodatki */

img {border: 0;}

#sprzet ul {margin-left: 50px; margin-bottom: 0;margin-top: 0}
#sprzet p {text-indent: 0;margin-bottom: 0;margin-top: 15px;}

