/* CSS Document */
body
{background-image:url(grafika/tlo1.gif); background-repeat:repeat-y repeat-x; font-family:Arial, Helvetica, sans-serif}
table
{margin-left:auto; margin-right:auto}
.td
{text-align:center}
.tlo
{background-image:url(grafika/tlo2.gif); background-repeat:repeat-y repeat-x}
.tlo2
{background-image:url(grafika/tlomale1.gif); background-repeat:repeat-x; height:30px}
a
{color:#0000FF; font-weight:bold; text-decoration:none; font-size:16px}
a:hover
{color:#E25A15; font-weight:bold; text-decoration:none; font-size:16px}
.marig
{margin-left:15px; margin-top:5px}
.h
{font-size:14px; font-weight:bold; color:#DC311C; margin-left:15px}
.marig2
{margin-left:15px}
.cos
{color:#0033FF; font-weight:bold}
.img1
{border:#FFFFFF solid 5px}
.marig3
{margin-left:20px; margin-top:10px}

/*Credits: Dynamic Drive CSS Library */
/*URL: Słup ogłoszeniowy 120*/

.thumbnail{
position: relative;
z-index: 0;
text-decoration:none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
text-decoration:none
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: -500px;
left: 60px; /*position where enlarged image should offset horizontally */

}