body{
margin: 0;
padding: 0;
background: #FF9933;
text-align: center;
}

div#box{
background: white;
height:auto;
border: solid red 2px;
margin-top: 0;
margin-bottom: 0;
position: relative;
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
	}

h1{

margin-bottom: 0;
font-size: 200%;
letter-spacing: 3px;
text-align: center;
font-weight: bold;
background: white;
}

h2{
margin: 0;

letter-spacing: 1.5 px;
text-align: center;
font-weight: bold;
padding: 0.25em;
background: white;
border-bottom: solid 2px red;
}

h3{
text-align: center;
letter-spacing: 1px;
}

div#main{
background: white;
margin: 1em;
padding: 1em;
line-height: 120%;
font-size: 110%;
height: auto;}

div#nav{
	text-decoration: none;
	/*list-style-image: url(wij.gif);*/
	font-size: 110%;
	background: url(lato.jpg) 100%;
	border-bottom: solid 2px red;

	}

div#nav li {
	position: relative;
	list-style: none;

	}
div#nav ul {
	margin: 0;
	padding: 10px, 15px, 0px, 15px;
border-right: sold 2px red;
width: 10em;
	background: #FFE3A2;

	
	}

div#nav ul a{
	display: block;
	text-decoration: none;
	color: black;
	padding: 2px;
	
	}

div#nav ul a:hover {
	/*background: #FF9933;*/
	font-weight: bold;
}

div#kontakt{
text-align: center;	
}

div#kontakt a{
color: black;}


/* OKLADKI ALBUMOW */
.albumcontainer {
text-align: center;
}

.album {
	width: 470px;
	height: 142px;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	border: 1px solid black;
	text-align: center;
	}

	
.album img {
	float: left;
	border: 1px solid black;
	margin: 5px;
	
}

.album :hover  img{
border: 1px solid red;
}



.album h3 {
	color: red;
	
}


/*Opis do okladek */
.album .note {
	float: right;
	width: 295px;
	height: 116px;
	padding: 5px;
	text-align: left;
	border: 1px solid black;
	margin: 5px;
}

.album.note h3 {
	margin: 0 0 15px 0;
	text-align: center;
	}

/* GALERIA ZDJEC */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid red;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
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: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* POD GALERIĄ */
div#pod{
font-size: 80%;
font-style: italic;
font-decoration: none;
}

