/* --------------------- BODY --------------- */

BODY	{ background: #ffffff url(/ix/images/bg/black.left.gif) repeat-y;
	  color: #000000 };

A:link { background: #ffffff; color: #000099 } 
A:visited { background: #ffffff; color: #000066 }
A:active { background: #ffffff; color: #cccccc }

/* --------------------- H1 ----------------- */

H1	{ font-family: sans-serif; text-align: center; 
	  font-size: xx-large;
	  background: #ffffff; color: #6666cc }


/* --------------------- H2 ----------------- */

H2	{ font-family: sans-serif; text-align: center; 
	  font-size: large; 
	  background: #ffffff; color: #666699 }



/* --------------------- H3 ----------------- */

H3	{ font-family: sans-serif; text-align: center; 
	  font-size: large; 
	  background: #ffffff; color: #666699 }



/* --------------------- H4 ----------------- */

H4	{ font-family: sans-serif; margin-left: 10%;
	  background: #ffffff; color: #666699 }


/* --------------------- H5 ----------------- */

H5	{ font-family: sans-serif; margin-left: 10%;
	  background: #ffffff; color: #996699 }



/* --------------------- P ------------------ */

P	{ font-family: monospace;
	  text-align: left }


P.lit	{ text-align: right; color: #333366; }

P.z	{ text-align: center }
P.pos	{ text-indent: 2em }

P.neg	{ text-indent: -2em }

P.abs	{ margin-left: 5px;  }

P.sm	{ font-size: small; }

P.special { margin-left: 10%; text-indent: -10px; 
	    background: white; color: #6666cc; 
	  font-family: sans-serif; }

P.nocss	{ color: white; background: white; text-align: right; }

P.quote { margin-left: 15%; font-size: small;
	  background: white; color: #666666; }

P.small { font-size: small; }

/* ----------- IMG ----------------- */

IMG.xml { margin-left: 10%; }

/* ----------- SPAN ----------------- */

SPAN.new { font-weight: bold; color: #996666; }
SPAN.new-neg { font-weight: bold; color: #ccff00; }

SPAN.history { font-weight: bold; color: #666666; }

SPAN.author { color: #333366; }


/* ----------- allg. Klassen ----------------- */
.bar	{ width: 170; float: left; text-align: right; }

.menu	{ color: #ffffff; background: black;
	  font-size: 12pt; line-height: 110%;
	  font-family: sans-serif; }


.lblueish	{ background: #ccccff; color: #6633cc;
		  font-family: sans-serif; 
		  font-size: small; } 

.dblueish	{ background: #6633ff; color: #ccccff;
		  font-family: monospace; 
		  font-size: small; } 

.greyish	{ background: #cccccc; color: #666666;
		  font-family: monospace; 
		  font-size: small; } 

.further 	{ background: #ffffff; color: #6666cc;
		  font-family: sans-serif; font-weight: bold; }


