/* DATEI: ivan.css */

body { background-color: #000000; margin-top:10px; margin-bottom:10px;  vertical-align: middle;  }

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana,Helvetica; }
	  
h1{
	font-size:10pt;
}

.frontsearch {
	height:16px;
	font-size:9px;
	width:120px;
}

td.navi {
	padding: 0px 0px 3px 10px;
}
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:8pt; color:#DFDFFF; }
pre { font-family:Verdana,Helvetica; font-size:8pt; color:#DFDFFF; }
/* Quelltext-Beispiele */

tt { font-family:Verdana,Helvetica; font-size:8pt; color:#DFDFFF; }
/* Quelltext-Befehle im normalen Fliesstext */

td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#000000; }

/* Bereiche mit Beispiel-Quelltexten */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* border-width = Randbreite */
/* 1pt = 1 Punkt, Wert aenderbar */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #999999 = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */

.code { background-color:#000000; }

/* Tabelleninhalte mit Quellcode */
/* Farbe sollte gleich sein wie bei td.xmpcode */



td.xplcode { background-color:#000000; }

/* Tabelleninhalte mit Erklaerungen */
/* background-color = Hintergrundfarbe */
/* #EEEEFF = helles Blau, Wert aenderbar */



.doc { background-color:#000000; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */

.bu { background-color : #666666;  color : White;  font-size : 11px;  }

.qbar { background-color:#000000; font-size:9pt; font-family:Arial,sans-serif; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,sans-serif = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */


pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


a:link { color:#DAB49C; text-decoration:none; }
a:visited { color:#DAB49C; text-decoration:none; }
a:active { color:#DAB49C; text-decoration:underline; }
a:hover { color:#DAB49C; text-decoration:underline; }

a.an { text-decoration:none; }

UL UL LI { list-style: outside; list-style-image: url(images/is_bullet_small.gif) }
UL LI { list-style: outside; list-style-image: url(images/is_bullet.gif) }

#divhome{
	vertical-align: middle;
}