/*Created by wookash.waw.pl
mail: xrox (at) o2 pl*/

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

#all {
    margin: auto;
    height: auto;
    width: 760px;
    margin-top: 70px;
}

/* Top */

#top {
    padding-left: 80px;
    position: absolute; top: 35px;
    background: url(lay/top.png) no-repeat top;
    height: 50px;
    width: 450px;
}

/* Lewa strona */

#left {
    background: url(lay/lewa.png) no-repeat top;
    height: 700px;
    width: 30px;
}

/* Prawa strona */

#right {
    margin-left: 700px;
    position: absolute; top: 75px;
    background: url(lay/prawa.png) no-repeat top;
    height: 700px;
    width: 30px;
}

/* Menu - style */

#menu {
    position:relative;top: 7px; left: 30px;
    background: url(lay/menu.png) repeat-x top;
    height: 75px;
    width: 700px;
}

#menu li {
    list-style-type: none;
    display:inline;
    padding-right: 20px; 
}

/* Main style */

#main {
    margin-left: 30px;
    background: url(lay/main.jpg) repeat-x top;
    height: 100%;
    width: 700px;
    color: silver;
}

.header {
    list-style-type: disc;
    margin-top: 20px;
    margin-left: 20px;
    text-transform: uppercase;
    text-align: left;
    font-size: 11pt;
}

.header span {
    color: white;
    font-weight: 800;
}

.content {
    margin-top: 3px;
    margin-left: 40px;
    margin-right: 40px;
    text-align: justify;
    font-size: 9pt;
}


.content li{
    font-size: 10pt;
    color: #DDDDDD;
    padding-bottom: 5px;
}

.link {
    color: #DDDDDD;
    text-decoration: none;
    font-weight: 600;
}

.link:hover {
    color: #DDDDDD;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #333333;
}

/* Dół */

#bottom {
    margin-left: -25px;
    position: absolute; top: 751px;
    background: url(lay/bottom.png) no-repeat top;
    height: 30px;
    width: 750px;
}

/* Stopka */

#footer {
    float:right;
    margin-right: 40px;
    font-size: 7pt;
    color: silver;
}

/* Dodatki */

table td{width: 300px;}

img {border:0}
