 BODY { 
 background-color:#000000; 
			}
			
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
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;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.blackTlo{ background-color: black;
	 color: white;
	 width:100%;
	 height:100%;
	 text-align:top;}

.naglowek

{	float:left;	
	font-weight:bold;

	font-family:Verdana, Tahoma, "Times New Roman", Georgia;
	font-size:13px;
	color:#ffffff;
	padding-left:10px;
	padding-top: 10px;
}
.naglowekSrodek
{	padding-top: 10px;
	font-weight:bold;

	font-family:Verdana, Tahoma, "Times New Roman", Georgia;
	font-size:13px;
	color:#ffffff;
	text-align:center;

}

	
.niebieskilink {
text-align:center;
	color: #406AAE;
	padding-left:10px;
	font-weight: bold;
	font-size: 12px;
}
.nasrodek {
text-align:center;
}	

.trescDuza
{
	font-family:Verdana, Tahoma, "Times New Roman", Georgia;
	font-size:20px;
}

.trescSrednia
{
	font-family:Verdana, Tahoma, "Times New Roman", Georgia;
	font-size:15px;	
}

.trescMala	
{
	font-family:Verdana, Tahoma, "Times New Roman", Georgia;
	font-size:11px;
}

p {
	font-family:Verdana, Tahoma, "Times New Roman", Georgia;
	font-size:11px;
	color:#ffffff;
	margin-left:10px;
	margin-right:10px;
}



a:link { 

	text-decoration: none; 
	font-family:Verdana, Tahoma, "Times New Roman", Georgia;
	font-size:11px;
	color:#ffffff;
	margin-left:10px;
	margin-right:10px;
	}
a:visited { 

	text-decoration: none; 
	font-family:Verdana, Tahoma, "Times New Roman", Georgia;
	font-size:11px;
	color:#ffffff;
	margin-left:10px;
	margin-right:10px;
	}
a:hover, a:active { 
	text-decoration: underline;
 	font-family:Verdana, Tahoma, "Times New Roman", Georgia;
	font-size:11px;
	margin-left:10px;
	margin-right:10px;
	color: #9685BA;
}



