/* DATEI: bcminis.css */
/* von Thommy Kluitmann, thommy@iaeste.de */

/* Sytemweite Definitionen */

/* Standard-Schriftart ist Arial */
.     { color:#00007B; font-family:Arial,sans-serif; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a
    { color:#00007B; font-family:Arial,sans-serif; }

/* normaler Text, Schriftgroesse */
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

/* Links: */
/* in der Navigationleiste: */
a.navi:link { color:#00007B; text-decoration:none; }
a.navi:visited { color:#00009C; text-decoration:none; }
a.navi:hover { color:#EFEFEF; text-decoration:underline; }
a.navi:active { color:#EFEFEF; text-decoration:underline; }

/* Links: */
/* sonstige: */
a:link { color:#6B6B6B; text-decoration:none; }
a:visited { color:#5A5A5A; text-decoration:none; }
a:hover { color:#8C8C8C; text-decoration:underline; }
a:active { color:#8C8C8C; text-decoration:underline; }

/* Tabellen: */
/* Hinweis: border-spacing /padding wird von IE5 nicht unterstützt */

table.navi { background-color:#000000; border-spacing:0; padding:0}
tr.navi { color:#00007B;  background-color:#C8C8FF; }
th.navi { color:#C6C3C6;  background-color:#0000FF; }
td.navi { color:#00007B;  background-color:#C8C8FF; }

table.text { background-color:#000000; border-spacing:1; padding:0 }
tr.text { color:#00007B;  background-color:#C8C8FF; }
th.text { color:#EFEFEF;  background-color:#0000FF; }
td.text { color:#00007B;  background-color:#C8C8FF; }

table.top { background-color:#0000FF; border-spacing:0; padding:0}

/* Formulare */
textarea  { color:#00007B; font-family:Arial,sans-serif; font-size:8pt;}
input     { color:#00007B; font-family:Arial,sans-serif; font-size:8pt;}
select     { color:#00007B; font-family:Arial,sans-serif; font-size:8pt;}


/* Standard-Farbe, nur in klein */
   .small { font-size:8pt;}

/* Standard-Farbe, nur in klein */
   .copy { color:#C6C3C6; font-size:8pt;}

/* für schwarze Schrift */
    .black { color:#000000; text-decoration:none}
    .blacksl { color:#000000;font-size:8pt;text-decoration:none}

/* für weisse Schrift z.B. in linker Leiste in gross und klein */
   .white { color:#FFFFFF; text-decoration:none}
   .whitesl { font-size:8pt; color:#FFFFFF; }

/* für helle Schrift z.B. in linker Leiste in gross und klein */
   .headline { color:#EFEFEF; text-decoration:none}

/* für Kennzeichen*/
   .kennzeichen { font-size:8pt; color:#000000; font-weight:bold;}

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


h1 { font-size:18pt; }
/* 18pt = 18 Punkt, Wert aenderbar */

h2 { font-size:16pt; }
/* 16pt = 16 Punkt, Wert aenderbar */

h3 { font-size:12pt; }
/* 11pt = 11 Punkt, Wert aenderbar */


h4 { font-size:10pt; }
/* 10pt = 10 Punkt, Wert aenderbar */



pre { font-family:Courier New,Courier; font-size:10pt; }
/* Quelltext-Beispiele */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* 10pt = 10 Punkt, Wert aenderbar */

tt { font-family:Courier New,Courier; font-size:10pt;  }
/* Quelltext-Befehle im normalen Fliesstext */
/* Courier New,Courier = Schriftarten, Wert aenderbar */

/* Hier stehen weitere, noch nicht verwendete Attribute für CSS */
/* Wenn du dich mit Style-Sheets */
/* auskennst, kannst du weitere Angaben notieren */

/* 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 */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */