/* ckader.css */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,small,big
     { font-family:Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* font-size = Schriftgroesse */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */



h1 { font-size:18pt; }

h2 { font-size:16pt; }

h3 { font-size:12pt; }

h4 { font-size:10pt; }

/*p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }*/

/*small { font-size:8pt; }*/

/*big { font-size:20pt; }*/

/*pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }*/

/*tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }*/

/*td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }*/

/*.code { background-color:#FFFFE0; }*/

/*td.xplcode { background-color:#EEEEFF; }*/

/*.doc { background-color:#EEEEEE; }*/

/*.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; }*/

/*pre.normal { color:#000000; }*/

/*a:link { color:#AA5522; text-decoration:underline; }*/
/*a:visited { color:#772200; text-decoration:underline; }*/
/*a:active { color:#000000; text-decoration:none; }*/

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */

/* works different in netscape and ie :-( */
/*ul,ol {margin-left:0px; }*/

