body {background-color:#003366; color:#C0C0C0; font-family:Verdana, Tahoma, Helvetica;}
a:link {color:#FFFFFF; font-weight: normal; font-family:Arial;}
a:visited {color:#FFFFFF; font-weight: normal; font-family:Arial;}
a:active {color:#00FFFF; font-weight: normal; font-family:Arial;}
p.nazwa_firmy {margin-top:30px; margin-bottom:30px; text-align:center; font-variant:small-caps; font-size:2em; font-weight: bold; color:#FFFFFF;}
div.adres {padding-top:10px; padding-bottom:10px; margin-top:10px; margin-bottom:30px; margin-left: 200px; margin-right: 200px; text-align:center; border: 1px solid #FFFFFF;}
div.tekst {text-indent: 3em; margin-top:0px; font-family:Tahoma; margin-left:150px; margin-right:150px;}
div.przyciski {margin-bottom:30px; margin-left: 35%; width: 65%;}
img.galeria {border: 0px;}
div.podpis {margin-top:10px; margin-bottom:40px;}
table {width:80%;text-align:center;margin-left: auto;margin-right: auto;}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
	 width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}