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

body { 
  background-color: white;
  font-family: "Verdana", sans-serif; 
  margin: 0px;
}



#all {
    margin: auto;
    height: auto;
    width: 800px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid gray;
}

/* Góra */

#up {
    background: url(lay/up.jpg) repeat-x;
    height: 62px;
    width: 800px;  
}

#up ul{
    margin: 0;
    padding: 0;
    margin-left: 40px; 
    position: absolute; top: 35px;
}

#up li, a{
    list-style-type: none;
    display:inline;
    margin-right: 10px; 
    font-size: 10pt;
    text-decoration: none;
    color: #3d5166;
}

#up a:hover{
    font-size: 10pt;
    text-decoration: none;
    color: #142333;
}

/* Top */

#top {
    background: url(lay/top.jpg) no-repeat top;
    height: 285px;
    width: 800px;
}

/* Menu */

#menu {
    background: url(lay/menu.jpg) repeat-x top;
    height: 70px;
    width: 800px;
}

#menu ul{
    margin: 0;
    margin-left: 35px;
    padding:0; 
    position: absolute; top: 335px;
}

.menu-img{
    position: relative; top: 23px;
}

#menu li {padding-right: 15px;}

#menu li, a {
    list-style-type: none;
    display: inline;
    text-decoration: none;
}

/* Main */

#main {
    background: url(lay/main.jpg) repeat-x top;
    height: 583px;
    width: 800px;
}

.main-dziel {
     background: url(lay/dziel-main.png) repeat-y top;
     position: absolute; top: 450px;
     margin-left: 340px;
     width: 4px;
     height: 500px;
}

/* News - main */

.news-date {
    font-size: 12pt;
    color: #294666;
    padding-top: 30px;
    padding-left: 35px;
    font-weight: 800;
}

.news-text {
    font-size: 9pt;
    color: #36464c;
    padding-top: 15px;
    padding-left: 60px;
    width: 250px;
    text-align: justify;
}

.news-text li {
    list-style: none;
    font-size: 10pt;
    font-weight: 800;
    color: #294666;
    padding-top: 5px;
    margin-left: -50px;
}

.news-text a {
    font-weight: 800;
    color: #294666;
    text-decoration: underline;
}

.news-text a:hover {
    font-weight: 800;
    color: #294666;
    text-decoration: none;
    border-bottom: 1px solid #3d6a99;
}

/* Prawa - main */

#right {
    position: absolute; top: 430px; 
    margin-left:350px;
    width: 430px;
    height: auto;
    color: #36464c;
}

.right-lead {
    font-size: 11pt;
    margin-top: 25px;
    padding-left: 20px;
    font-weight: 600;
}

.right-text {
    font-size: 9pt;
    margin-top: 15px;
    padding-left: 20px;
    width: 400px;
    text-align: justify;
}

.right-text li {
    list-style: none;
    display: inline;
    font-size: 10pt;
    font-weight: 800;
    padding-top: 5px;
    margin-left: -35px;
}

.right-text a {
    font-weight: 800;
    text-decoration: underline;
}

.right-text a:hover {
    font-weight: 800;
    color: #294666;
    text-decoration: none;
    border-bottom: 1px solid #3d6a99;
}

/* Solutions - right */

.solutions ul{
    margin-top: 10px;
    color: #294666;
}

.solutions li{
    list-style-image: url(lay/tik.png);
    padding-left: 30px;
    margin-bottom: 5px;
}

.solutions a {
    position: relative; top: -6px;
    text-decoration: none;
    font-weight: 800;
}

.solutions a:hover {
    position: relative; top: -6px;
    text-decoration: none;
    font-weight: 800;
    border-bottom: 1px solid #3d6a99;
}

/* Stopka */

#footer {
    position: absolute; top: 985px;
    font-size: 8pt;
    color: #142333;
    text-align: center;
    width:800px; 
}

/* Dodatki */

img {border:0}

