body {
    text-align: center;
    background-color: black;
}

#content {
    display: block;
    position: relative;
    width: 950px;
    text-align: left;
    margin: auto;
    background-color: white;
    padding: 10px;
    padding-top: 0px;
}

#top {
    display: block;
}

#top td{
    vertical-align: top;
}

#top a.menu_a, #top a.menu_b, #top a.menu_c, #top a.menu_d, #top a.menu_e, #top a.menu_f, #top a.menu_h {
    display: block;
    width: 300px;
    height: 31px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-left: 15px;
}

#top a.menu_g {
    display: block;
    width: 600px;
    height: 31px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-left: 15px;
}

#top a.menu_a:hover, #top a.menu_b:hover, #top a.menu_c:hover, #top a.menu_d:hover, #top a.menu_e:hover, #top a.menu_f:hover, #top a.menu_g:hover, #top a.menu_h:hover {
    background-position: 0px -31px;
}

#top a.menu_a {
    background-image: url("images/a.gif");
}
#top a.menu_b {
    background-image: url("images/b.gif");
}
#top a.menu_c {
    background-image: url("images/c.gif");
}
#top a.menu_d {
    background-image: url("images/d.gif");
}
#top a.menu_e {
    background-image: url("images/e.gif");
}
#top a.menu_f {
    background-image: url("images/f.gif");
}
#top a.menu_g {
    background-image: url("images/g.gif");
}
#top a.menu_h {
    background-image: url("images/h.gif");
}

#page {
    font-family: Courier New, monospace;
    font-size: 12px;
}

#page h1 {
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

#page div.img_container {
    display: block;
    position: relative;
    width: 600px;
    padding-bottom: 20px;
    margin: auto;
}

#page div.img_lg_corner {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('images/rog-lg.gif');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: -2px; left: -2px;
}
#page div.img_pd_corner {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('images/rog-pd.gif');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 18px; right: -2px;
}

#page p.pomysl
{
    border: 1px solid grey;
    background-color: #EFEFFF;
    padding: 5px;
    text-align: left;
    width: 600px;
}

#page p.pomysl a.link
{
    display: block;
    width: 100%;
    background-color: black;
    color: white;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    border: 1px solid black;
    margin-bottom: 5px;
}

#page p.pomysl a.link:hover
{
    background-color: white;
    color: #00006F;
}

#page p.pomysl a.btn
{
    padding: 2px;
    margin: 0px;
    border: 1px solid #00006F;
    color: #00006F;
    text-decoration: none;
}
#page p.pomysl a.btn:hover
{
    background-color: #00006F;
    color: white;
}

#page input {
    width: 600px;
}
#page textarea {
    width: 600px;
}

#page td.banknot {
    width: 620px;
    vertical-align: top;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#page td.banknot .data {
    font-size: 11px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: right;
    text-decoration: underline;
}

#page td.banknot .tytul {
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
}

#page td.banknot .wstep {
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: left;
}

#page td.banknot .czytaj {
    font-size: 12px;
    display: block;
    bottom: 0px;
    width: 100%;
    text-align: right;
    padding-top: 10px;
}

#page td.banknot_7 {
    background-color: #efe7ff;
}

#page td.banknot_6 {
    background-color: #fefee2;
}

#page td.banknot_5 {
    background-color: #f0f7ef;
}

#page td.banknot_4 {
    background-color: #feffeb;
}

#page td.banknot_3 {
    background-color: #f0f7ef;
}

#page td.banknot_2 {
    background-color: #fdeffe;
}

#page td.banknot_1 {
    background-color: #efffff;
}

#page div.opinia {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}

#page div.opinia .podpis {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: right;
    font-weight: bold;
}

#page div.opinia .tekst {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: left;
}

#bottom {
    font-family: Courier New, monospace;
    font-size: 12px;
    
}

#footer {
    display: block;
    position: relative;
    margin: auto;
    height: 40px;
    width: 970px;
    background-image: url('images/footer.gif');
}