/* Inspired by the Author of the CSS2 Spezification at w3c.org
 *
 * Style sheet for the CSS2 specification
 * $Id: default.css,v 1.1 1998/05/19 08:01:55 bbos Exp $
 *
 * This default.css was partly extracted by me (JDB) for my site ;-)
 */

MH /* My Index-Points */
	{
	    font-size: 20pt;
	}	

BODY {
/*    color: #70f7ff; */
    color: #000000;
    /* text-align: justify; */
    font-family: helvetica, sans-serif;
    font-size: 12pt;
/*    background: #5b79ff; */
 /* 1st joetest    background: #76B0FF; */
 /* lucdesign Vorschlag */
     background: #A0c8ff;
 background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
/*    margin: 2em 1em 2em 70px; */
    margin: 0em;
    margin-left: 0pt;
    margin-right: 0pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
    /* For the REC: background: #def url(recbg.jpg); */

}

H1 { font-size: 30pt; }
H2 { font-size: 24pt; }
H3 { font-size: 20pt; }
H4 { font-size: 18pt; }
H5 { font-size: 16pt; }
H6 { font-size: 14pt; }
h1 img {
	vertical-align: middle;
	padding: 5px;
}

H1.praxis {
	font-size: 30pt;
	color: #FFDC98;
	text-shadow: black 0px 0px 5px;
}



P { font-size: 12pt; }
BLOCKQUOTE { font-size: larger }
EM { font-size: 150% }

PRE {
    font-family: monospace;
    margin-left: 1em;
    font-size: 90%
}

IMG {
    border: 0;
}

/* I don't like all that blue text, how about this: */
/* It should be 'inherit', but Netscape inserts a random color :-( */
A.noxref:link, A.noxref:visited {color: black; color: inherit}
DIV.example A:link, DIV.example A:visited {color: maroon; color: inherit}
DIV.deprecated-html-example A:link,
DIV.deprecated-html-example A:visited {color: red; color: inherit}
.note A:link, .note A:visited {color: green; color: inherit}

A.paragraph {
	font-size: 14pt;
	font-weight: bold;
            }

SUP {
    vertical-align: super;
    font-size: 60%
}

div.section { border: thin solid black; }

div.nav {
  border: thin solid #d5ceac;
  background-color: #f7f7e0;
}

div.intro { font-size: medium; }

.highlight { color: red; }

td.section {
/*  background-color: #f7f3ce; */
  border: thin solid black;
  background-color: #d5ceac;
}

td.menu {
  background-color: #fdfff7;
}

td.price {
	text-decoration: underline;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
/*	font-style: oblique; */
}

/* a:hover {
	text-decoration: underline;
}

Noooo! */

div.block {
	clear: both;
	border: thin solid #d5ceac;
	background-color: #fdfff7;
	padding: 3px;
	margin: 0px;
}

pre.code {
	border: thin solid black;
	background-color: white;
	white-space: pre;
	color: black;
	font-family: monospace;
	font-size: x-small;
	padding: 10px 5px 5px;
	margin: 0px;
	clear: both;
}

p.cjx {
	clear: both;
	border: thin solid black;
	background-color: #d5d6d5;
	padding: 2px;
	margin: 0px;
	margin-bottom: 0px;
	font-family: sans-serif;
	font-size: small;
	letter-spacing: 3px;
}

img.menub1 {
	display:block; position:fixed; top:100px;
}	

img.menub2 {
	display:block; position:fixed; top:150px;
}	
img.menub3 {
	display:block; position:fixed; top:200px;
}	
img.menub4 {
	display:block; position:fixed; top:250px;
}	
img.menub5 {
	display:block; position:fixed; top:300px;
}	
img.menub6 {
	display:block; position:fixed; top:350px;
}	
img.menub7 {
	display:block; position:fixed; top:400px;
}	

div.footer {
	text-align: right;
	font-size: xx-small;
	font-style: italic;
}

dt { font-weight: bold; font-size: smaller }

blockquote.citation {
	font-style: italic;
	width: 60%;
}

p.reference {
	font-size: small;
}

