@charset "ISO-8859-1";

/*---Für alle Seiten---*/
body {
	BACKGROUND-COLOR:lightcyan;}
.person {color:crimson;}
.group {COLOR:#00FF33;}
.place {COLOR:seagreen;}
.work {COLOR:darkorange;}
.theme {COLOR:mediumorchid;}
.event {color:#666666;}

/*Navigationleiste*/
span#navigation {
	position: fixed;
	WIDTH: 95%;
	text-align:center;}
span#navigation li {
	LIST-STYLE-TYPE:none;
	DISPLAY:inline;
	BORDER: black solid 1px;
	BACKGROUND-COLOR:aquamarine;
	FONT-SIZE:20px;
	padding-right: 3%;
	padding-left:3%;}

/*--- Home index.htm ---*/
span#home h2,h3,h4,div#contributors, div#imprint {
	text-align:center;}
table#covers {
	text-align: center;
	width:90%;
	margin-left:5%;
	margin-right:5%;}
table#covers td {
	padding:5px;}
table#covers td.left {
	text-align:right;}
table#covers td.right {
	text-align:left;}
#warn {
	text-decoration:blink;
	color:red;}

/*--- Annotations.htm ---*/
span#annotations h2{
	text-align:center;}

/*--- Annotations proper ---*/
p.annotation {
	background-color: #D1FFD4;
	border: black solid 1px;
	padding: 5px;
	margin-left:10%;
	margin-right:10%;
	width:80%;}
/*Tooltips*/	
a.work span.tooltip {display: none;}
a.work:hover span.tooltip {
	display: inline;	
	BORDER: black solid 1px;
	PADDING: 2px;
	BACKGROUND-COLOR: aliceblue;}
/*Small Capitals*/
.sc {font-variant:small-caps;}
.sc1 {font-variant:small-caps;
	}
/*Page Numbers*/
span.page {font-weight:bold;}
/*Nicht zitierter Text innerhalb eines Zitats*/
span.noncite {color:black;}

/*Indentation for 5.3-5.18*/
table.indent1 {margin-left: 31%;}
table.indent1 td {text-align: center;}
/*Indentation for 12.9-13.17*/
table.indent2 {margin-left: 20%;}
span.indent {padding-left:20%;}
/*Kleinerer Zeilenabstand für 20.33-21.32*/
span.format1 {line-height:1;}
/*Mini-Indentation 3 x nbsp*/
span.mini {padding-left:12px;}

/*--- Encyclopedia.htm ---*/
span#encyclopedia h2 {
	TEXT-ALIGN:center;}

/*Encyclopedia*/
table.entry {border:black solid 2px;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	border-collapse:collapse;}
span.author {float:right;}
a.refer {color:black;}
td.entry {text-align:right;}
table.entry td {padding:5px;
	background-color:#D1FFD4;}
table.entry tr {
	border:black solid 1px;
	border-collapse:collapse;}
	
	/*Farben für die Einträge*/
span.personentry {float:left;
	color:crimson;
	font-weight:bold;}
span.workentry {float:left;
	color:darkorange;
	font-weight:bold;}
span.themeentry {float:left;
	color:mediumorchid;
	font-weight:bold;}
span.placeentry {float:left;
	color:seagreen;
	font-weight:bold;}
span.groupentry {float:left;
	color:#00FF33;
	font-weight:bold;}
span.noncite {color:black;
	font-weight:normal;}

	/*Formatierung der Verweise bei Works*/
div.encomment {font-size:smaller;}
td.cite:hover span {color: darkorange;}
td.cite:hover span.noncite {color:black;}
/*td.cite:hover span.cite {font-style:italic;} /*??? removed wrt. Scarlet Letter & Strange Interlude; 
cf. Rebellion in the Rain, where span class="cite" had to be replaced by "italics"*/
td.cite:hover span.sc1 {color:black;}
a.backrefer {text-decoration:none;
		color:black;}

	/*Veränderungen an zitierten Textstellen*/
td.cite span.comment {display:none;}
td.cite:hover span.comment {display:inline;}
td.cite:hover span.erase {text-decoration:line-through;}
td.cite:hover span.italics {font-style:italic;}
td.cite:hover span.indent {color:black;}
	
	/*Verweise auf zitierte Textstellen*/
a.workrefer {color:black;}
a.workrefer:hover {color:darkorange;}
	
	/*Auslassungen aus zitierten Textstellen*/
td.cite:hover span.erasure {text-decoration:line-through;}

	/*Tooltips: Angaben der zitierten Werke*/
td.cite span.tooltip {display: none;}
td.cite:hover span.tooltip {
	display: inline;	
	BORDER: black solid 1px;
	PADDING: 2px;
	BACKGROUND-COLOR: aliceblue;}

/*Indeces*/
span#index h2 {text-align: center;}
div#index {padding-left: 20%;}
ul.indeces li {
	LIST-STYLE-TYPE:none;
	DISPLAY:inline;
	PADDING-RIGHT:3.5%;}

/*Bibliography*/
span#bibliography h2,ul {
	TEXT-ALIGN:center;}
span#bibliography ul {
	LIST-STYLE-TYPE:none;
	margin-left:10%;
	margin-right:10%;}
span#bibliography ul li {
	padding:5px;}
span.small {font-size:small;}

ul.bibliography li{
	list-style-tye:none;
	DISPLAY: inline;
	}
			
