/* ---------------------------------------------- */
/* z_styles.css    for St. Nikolaus pages                   */
/* Docu + Design Daube, Zürich, 2000-04-26        */
/* ---------------------------------------------- */
/* layout       */
div.side  {
	position: fixed;
  top: 0px;
  left : 2px;
  width: 148px;
}
div.content {
	position: absolute;
  top: 0px;
  left: 150px;
}
/* forms can not be influenced in all browsers */
a:link {
	color : #663366;
	text-decoration: underline;
}
a.toc:link {
	color : #663366;
	text-decoration: none;
}
a:visited {
	color: #cc3333;
	text-decoration: none;
}
a:hover {
	color: #ff00cc;
	text-decoration: underline;
	background: #99ffff;
}

/* Quotations */
blockquote {
	background-color : #FFFF33;
	font-style : italic;
}
body {
	background-color : #FFFFCC;
	color : #000000;
	font-family : Palatino, Times, serif;
	text-align : left;
}

div.content {
	margin-left : 30px;
}

div.shaded {
	background-color : #FFFF99;
}

	
div.toc {
	margin-left : 0px;
}

/* Headings with exception for TOC */
h1 {
	color : #663366;
	font-size : x-large;
	font-weight : bold;
}

/* netscape needs this explicitly... */
h1,h2,h3,h4,h5 {
	color : #663366;
	font-family : Arial,Helvetica,sans-serif;
}

h2 {
	border-top-width : medium;
	color : #663366;
	font-size : large;
	font-weight : bold;
	border-top-style : solid;
}

h3 {
	border-top-width : thin;
	color : #663366;
	font-size : medium;
	font-weight : bold;
	border-top-style : solid;
}

h3.toc {
	margin-left : 0px;
	color : #663366;
	border-top-style : none;
}


.inline-heading {
	color : #663366;
	font-family : "Lucida Sans",sans-serif;
	font-size : small;
	font-weight : bold;
}

h4 {
	color : #663366;
	font-size : small;
	font-weight : bold;
}

h5 {
	color : #663366;
	font-size : small;
}


p,ol,ul,li,div,address,blockquote,nobr,b,i {
	color : #000000;
	font-family : Palatino, Times, serif;
}

p.remark {
	font-family : Arial,Helvetica,sans-serif;
	font-size : x-small;
}

/* Table of Contents TOC */
p.toc {
	color : #663366;
	font-family : Arial,Helvetica,sans-serif;
	font-size : medium;
	font-weight : bold;
}

  pre {
	font-family : "LetterGothic", monospace;
}

td {
	background-color : #FFFF99;
	font-family : Arial,Helvetica,sans-serif;
	vertical-align : top;
}

td ol {
	background-color : #FFFF99;
	font-family : Arial,Helvetica,sans-serif;
}

td p {
	background-color : #FFFF99;
	font-family : Arial,Helvetica,sans-serif;
}

td ul {
	background-color : #FFFF99;
	font-family : Arial,Helvetica,sans-serif;
}

	
/* table for citations - blockquote not displayed properly in NS */
td.citation {
	background-color : #FFFF99;
	vertical-align : top;
	text-align : center;
}

td.info {
	background-color : #FFFF99;
	font-size : x-small;
	vertical-align : top;
	text-align : left;
}

td.layout {
	background-color : #FFFFCC;
	vertical-align : top;
}

td.toc {
	background-color : #FFFF99;
	font-size : medium;
	font-weight : bold;
	vertical-align : top;
}

td.tocr {
	background-color : #FFFF99;
	font-size : x-small;
	vertical-align : top;
	text-align : right;
}

/* Table for title area */
td.top {
	background-color : #FFFF99;
	vertical-align : top;
	text-align : left;
}

/* Tables */
th {
	background-color : #FFFF99;
	font-family : Arial,Helvetica,sans-serif;
	text-align : left;
}

th.info {
	background-color : #FFFF99;
	font-size : x-small;
	font-weight : bold;
}

th.layout {
	background-color : #FFFFCC;
}

/* Lists */
ul.one {
	list-style-type : square;
}

ul.two {
	list-style-type : circle;
}

/* rules - not much does work in current browsers */
/* hr.thick {
	color : #006666;
	line-size : 5px;
}

  
/* Large items to show shape of glyphs 
   symbolic sizes (4, 5) do not work in MS_IE and NS    */
.large {
	font-size : xx-large;
}

.red {
	color : #FF0000;
}

/* Small print for meta information and TOC 
   relative values (symbolic sizes (2, 1) do not work in MS_IE and NS */
.small {
	font-size : x-small;
}
