body {
background: #00364C;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
} 

#content {
background: url('images/main_49.jpg');
width:748 px;
}


p {
font-family: arial;
font-size: 12pt;
color: #01295e;
text-align: justify;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}


#cennik {
font-variant: small-caps;
color: #01295e;
border: 0px;
width: 75%;
}



div {
font-family: arial;
font-size: 12px;
color: #01295e;
text-align:justify;
}

h1 {
text-align: center;
font-size: 16px;
font-family:arial;
color: #01295e;
margin-left:5px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 5px;
letter-spacing: 4px;
font-variant: small-caps;
font-weight: 700;
text-decoration: none;
}

a {
text-decoration: none;
color: #000000;
}

a: visited {
color: #000000;
text-decoration: none;
}

a: hover {
color: #01295e;
text-decoration: none;
}

#content {
background: url('images/bg/bg_content.jpg')
}

::selection {
background: #000000;
}

::-moz-selection {
background: #000000;
}


table {
text-align: center;
font-size: 12px;
font-family:arial;
color: #01295e;
border: 0px;
}


.thumbnail{
position: relative;
z-index: 0;
border-width: 1px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ 
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px black; 
visibility: hidden;
color: #01295e;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ 
visibility: visible;
top: -330;
left: 0px;

}