/* Main Selectors */
body {
	background-color: #FFFBF0;
	color: #800000;
}

a, a:visited {
	background-color: transparent;
	color: #808000;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
}

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #800000;
}

/* Thumbnail Index */
div#index {
	text-align: center;
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #BFBBB0;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo pnavigation */
div#pnavigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

div#pnavigation table {
	text-align: center;
	margin: 0 auto 1em auto;
}

div#pnavigation td.previous {
	text-align: left;
	width: 100px;
}

div#pnavigation td.index {
	text-align: center;
}

div#pnavigation td.next {
	text-align: right;
	width: 100px;
}

div#pnavigation td.thumbcell {
	width: 100px;
}

div#pnavigation td.thumbcell img {
	border-style: solid;
	border-color: #800000;
	border-width: 1px;
}

div#pnavigation td.thumbcell img.selected {
	border-style: double;
	border-width: 5px;
}

div#pnavigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
}

div#photograph img {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #800000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}
/*linke Box, Menu*/
#navigation{
color:maroon;
background:#c5ae7c;
float:left;
width:13em;
padding:1em 0.8em 1em 0.4em;
margin:30px 0 0 5px;
line-height:1.2em;
border-top:1px solid #e4d9c0;
border-right:1px solid #99917d;
border-bottom:1px solid #99917d;
border-left:1px solid #e4d9c0;}

#navigation ul, #navigation li{
list-style-type:none;
margin:0px;
padding:0px;}

#navigation a{
color:maroon;
background:#c5ae7c;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
margin:5px 0 5px 0;
padding:1px 3px 1px 4px;
display:block;
width:99%;
border-top:1px solid #99917d;
border-right:1px solid #e4d9c0;
border-bottom:1px solid #e4d9c0;
border-left:1px solid #99917d;}

#navigation a:visited{color:maroon;background:#c5ae7c;}

#navigation a:hover, #navigation a:active, #navigation a:focus{
color:#f9f3dd;
background:#c5ae7c;
border-top:1px solid #e4d9c0;
border-right:1px solid #99917d;
border-bottom:1px solid #99917d;
border-left:1px solid #e4d9c0;}

#navigation a .hov{
color:#a59a81;
background:transparent;
font-weight:bold;
}
#navigation a:hover .hov{color:maroon;}

#navigation a .maroon{
color:maroon;
background:transparent;
font-weight:bold;}

#navigation a:hover .maroon{color:#a59a81;}

#navigation a .info {display:none;}

#navigation a:hover .info{
color:black;
background:transparent;
display:block;
position:absolute;top:0px;left:0px;
width:195px;
height:140px;
padding:21px 5px 0 2px;
font:15px courier, sans-serif;
line-height:17px;}

#navigation a .space{display:none;}
