body {
       text-align: center;
       margin: 0 auto;
       /* margin-right: auto; */      
       padding:0; height:100%;
       background-image: url(img/tlo.jpg);
       background-repeat: repeat-x;
       background-color: #e3e3e3;
       font:normal normal 12px tahoma, verdana, sans-serif;
       font-size:12px;
}

a {margin:0; padding:0; text-decoration:none; border:0;}

img {margin:0; padding:0; border:0;}

#container {
        position: relative;
       width: 768px;
       height: 582px;
       padding: 0px;
       margin: 0 auto;
       text-align: left;
       background-color: #ffffff;
}

#top {
        position: absolute;
       width: 768px;
       height: 248px;
       top:0px;
       left:0px;
       padding: 0px;
       margin: 0px;
       text-align: left;
       background-color: none;
       background-image: url(img/topmain.jpg);
}

#tresc {
       position: absolute;;
       width: 768px;
       height: 334px;
       top:248px;
       left:0px;
       padding: 0px;
       margin: 0px;
       text-align: left;
       background-color: #ffffff;
}

#menu {
       position: absolute;;
       width: 90px;
       height: 170px;
       top:10px;
       left:40px;
       padding: 0px;
       margin: 0px;
       text-align: right;
       color:#00375d;
       background-color: none;
}

#cien {
       position: absolute;
       width: 25px;
       height: 272px;
       top:0px;
       left:138px;
       padding: 0px;
       margin: 0px;
       text-align: left;
       background-color: #ffffff;
       background-image: url(img/cien_tresc.jpg);
       background-repeat: no-repeat;
}

#tytul {
       position: absolute;
       width: 112px;
       height: 201px;
       top:0px;
       left:164px;
       padding: 0px;
       margin: 0px;
       text-align: left;
       background-color: none;
       background-image: url(img/tyt_tresc.jpg);
       background-repeat: no-repeat;
}

#tekst {
       position: absolute;
       width: 470px;
       height: 216px;
       top:0px;
       left:294px;
       padding: 0px;
       margin: 0px;
       text-align: justify;
       background-color: #ffffff;
}

#tvbuton {
        position: absolute;
       width: 244px;
       height: 56px;
       top:216px;
       left:230px;
       padding: 0px;
       margin: 0px;
       text-align: left;
       background-color: #ffffff;
       }

#intbuton {
        position: absolute;
       width: 244px;
       height: 56px;
       top:216px;
       left:479px;
       padding: 0px;
       margin: 0px;
       text-align: left;
       background-color: #ffffff;
}

#footer {
       position: absolute;
       width: 768px;
       height: 61px;
       top:273px;
       left:0px;
       padding: 0px;
       margin: 0px;
       text-align: left;
       background-color: #e3e3e3;
       /* background-image: url(img/footer.jpg); */
       background-repeat: no-repeat;
}

/* KONIEC UKLADU STRONY GLOWNEJ */


/* MENU */

ul {margin: 0px 0px; display: block; padding:0; text-align:right;}
/* powyzsze zapewnia jednakowe wyswietlanie w FF i IE, zwlaszcza padding na 0 */

ul li {
       font-weight: normal;
       font-size:12px;
       display: block;
       height: 25px;
       list-style: none;
       margin: 0px;
       padding: 0;
        display: inline;
       white-space: nowrap;
       left:0;
       /* float: left; */
}

ul a:link, ul a:visited {
       text-decoration: none;
       display: block;
       /* width: 70px; */
       text-align: right;
       background-color: none;
       color: #00375d;
       border: 0;
       padding: 4px 9px;
}

ul a:hover {
       color: #bfbfbf;
       padding: 4px 9px;
}


