@charset "utf-8";
/* author: Hans */
/* Creation date: 05-12-2004 */

/****************************************************************** IE 6 hack*/

a:hover  /* rule added due to ie6 bug, see http://www.tanfa.co.uk/archives/show.asp?var=257 */
{
	text-indent: 0;  
	/* 1) text-indent must not be used in containing elements.  */
	/* 2) a.hover precedes any more specialized, such as a.hover img. */
}

/****************************************************************** Main blocks */
body 
{
  background-color: black; 
  color: silver;
  font-family: Verdana, sans-serif;
  font-weight: 900;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em; 
}

p
{
  letter-spacing: 0.1em; 
}

a, a:visited
{
	color: white;
	text-decoration: none;
}
a:hover
{
	color: lime;
}

#Main
{
	background-image: url(../../images/logo-bw.gif); 
	background-repeat: no-repeat; 
  border-left: 0.1em solid silver;
  margin: 0em 0em 0em 13em;
  padding: 0em 0em 0em 0em;
  top: 0em; 
}
#NavigationLeft 
{
  left: 0em;
  margin: 0em 0em 0em 0em; 
  padding: 11em 0em 0em 0em;
  position: absolute;
  white-space: nowrap;
  width: 13em;
} 
.logo
{
}
/****************************************************************** Content styles */

#Contents
{
	font-weight: normal;
  left: 0.3em;
  margin: 0em 1em 0em 0em;
  padding: 0em 1em 0em 0.5em;
  position: relative;
}
#Header 
{
  border-bottom: 0.05em solid silver;
  color: white; 
  font-variant: small-caps;
  font-weight: 900;
  letter-spacing: 0.3em; 
  margin: 0em 0em 0.5em 0em;
  padding: 0em 0em 0.1em 0.2em;
  text-align: left; 
  z-index:100;
}
a.local
{
	border: 0.1em solid black;
	display: inline;
	float: right;
	margin: 0em 0em 0em 0em;
	padding: 0.2em 0.1em 0em 0.1em;
	text-decoration: none;
}
a.local img
{
	border: 0.1em solid black;
	height: 1.7em;
}
a.local:hover img
{
	border: 0.1em solid lime;
}
a.flag
{
	display: inline;
	margin: 0.2em 0em 0em 0em;
	padding: 0em 0em 0em 0.1em;
	text-decoration: none;
	vertical-align: middle;
}
a.flag img
{
	border: 0.1em solid black;
	height: 0.9em;
}
a.flag:hover img
{
	border: 0.1em solid lime;
}
#Footer 
{
  border-top: 0.1em solid silver;
  clear: left;
  color: gray;
  font-weight: 900; 
  letter-spacing: 0.1em; 
  font: italic 1em Times, "Times New Roman", serif; 
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 5px;
  text-align: left; 
}
#Footer a, #Footer a:visited
{
  letter-spacing: 0em;
  text-decoration: none;
}

.none
{
	display: none;
}
.show
{
	display: block;
}

h2 span
{
	font-size: 0.7em;
	font-style: oblique;
	font-weight: normal;
}
div.full
{
	float: left;
	font-size: 0.7em;
	font-style: oblique;
	font-weight: 900;
	margin: 0em;
	padding: 0em;
	width: 50%;
}
.full img
{
	border-color: black;
	margin-bottom: 0em;
	margin-right: 1em;
	margin: 0em;
	padding-bottom: 1em;
	padding: 0em;
	width: 95%;
}
.full a:hover img
{
	border-color: lime;
}
span.title
{
	font-style: normal;
	font-weight: 900;
}
#poem .full
{ 
	width: 25%;
	padding-right: 0.5em;
}
#poem p
{
	font-weight: normal;
}
div.show p
{
	font-weight: normal;
}

/****************************************************************** Navigation */

#NavigationLeft img 
{
  border: none;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em; 
  vertical-align: middle; 
  width: 11em; 
}

#NavigationLeft a img {width: 0; border-width: 0;}
#NavigationLeft a:hover img.cl, #NavigationLeft a.current img.bw
{
	left: 1em; 
	position: absolute; 
	top: 0em; 
	width: 11em;
}
#NavigationLeft a:hover img.cl, #NavigationLeft a.link:focus
{
	z-index: 100;
}

#NavigationLeft h1 
{
  font-weight: 900;
  letter-spacing: 0.1em; 
  margin: 0em 0em 0.1em 0em;
  padding: 0em 0em 0em 0em;
}
#NavigationLeft a
{
  background-color: gray;
  border-right: 0.5em solid silver; 
  color: silver; 
  display: block;
  font-weight: 900 ;
  letter-spacing: 0.1em; 
  margin: 0.2em 0.15em 0 0; 
  padding: 1px 0.5em 1px 5px;
  text-decoration: none;
}
#NavigationLeft a.current, #NavigationLeft a.multiple
{
  background-color: black; 
  border-right: 0.5em solid gray; 
  color: silver;
}
#NavigationLeft a.link:hover, #NavigationLeft a.link:focus
{
  background-color: black;
  border-right: 0.5em solid lime; 
  color: lime;
}
a.current, a.multiple
{
	cursor: default;
}
/****************************************************************** local menu styles */
#NavigationLocal
{
  background-color: black;
  border-bottom: 2px solid rgb(75%,30%,0%);
  color: silver; 
  font-weight: 900; 
  font: normal 1.1em Times, "Times New Roman", serif; 
  letter-spacing: 0.3em; 
  margin: 0em 0em 0em 0em;
  padding: 0.1em 0em 0.2em 5px;
  text-align: left; 
} 
/****************************************************************** local links */
#NavigationLocal a
{
	background-color: white;
  border-top: 0.1em solid silver;
  border-right: 0.2em solid gray;
  border-bottom: 0.2em solid gray;
  border-left: 0.1em solid silver;
  color: black;
  font-weight: 900 ;
  letter-spacing: 0.1em; 
  margin: 0em 0em 0em 0em; 
  padding: 0.1em;
  text-decoration: none;
}
#NavigationLocal a.link:visited 
{
  color: gray;
}
#NavigationLocal a.link:hover 
{
  background-color: silver;
  border-left: 0.1em solid lime; 
  color: lime;
}
#NavigationLocal a.current, #NavigationLocal a.multiple, #NavigationLocal a.comment
{
  background-color: black; 
  border-top: 0.1em solid silver;
  border-right: 0.2em solid gray;
  border-bottom: 0.2em solid gray;
  border-left: 0.1em solid silver;
  color: gray;
}

#NavigationLocal a.none
{
	display: none;
}
#NavigationLocal a.noComment
{
	display: none;
}
#NavigationLocal a img {height: 0; border-width: 0;}
#NavigationLocal a:hover img, #NavigationLocal a.current img, #NavigationLocal a.multiple img 
{
	border-right: 25em solid black; 
	float: left;
	height: 4.5ex;
	left: 85%; 
	position: absolute; 
	top: 0.2em; 
}
#NavigationLocal a:hover img 
{
	background-color: black; 
	border-right: 25em solid black; 
	z-index: 10; 
}
#NavigationLocal a.current img 
{
	z-index: 2;
	background-color: black; 
}
#NavigationLocal a.multiple img 
{
	background-color: black; 
}

/************************************************* images ***/
.first
{
	padding-top: 0em;
	margin-top: 0em;
}
.frame
{
	background-color: black;
	border-top: 0.1em solid silver;
	border-right: 0.2em solid silver;
	border-bottom: 0.2em solid silver;
	border-left: 0.1em solid silver;
	padding: 0em;
	margin: 0em;
	vertical-align: text-top;
}
a:focus .frame, a:hover .frame
{
	border-top: 0.1em solid green;
	border-right: 0.2em solid green;
	border-bottom: 0.2em solid green;
	border-left: 0.1em solid green;
}

/****************************************************************** Tables */
td
{
  empty-cells: show; 
  vertical-align: top;
  padding: 0em 0.1em 0em 0.2em;
}
th
{
  text-align: left;
  empty-cells: show; 
  vertical-align: top;
  padding: 0em 0.1em 0em 0.1em;
}
td.info, td.label
{
  white-space:nowrap;
}

td.user
{
  border-bottom: solid 1px green;
  font-style: oblique;
}
th.user
{
  border-bottom: solid 1px green;
  font-style: oblique;
}
/****************************************************************** Citation */
.citation
{
  background: #eee;
  border: 1px solid #bbb;
  margin: 0.2em 1em 1em 1em;
}
.citeref
{
  text-align: right;
}

/****************************************************************** Print styles */
@media print 
{
  #NavigationLeft 
  {
    display: none;
  }
  #Main
  {
    margin-left: 0em;
  }
/*
	div.diagram 
  {
  	width: 100%;
  }
  .current
  {
    font-style:oblique;
    font-weight:900;
  }
  .figure, .figureLeft
  {
  	width: 90%;
  	clear: left;
  }
  .figure a, .figureLeft a
  {
  	float: left;
  }
  .figure img.frame, .figureLeft img.frame
  {
  	width: 100%;
  }
  .figure .caption, .figureLeft .caption
  {
  	width: 60%;
  }
  .figureLeft
  {
  	clear: left;
  }
  hr
  {
  	display: none;
 	}
*/
}
