/* colors */
/* 	Dunkelrot (Grafikelemente): #660000
	Mittelrot (Texte): #990000
	Braungrau: #3D3428
	Beigegrau: #686752
	Dunkelgrau: #333333
	Mittelgrau: #5F5F5F
	Hellgrau: #B1AEA9
	Ockergelb: #AC7B04 */


/* standard */

html {

	height: 101%;} 



* {

	margin: 0;

	padding: 0;
	}



body {

	color: #000000; 

	font-family: Palatino, Constantia, serif;

	font-size: 1em;

	line-height: 1.3em;

	background: #3D3428 url("img/bg_brown.jpg"); 

	margin: 24px 0;
	}

p,ul {

	padding-bottom: 1em;
	}


.meta {

	font-size: 1em;

	color: #686752;

	font-style: italic;

	margin-top: 0.2em;
	}

.meta a {

	color: #686752;
	}

.meta a:hover {

	color: #990000;
	}


ul {

	margin: 0;
	}



li {

	list-style: none;
	}
	
a {
	color: #000099;
	}


a:hover {

	color: #990000;
	}
	

h1 {

	color: #3D3428;
	font-size: 1.6em;
	}



h2 {

	color: #AC7B04;

	font-size: 1.4em;
	line-height: 1.2em;
	font-style: italic;

	margin: 0.6em 0 0.5em 0;
	}
	
h3 {

	color: #3D3428;

	font-size: 1.2em;

	margin: 0.6em 0 1em 0;
	border-bottom: 1px solid #AC7B04;
	}
	
h4 {

	color: #333333;

	font-size: 1em;

	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #B1AEA9;
	}
	
h5 {

	color: #3D3428;

	font-size: 1.2em;

	margin: 0.6em 0 0.4em 0;
	border-bottom: 1px solid #AC7B04;
	}
	
table {
	border-collapse: collapse;
	table-layout:fixed;
	width: 552px;
	border: 0;
	color: #000000;
	font-family: Palatino, Constantia, serif;
	font-size: 1em;
	text-align: left;
	margin-bottom: 1.4em;
	}
	
td.member {
	color: #990000;
	}
	
td.marked {
	background-color: #EDE5CC;
	}
	
td.markedmember {
	color: #990000;
	background-color: #EDE5CC;
	}
	
th {
	background-color: #AC7B04;
	padding: 3px 6px 1px 6px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	}

th.index {

	color: #FFFFFF;

	font-size: 1.4em;
	font-style: italic;

	margin: 0.6em 0 0.5em 0;
	}

td {
	vertical-align: top;
	padding: 3px 6px 1px 6px;
	border-bottom: 1px solid #B1AEA9;
	}
	

.blockquote {

	border-bottom: 2px solid #AC7B04;

	border-top: 2px solid #AC7B04;

	color: #333333;
	font-style: italic;

	display: block;

	font-size: 1em;

	margin-bottom: 1.2em;

	padding: 6px 12px;
	}

	

.blockquote p {

	padding: 3px 0;
	}


img {

	margin: 0 0 1.4em 0;
	}



/* miscellaneous */

.clearer {

	clear: both;
	}



.left {

	float: left;
	}



.right {

	float: right;
	}

	

/* main */

.main {

	width: 600px;
	float: right;
	}



.main .padded {
	padding: 18px 24px 18px 24px;
	}

	

.main ul {

	margin-left: 1.2em;
	}
		

.main li {

	list-style-image: url("img/li.gif");

	margin-left: 4px;
	}



/* structure */

.container {

	font-size: 1em; 

	background: url("img/bgcontainer.gif") repeat-y; 

	margin: 0 auto; 

	width: 800px; 

	border: solid 12px #000;
	}



.header {
	font-family: Palatino, Constantia, serif;

	font-size: 1.8em;

	background: url("img/header.jpg") no-repeat;

	width: 800px;

	height: 150px;

	float: left;

	border-bottom: 8px solid #000000;
	}



/* sub-navigation */

.subnav {

	float: left;

	width: 200px;
	padding: 0;
	}



.subnav h1 {

	color: #fff;
	font-family: Palatino, Constantia, serif;

	font-weight: bold;
	font-size: 1em;
	background: #000 url("img/dot.gif") no-repeat;
	background-position: 0.7em 50%;

	padding: 5px 0 3px 24px;
	}


.subnav ul {
	margin: 0; 
	padding: 0;
	}



.subnav li {

	border-bottom: 1px solid #5F5F5F;

	list-style-type: none;
	}

	

.subnav li a {

	background: #B1AEA9;	

	color: #333333;

	font-family: Palatino, Constantia, serif;

	font-weight: bold;
	font-size: 1em;

	display: block;

	padding: 4px 0 2px 8px;

	width: 192px;

	text-decoration: none;
	}

	

.subnav li a:hover {

	background: #5F5F5F;

	color: #000;
	}



.subnav li a.active {

	background: #3D3428;

	color: #FFFFFF;
	}



/* footer */

.footer {

	color: #000000;

	line-height: 26px;

	width: 800px;

	font-size: 1em;

	background: #5F5F5F;

	text-align: center;

	margin-bottom: 14px;

	border-top: 8px solid #3D3428;
	}

	

.footer .left, .footer .right {

	padding: 0 16px;
	}



.footer a {

	color: #000000;
	}



.footer a:hover {

	color: #B1AEA9;
	}

/* separate lightbox css styles for image gallery */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 0.8em "Palatino", "Constantia", serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; font-weight: bold }			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; }
#bottomNavClose {position: relative; z-index: 100;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* end */
