body {
    font-family: Tahoma;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: rgb(239,239,239); 
    color: black;
    
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: black;
}

div.topz {
    background-color: rgb(76,76,76);
    border-bottom: solid 5px rgb(120,120,120);
}

div.top {
    width: 900px;
    margin: auto;
    background-color: rgb(29,29,29);
    height: 180px;
    background-image: url(../img/top_bg.jpg);
    background-repeat: no-repeat;
    background-position: 600px;
    padding-top: 10px;
    border-left: solid 1px rgb(120,120,120);
    border-right: solid 1px rgb(120,120,120);
}

div.belka {
    height: 38px;
    background: url(../img/belka_bg.jpg) repeat-x;
    width: 400px;
    margin-left: 10px; 
}

div.belka div.l {
    background: url(../img/belka_bgl.jpg) no-repeat;
    width: 7px;
    float: left;
    height: 38px;
}

div.belka div.p {
    background: url(../img/belka_bgp.jpg) no-repeat;
    width: 7px;
    float: right;
    height: 38px; 
}

div.nazwa_pl, div.nazwa_en {
    background-image: url(../img/tit_pl.jpg);
    width: 472px;
    height: 107px;
    margin: 15px 0px 0px 50px;
}

div.nazwa_en {
    background-image: url(../img/tit_en.jpg);
}

form#search input {
    background-color: rgb(240,240,240);
    border: solid 1px rgb(90,90,90);
    width: 150px;
}

form#search input.guzik {
    height: 18px;
    border: solid 1px black;
    font-size: 11px;
    width: 70px;
    background-color: rgb(80,80,80);
    color: rgb(240,240,240);
    
}

form#search {
    padding: 9px 0px 0px 0px;
    margin: 0px;
}


div.menu {
    padding: 20px 0px 0px 15px;
    width: 200px;
}

div.menu a {
    display: block;
    text-decoration: none;
    color: rgb(50,50,50);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 0px 1px 0px;
    border-bottom: dotted 1px rgb(180,180,255);
}

div.menu a.sub {
    font-size: 11px;
    padding-left: 20px;
    color: rgb(70,70,70);
    text-transform: none;
}

div.menu a:hover {
    color: rgb(90,90,90);
    border-bottom: dotted 1px black;
}

table.main {
    width: 900px;
    margin: auto;
    border-left: solid 1px rgb(120,120,120);
    border-right: solid 1px rgb(120,120,120);
    background-color: white;
}

table.main tr td {
    vertical-align: top;
}

table.main td.left {
    background-color: #E5E5E5; 
    width: 220px;
    border-right: solid 1px rgb(170,170,170);
}

div.main div.title {
    text-transform: uppercase;
    font-size: 23px;
    margin: 10px 20px 10px 20px;
    padding: 0px 0px 5px 0px;
    font-style: italic;
    border-bottom: solid 1px rgb(200,200,240);
    color: rgb(40,40,140);
}

div.main div.title span {
    font-size: 18px;
}

div.stopka {
    background-color: rgb(29,29,29);
    clear: both;
    color: rgb(240,240,240);
    font-size: 10px;
    padding: 4px;
}

div.stopka span {
    float: right;
    color: rgb(90,90,90);
}

div.stopka span a {
    color: rgb(90,90,90);
    text-decoration: none;
}

div.stopka span a:hover {
    color: white;
}

div.text {
    padding: 5px 30px 10px 30px;
    font-size: 13px;
}

a#link {
    border-bottom: none;
    text-align: center;
    margin: 60px 0px 20px;
}

p.spis a {
    display: block; 
    font-weight: normal;
    text-decoration: none;
    margin: 0px 0px 2px 30px;
}

p.spis {
    font-size: 14px;
    font-weight: bold;
}

div.search_title {
    font-size: 14px;
    font-weight: bold;
}

div.pub {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: dotted 1px rgb(200,200,200);
    font-size: 11px;
    line-height: 130%;
}

div.pub span {
    font-size: 10px;
}

div.pub a.df {
    float: right;
    display: block;
    width: 50px;
    background: url(../img/download.gif) no-repeat top;
    font-size: 10px;
    padding-top: 20px;
    text-align: center;
    margin-left: 10px;
}

div.pub a {
    font-size: 10px;
}

h1 {
   font-size: 16px;
margin: 4px 0px 4px 0px;
}

h2 {font-size: 14px;
margin: 3px 0px 3px 0px;}

p.box {
padding-left: 15px;
}