body {
    text-align: center;
    margin: 0;
    padding: 8px 0px;
    background: #FFF url('./img/page-top.png') no-repeat top center;
    font: 75% Verdana, Arial, sans;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

input, textarea {
    -webkit-user-select: auto;
    -ms-user-select: auto;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

div#calosc {
    font-size: 1em;
    margin: 0 auto;
    width: 961px;
    background: #FFF;
    text-align: left;
}

div#naglowek {
    width: 961px;
}

img.logo {
    width: 300px;/*325px;*/
    height: 126px;/*66px;*/
    margin: 25px 15px;
    border: 0;
}

div.promocja-letnia {
    background-image: url('./o/letnia.png');
    width: 600px;
    height: 156px;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 30px;
}

div.promocja-zimowa {
    background-image: url('./o/zimowa.png');
    width: 600px;
    height: 156px;
    color: #000;
    padding: 10px;
    text-align: center;
    font-size: 30px;
}

div.promocja, div.promocja img {
    width: 600px;
    height: 156px;
    border: 0;
}

div.promocja {
    float: right;
    margin: 10px;
    float: right;
}

div#slider a {
    text-decoration: none;
}
div#menu-gp {
    float: right;
    margin: 25px 10px;
    font-size: 0.75em;
    color: #a6a6a6;
}

div#menu-gp a, div#menu-gp a:active, div#menu-gp a:visited {
    color: #a6a6a6;
    text-decoration: none;
}

div#menu-gp a:hover, div#menu-gp a.wyb {
    color: #a6a6a6;
    text-decoration: underline;
}

div#menu-gp .separator {
    margin: 0 10px;
}

div#menu-g {
    width: 961px;
    height: 38px;
    vertical-align: middle;
    background: #FFF url('./img/menu-tm.png') repeat-x;
    color: #010236;
    font-size: 1.33em;
    line-height: 38px;
    font-weight: bold;
}

div#menu-g a, div#menu-g a:active, div#menu-g a:visited {
    color: #010236;
    text-decoration: none;
    margin-right: 25px;
    padding: 0 10px;
    display: block;
    float: left;
}

div#menu-g a:hover, div#menu-g a.wyb {
    color: #010236;
    text-decoration: none;
    border-bottom: 4px solid #ff7d15;
    margin-top: 4px;
    line-height: 30px;
}

div#menu-g-l {
    width: 17px;
    height: 38px;
    float: left;
    background: #FFF url('./img/menu-tl.png') no-repeat;
    vertical-align: middle;
}

div#menu-g-p {
    width: 17px;
    height: 38px;
    float: right;
    background: #FFF url('./img/menu-tr.png') no-repeat;
    vertical-align: middle;
}

img.logo-img {
    width: 961px;
    height: 224px;
    margin-top: 2px;
    margin-bottom: 3px;
}

div#menu-l {
    width: 211px;
    background: #e1e1e1;
    float: left;
    margin-bottom: 8px;
    vertical-align: top;
}

div#menu-l a.wyb {
    text-decoration: underline;
}

div.menu-naglowek {
    width: 198px;
    height: 58px;
    background: #FFF url('./img/menu-lt.png') no-repeat;
    vertical-align: middle;
    padding-left: 13px;
    font-weight: bold;
    font-size: 1.33em;
    line-height: 58px;
    color: #010235;
}

ul.menu-1 {
    list-style-image: url('./img/arrow-1.png');
    list-style-position: outside;
    padding-left: 20px;
}

ul.menu-1 li {
    margin-top: 5px;
}

ul.menu-1 li a, ul.menu-1 li a:active, ul.menu-1 li a:visited {
    color: #020238;
    text-decoration: none;
}

ul.menu-1 li a:hover {
    color: #020238;
    text-decoration: underline;
}

ul.menu-2 {
    list-style-image: url('./img/arrow-2.png');
    list-style-position: outside;
    padding-left: 10px;
}

ul.menu-2 li a, ul.menu-2 li a:active, ul.menu-2 li a:visited {
    color: #ff7d15;
    text-decoration: none;
}

ul.menu-2 li a:hover {
    color: #ff7d15;
    text-decoration: underline;
}

ul.menu-3 {
    list-style-image: url('./img/arrow-3.png');
    list-style-position: outside;
    padding-left: 10px;
}

ul.menu-3 li a, ul.menu-3 li a:active, ul.menu-3 li a:visited {
    color: #595959;
    text-decoration: none;
}

ul.menu-3 li a:hover {
    color: #595959;
    text-decoration: underline;
}

div#tabele {
    /*float: left;*/
    margin: 0;
    width: 211px;
    clear: left;
}
div#tabele table.kurs {
    border: 1px #000 solid;
    border-collapse: collapse;
    padding: 0;
    margin: 0 auto;
    vertical-align: top;
    text-align: center;
    width: 180px;
}
div#tabele table.kurs td, table.kurs th {
    border: 1px #000 solid;
    border-collapse: collapse;
    padding: 2px;
}
div#tabele table.kurs td {
    background-color: #EFEFEF;
}
div#tabele table.kurs th {
    background-color: #DBDBDB;
}
div#tabele table.kurs td.t {
    background-color: #C5C5C5;
}
div#tabele table.kurs td.c {
    color: #D00;
}
div#tabele table.kurs td.z {
    color: #080;
}
div#tabele a, div#tabele a:visited, div#tabele a:active {
    margin: 0;
    color: #30F;
    text-decoration: underline;
}
div#tabele a:hover {
    text-decoration: none;
}
div#tabele img.flaga {
    width: 14px;
    height: 11px;
    display: inline;
    border: 0;
    margin: 0;
}

div#ubuntu {
    float: left;
    margin: 0;
    width: 211px;
    clear: left;
}
div#ubuntu a img {
    width: 191px;
    height: 58px;
    border: 0;
    margin: 5px;
}
div#ubuntu a {
    color: #000;
    font-size: 1em;
    padding: 5px 5px;
    margin: 2px 0px;
    text-decoration: none;
    display: block;
}

div#tresc {
    width: 743px;
    float: right;
    margin-left: 5px;
    margin-bottom: 8px;
    vertical-align: top;
    background: #FFF url('./img/body-bg.png') repeat-x;
    color: #646464;
}

div#tresc p {
    padding: 0 15px;
    margin: 0;
}

div#tresc h2 {
    /*width: 728px;
    height: 58px;*/
    border: 1px solid #dbdbdb;
    border-bottom: 0;
    background: url('./img/dash.png') bottom right no-repeat;
    padding: 10px;
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    color: #010235;
    margin-bottom: 15px;
    margin-left: 15px;
}

div#tresc table {
    max-width: 713px;
    margin: 10px auto;
}

div#tresc table#umowy {
    border: solid 0px;
    border-collapse: collapse;
    width: 570px;
}
div#tresc table#umowy td {
    width: 180px;
    padding: 5px;
    margin: 0;
    border: solid #000;
    border-width: 0px 0px 1px 0px;
}
div#tresc table#firma {
    width: 570px;
    margin: 0 15px;
    border: solid 0px;
    border-collapse: collapse;
}
div#tresc table#firma td {
    width: 275px;
    border: solid 0px;
    margin: 0;
    padding: 5px;
    vertical-align: top;
}
div#tresc table#firma td ul {
    margin: 10px;
}
div#tresc table#firma td ul li {
    margin: 0 10px;
}
div#tresc table#kalkulator {
    width: 710px;
    margin: 0 15px;
    border: solid 0px;
    border-collapse: collapse;
}
div#tresc table#kalkulator td {
    width: 275px;
    border: solid 0px;
    margin: 0;
    padding: 5px;
}
div#tresc table#kalkulator td.opis {
    text-align: right;
}
div#tresc table.efekt_usr {
    border: 1px #000 solid;
    border-collapse: collapse;
    padding: 2px;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
    max-width: 713px;
}
div#tresc table.efekt_usr td {
    border: 1px #000 solid;
    border-collapse: collapse;
    padding: 3px;
}
div#tresc table.ofe {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    /*width: 520px;*/
    border: 1px #000 solid;
    border-collapse: collapse;
    padding: 0;
    vertical-align: bottom;
    text-align: center;
}
div#tresc table.ofe td {
    border: 1px #000 solid;
    border-collapse: collapse;
    padding: 3px;
    vertical-align: bottom;
}
div#tresc table.ofe td.nag {
    background-color: #EFEFEF;
}
div#tresc table.ofe td.ae {
    font-weight: bold;
    color: #00F;
}
div#tresc table.ofe td.sr {
    font-style: italic;
    color: #555;
}
div#tresc table.tab_sr {
    margin: 0 auto;
    border: 1px #000 solid;
    border-collapse: collapse;
    padding: 0;
    vertical-align: top;
    text-align: center;
}
div#tresc table.tab_sr td {
    border: 1px #000 solid;
    border-collapse: collapse;
    padding: 2px;
}
div#tresc table.efekt_usr td.prawy_marg {
    padding-right: 3em;
    text-align: right;
}
div#tresc table.normal {
    width: 713px;
    margin: 0 auto;
    border: 1px #000 solid;
    border-collapse: collapse;
    padding: 0;
    vertical-align: top;
    text-align: center;
}
div#tresc table.normal td {
    border: 1px #000 solid;
    border-collapse: collapse;
    padding: 2px;
}

div#tresc div.procent {
    border: 1px solid #dbdbdb;
    border-bottom: 0;
    background: url('./img/dash.png') bottom right no-repeat;
    padding-bottom: 15px;
    text-align: center;
    margin: 15px 10px;
    margin-right: 0;
}
div#tresc div.procent table.procent {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f5f5f5;
    width: 620px;
    border: 1px #dbdbdb/*#ff7e17*/ solid;
    border-collapse: collapse;
    padding: 0;
    vertical-align: top;
    text-align: center;
}
div#tresc div.procent table.procent td {
    border: 1px #dbdbdb/*#ff7e17*/ solid;
    border-collapse: collapse;
    padding: 2px;
}
div#tresc div.procent table.procent td.nag {
    font-weight: bold;
}
div#tresc div.news {
    border: solid 2px #fff;
    padding: 0px;
    /*padding-top: 15px;*/
    margin: 10px 15px;
    background: #7bc4ff; /*url('./o/tlo_news.gif');*/
    font-weight: normal;
    color: #000;
    font-size: 1em;
    text-align: center;
}
div#tresc div.news p {
    margin: 3px;
    padding: 3px;
}
div#tresc div.news p.linia {
    border-top: dashed 1px #ff0/*#7A268F*/;
    margin: 3px;
    padding: 3px;
}
div#tresc div.news p.nag {
    font-weight: bold;
    font-size: 1.5em;
    color: #ff0;
    text-align: center;
    border-bottom: solid 1px #fff;
    margin: 0;
    padding:5px;
    background: url('./o/tlo_news.gif');
}
div#tresc hr {
    margin: 10px 15px;
    background: #EFEFEF;
    border: 1px #CFCFCF solid;
    height: 3px;
}

div#tresc a, div#tresc a:visited, div#tresc a:active {
    margin: 0;
    color: #30F;
    text-decoration: underline;
}
div#tresc a:hover {
    text-decoration: none;
}
div#tresc a.name {
    margin: 0;
    color: #646464;
    text-decoration: none;
}

div#tresc p.akapit {
    margin: 10px 25px;
    margin-right: 15px;
}


div#tresc div.info-kontakt {
    border: 1px solid #dbdbdb;
    border-bottom: 0;
    background: url('./img/dash.png') bottom right no-repeat;
    padding: 15px;
    padding-top: 10px;
    text-align: center;
    font-size: 1.1em;
    color: #010235;
    margin: 15px 10px;
    margin-right: 0;
}
/*div#tresc div.info-kontakt {
    padding: 5px;
    margin: 10px 15px;
    border: solid 1px #ff7e17;
    text-align: center;
    font-size: 1.1em;
    color: #010235;
    background: #f5f5f5;
}*/

div#tresc form {
    padding: 0;
    margin: 15px;
    width: 740px;
}
div#tresc form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
div#tresc form fieldset label {
    width: 15em;
    text-align: right;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}
div#tresc form fieldset input, div#tresc form fieldset textarea, div#tresc form fieldset select, div#tresc form fieldset option {
    margin: 1px 5px;
    font: 1em Verdana, Arial, sans;
}
div#tresc form fieldset input#submit {
    margin-left: 200px;
    margin-top: 10px;
}
div#tresc form#kalk label {
    width: 350px;
}
div#tresc form#kalk input, div#tresc form#kalk select {
    margin-left: 10px;
}
div#tresc form#kalk input#submit {
    margin-left: 360px;
    margin-top: 10px;
}
div#tresc form.spr {
    display: inline;
    padding: 0;
    margin: 0 auto;
    width: auto;
}
div#tresc form.spr input#submit {
    display: inline;
    margin: 0 auto;
    font: 1em Verdana, Arial, sans;
}
div#tresc form.ankieta fieldset label {
    width: 500px;
    margin: 0;
    margin-left: 40px;
    padding: 1px 0;
    padding-bottom: 5px;
    float: none;
    text-align: left;
    display: block;
    vertical-align: middle;
}
div#tresc form.ankieta fieldset input {
    margin: 0 10px;
    font: 1em Verdana, Arial, sans;
    float: left;
    display: table-column;
    vertical-align: middle;
}
div#tresc form.ankieta fieldset input#submit {
    font: 1em Verdana, Arial, sans;
}

div#tresc ul {
    list-style-image: url('./img/ul_item.gif');
}

div#tresc img.zdj1 {
    border: 0;
    height: 238px;
    width: 358px;
    float: left;
    margin-right: 25px;
}

div.tresc-naglowek {
    width: 728px;
    height: 58px;
    background: #FFF url('./img/body-top.png') no-repeat;
    padding-left: 15px;
    font-weight: bold;
    font-size: 1.33em;
    line-height: 58px;
    color: #010235;
    margin-bottom: 5px;
}

div#stopka {
    clear: both;
    width: 961px;
    border-top: solid #e2e2e2 1px;
    color: #7b7b7b;
    line-height: 1em;
}

div#stopka p {
    margin-left: 15px;
}

div#menu-dp {
    float: right;
    background: #ff7e17;
    color: #fff;
    padding: 1em 15px;
}

div#menu-dp a, div#menu-dp a:active, div#menu-dp a:visited {
    color: #fff;
    text-decoration: none;
}

div#menu-dp a:hover, div#menu-dp a.wyb {
    color: #fff;
    text-decoration: underline;
}

div#menu-dp .separator {
    margin: 0 10px;
}

img#aegon {
    width: 120px;
    height: 45px;
    border: 0;
    margin: 0 15px;
    float: right;
    clear: both;
}
img#fairplay {
    width: 120px;
    height: 135px;
    border: 0;
    margin: 0 15px;
    float: right;
    clear: both;
}
.granatowy {
    color: #008;
    margin: 0;
}
.niebieski {
    color: #00F;
    margin: 0;
}
.zielony {
    color: #0a0;
    margin: 0;
}
.zolty {
    color: #FFD700;
    margin: 0;
}
.czerwony {
    color: #F00;
    margin: 0;
}
.maly {
    font-size: 50%;
}
table.nwid {
    width: 740px;
    margin: 0 15px;
    border: solid 0px;
    border-collapse: collapse;
}
table.nwid td {
    width: 370px;
    border: solid 0px;
    margin: 0;
    padding: 5px;
    vertical-align: top;
}
div#tresc p.center {
    text-align: center;
}
div#tresc p.center img.pin_aegon {
    display: block;
    width: 366px;
    height: 235px;
    border: 0;
    margin: 0 auto;
}
div#tresc p.center img.wykres_ed {
    display: block;
    width: 350px;
    height: 209px;
    border: 0;
    margin: 0 auto;
}
div#tresc p.center img.wykres_f {
    display: block;
    width: 400px;
    height: 230px;
    border: 0;
    margin: 0 auto;
}
div#tresc p.center img.effp {
    display: block;
    width: 150px;
    height: 105px;
    border: 0;
    margin: 0 auto;
}

img.effp-logo {
    display: block;
    width: 160px;
    height: 128px;
    border: 0;
    margin: 0 10px;
    float: right;
}

div#butt {
    width: 961px;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
    vertical-align: top;
}
div#butt img {
    vertical-align: top;
}

/*  FeceBook button  */
html .fb_share_button {
    display: -moz-inline-block;
    display:inline-block;
    font-size: 80%;
    padding:0 20px 0 5px;
    height:13px;
    border:1px solid #d8dfea;
    background:url(http://static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right;
    vertical-align: top;
}
html .fb_share_button:hover {
    color:#fff;
    border-color:#295582;
    background:#3b5998 url(http://static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right;
    text-decoration:none;
}

/* style do drukowania */

div#stopka-druk, div#naglowek-druk {
    display: none;
}
span.malpa:after {
   content: "[małpa]";
}

@media print {
    body {
        background-color: #fff !important;
        background-image: none !important;
        color: #000 !important;
    }
    div {
        background-color: #fff !important;
        background-image: none !important;
        color: #000 !important;
    }
    p {
        color: #000 !important;
    }
    h2 {
        background-color: #fff !important;
        background-image: none !important;
        color: #000 !important;
    }
    div#calosc {
        width: 90%;
        margin: 0 auto;
        float: none !important;
    }
    div#tresc {
        width: 100%;
        margin: 0;
        float: none !important;
    }
    div#tresc > p:after {
        content: "\AMateriał pochodzi ze strony www.DobraInwestycja.info\A Autor: Mirosław Domański, tel. kom. +48 661 914 904\A\A";
        white-space: pre;
    }
    div#naglowek, div#menu-g, div#menu-l, div#stopka, div#butt, img {
        display: none;
    }
    div#stopka-druk, div#naglowek-druk {
        display: block;
    }
    div#naglowek-druk {
        position: absolute;
        top: 0px;
    }
    span.malpa:after {
          content: "@";
    }
    img.print {
        display: block;
    }
}
