html, body {
	background-color: black;
	margin: 0;
	padding: 0;
}


#NAGLOWEK {
	background-color: black;
	font-family: Copperplate Gothic Light ,Verdana, Arial, Helvetica ;
	text-align : center;
	color: #DC2331;
	margin-top: 0; 
	margin-bottom: 0;

}


#cezmenu ul.menu
a {
	text-decoration:none;
	color: darkcyan;
}


#cezmenu ul.menu a.selected, 
#cezmenu ul.menu a:hover, 
#cezmenu a:hover 
{
	color: red;
}



#cezmenu ul.menu {
	width: 15%;
	float: left;
	overflow: hidden;

	font-size:16px;
	line-height:26px;
	font-weight:bold;
	list-style-type:none;
	padding-top:3em;
	font-family: Copperplate Gothic Light ,Verdana, Arial, Helvetica ;
}


#TRESC {
	width: 81%;
	float: left;
	overflow: hidden;
	background-color: black;
        text-align: left;
}



#STOPKA {
	clear: both;
	background-color: black;
	font-family: Verdana, Arial, Helvetica ; 
}





.gallerycontainer{
position: relative; 
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


.thumbnail img{
border: 1px solid black;
margin: 2px 2px 2px 2px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;

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*/
visibility: visible;
top: 0;
left: 250px; /*position where enlarged image should offset horizontally */
z-index: 950;
}
