body {
	background-color: #005d5d;
	color: #ffffff;
}

a, a:visited {
	background-color: transparent;
	color: #000000;
}

a:hover {
	background-color: transparent;
	color: #808080;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}


div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #6A798C;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}


div#index td.thumbcell img {
	border-style: none;
}
s
/* Photograph Caption */
p.caption, p.description {
  color: #000000;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 640px;
	margin: auto;
}

p.footnote {
	color: #000000;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.7em;
	text-align: LEFT;
	padding: 0 2em 0 0;
}

p.footnote2 {
        color: #005d5d;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.7em;
	text-align: LEFT;
	padding: 0 2em 0 0;
	margin: 20px;
}

p.opis_dol
{
  color: #38ffd0;
	font-family: arial;
	text-align: center;
	font-size: 0.7em;
	display: block;
	margin: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

/* menu */
#navcontainer
{
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 0.7em;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
border-top: 1px solid #00ff00;

}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 5px;
color: #000000;
background-color: #005d5d;
border: 1px solid #ffffff;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #ffffff;
border: 1px solid #00ff00;
border-top: 1px solid #00ff00;
border-bottom: 1px solid #00ff00;
}

#navcontainer li a#current
{
color: #ffffff;
border: 1px solid #00ff00;
border-top: 1px solid #00ff00;
border-bottom: 1px solid #00ff00;
}



