/*
bic_ffo.css
stylesheet file for www.bic-ffo.de page
(c) 2000 by tjs and CuMeD

insert to document with following command line:

<LINK rel=stylesheet type="text/css" href="bic_ffo.css">

in the <HEAD>-section
*/


/***** general styles *****/
BODY,P,A,PRE,CENTER,
I,B,U,TT,STRIKE,S,BIG,SMALL,SUP,SUB,BLINK,
EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ABBR, ACRONYM,
TABLE,THEAD,TBODY,TFOOR,TR,TD,TH,
UL,OL,LI,
H1,H2,H3,H4,H5,H6
{
 font-variant:normal;
 word-spacing:0pt;
 letter-spacing:0pt;
 text-transform:none;
 text-shadow:none;
 text-indent:0pt;
}

BODY,P,PRE,CENTER,
I,B,U,TT,STRIKE,S,BIG,SMALL,SUP,SUB,BLINK,
EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ABBR, ACRONYM,
TABLE,THEAD,TBODY,TFOOR,TR,TD,TH,
UL,OL,LI,
H1,H2,H3,H4,H5,H6
{
 color:#000000;
}

BODY { background-color:#FFFFFF; }
TR.even,TR.even TD
{ 
 background-color:#CCCCCC; 
}

P { text-indent:0pt; }

A,A:link,A:visited,A:active
{
 color:rgb(15,27,141);
 text-decoration:underline;
}

BODY,P,A,PRE,CENTER,
TABLE,THEAD,TBODY,TFOOR,TR,TD,TH,
UL,OL,LI,
H1,H2,H3,H4,H5,H6
{
 font-family:Arial,Verdana;
}

BODY,P,A,PRE,CENTER,
TABLE,THEAD,TBODY,TFOOR,TR,TD,TH,
UL,OL,LI,
{
 font-weight:normal;
}

BODY,P,A,PRE,
{ 
 text-decoration:none;
}

STRIKE { text-decoration:line-through; }

BODY,P,PRE,
UL,OL,LI,
TABLE,THEAD,TBODY,TFOOR,TR,TD,TH
{ font-size:10pt; line-height:12pt; }

B,H1,H2,H3,H4,H5,H6 { font-weight:bold; }
I { font-style:italic; }
U { text-decoration:underline; }

BODY { margin:5pt 10pt; }

PRE,TT,CODE { font-family:Courier,Courier New; }

TABLE {
 margin:0;
}

UL {
 margin: 6pt 0 0 15pt;
 list-style-image:url(item.gif); 
 list-style-position:outside;
}

s,strike {text-decoration:line-through; }
tt,pre { font-family:Couier,Courier New; }
pre.code { padding:0 0 0 0; }
pre.code b {
 color:#0000FF;
 font-weight:normal;
 font-family:Couier,Courier New;   
}
pre.code i {
 color:#007F00; 
 font-style:normal;
 font-family:Couier,Courier New;   
}
big { font-size:12pt; }
small { font-size:8pt; }
sub,sup { font-size:6pt; }


/***** headings *****/
 
h1,h2,h3,h4,h5,h6 { 
 color:#000000;
 font-weight:bold;
 margin-bottom:10pt;
 padding:0 0 0 0;
 border-style:solid; 
 border-color:rgb(250,233,57);
}

h1,h1 a {
 color:#000000;
 font-size:16pt;
 line-height:16pt;
 margin-top:0;
 border-width:0 0 3pt 0;
}

h2,h2 a {
 color:#000000;
 font-size:14pt;
 line-height:14pt;
 margin-top:35pt;
 border-width:0 0 2pt 0;
}

h3,h3 a {
 color:#000000;
 font-size:12pt;
 line-height:12pt;
 margin-top:30pt;
 border-width:0 0 2pt 0;
}

h4,h4 a {
 color:#000000;
 font-size:10pt;
 line-height:10pt;
 margin-top:25pt;
 border-width:0 0 1pt 0;
}

h5,h5 a {
 color:#000000;
 font-size:9pt;
 line-height:9pt;
 margin-top:20pt;
 border-width:0 0 1pt 0;
}

h6,h6 a {
 color:#000000;
 font-size:8pt;
 line-height:8pt;
 margin-top:15pt;
 border-width:0 0 1pt 0;
}

p.footer {
 font-size:8pt;
 margin: 36pt 0 0 0;
 padding:0 0 0 0;
 border-style:solid; 
 border-color:#000000;
 border-width:2pt 0 0 0;
 text-indent:0;
}


/* EOF */
