/* Design and CSS Implementation Copyright 2002, 
 * 	by Jörg Reuter <jreuter@yaina.de>
 *
 * $Id: lykanthrop.css,v 1.2 2002/07/06 22:06:00 owolf Exp $
 *
 */

body {
	background: #f8f8ff;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: #5050FF;
	text-decoration: none;
}

a.glossary {
	color: #000070;
	font-style: italic;
	font-weight: lighter;
	cursor: help;
}

span.glossary {
	font-style: italic;
	cursor: help;
}

p.index-subject {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

p.index-subject-disabled {
	color: #D3D3D3;
	font-weight: bold;
}

p.unwichtiges {
	font-size: 6pt;
	font-weight: lighter;
	color: grey;
}

a.index-home {
	color: black;
}

a.index-subject-selected {
	color: black;
	font-weight: bold;
}

a.index-subject {
	font-weight: bold;
}

p.index-topic {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

p.index-topic-disabled {
	color: #D3D3D3;
}

a.index-topic-selected {
	color: black;
}

p.index-chapter-disabled {
	color: #D3D3D3;
}

a.index-chapter-selected {
	color: black;
}


td.navbar {
	vertical-align: top;
	background: #f0f0ff;
	width: 12em;
	height: 60em;
}

td.content {
	vertical-align: top;
	background: #e8e8ff;
	width: 60em;
	height: 60em;
}

td.footer {
	background: #f4f4ff;
}

blockquote {
	margin-left: 1.5em;
	margin-right: 0.3em;
}

blockquote.index {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

h2 {
	border-style: solid;
	border-width: 0pt 0pt 2pt 0pt;
	border-color: #f8f8ff;
}

div.comment {
	border-style: solid; 
	border-width: 2pt 0pt 2pt 0pt; 
	border-color: #f8f8ff;
	background: #fff0f0;
}

img.icon {
	border-width: 0pt;
	height: 12px;
	width: 12px;
	cursor: pointer;
}


img.logo {
	border-style: none;
	border-width: 0px;
	float: right;
	margin-right: 0px;
	height: 47px;
	width: 209px;
}

p.logo {
	min-height: 47px;
	max-height: 47px;
	height: 47px;
}

table.navrow {
	width: 100%;
}

td.quicknav-left {
	text-align: left;
	height: 12pt;
	border-width: 0pt;
  margin: 0pt;
	padding: 0pt;
}

td.quicknav-right {
	text-align: right;
	height: 12pt;
	border-width: 0pt;
  margin: 0pt;
	padding: 0pt;
}

img.quicknav {
	border-width: 0pt;
	border-style: none;
	height: 12pt;
	width: 12pt;
	vertical-align: top;
	margin: 0pt;
	padding: 0pt;
}

table.quicknav {
	width: 100%;
	height: 14pt;
	border-width: 0pt;
  margin: 0pt;
	padding: 0pt;
}

td.navrow {
	vertical-align: top;
	background: #e8e8ff;
	border-style: none;
	height: 1em;
}

td.navrow-left {
	text-align: left;
}

td.navrow-right {
	text-align: right;
}

td.navrow-middle {
	text-align: center;
}

img.navrow {
	border-width: 0pt;
	border-style: none;
	height: 12pt;
	width: 12pt;
	vertical-align: middle;
}

p.copyright {
	text-align: right;
}

div.break {
        clear: both;
}

div.epigraph {
        text-align: justify;
        float: right;
        margin-right: 1em;
        width: 300pt;
}

// vim:tabstop=2

