/* Main Selectors */
body {
	background-color: #FFFFFF;    
	color: #828282;
}

a, a:visited {
	background-color: transparent;
	color: #389900;
}

a:hover {
	background-color: transparent;
	color: #8CC327;
}

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #000000;
}

/* 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: 140px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
  background: #F0F0F0;
}

div#index td.thumbcell img {
	border-style: none;
  background: #F0F0F0;
}


div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 140px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 140px;
}

div#navigation td.thumbcell {
	width: 140px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
  background: #F0F0F0;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset; 
	border-width: 2px;
   background: #ffffff;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #008080;
	border-width: 1px;
}

/* Photograph Title */
.titul {
width:830px;
text-align: left;
}
h1.title {
text-align: center;
 font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin: 0px;
} 
p.title {
 font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin: 0px;
  color: black;
}
p.title2 {
 font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 14pt;
	/*font-weight: bold;*/
	margin: 0px;
  margin-top: 10px;
}
/* Photograph Caption */
p.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 1.2em;
	display: block;
	width: 1024px;
	margin: auto;
}
p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 16pt;
	display: block;
	width: 1024px;
	margin: auto;
}
p.odkaz {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 12pt;
	display: block;
	/*width: 850px;
	/*padding-top: 10px;*/
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}
