/*
  finanzbewertungen.css 
  Verfasser: Michael Milsch
  Letzte Änderung: 23.11.2005
     hellblau/dunkel = DDDDEE 221 221 238
     hellblau/hell   = eeeeFF 238 238 255
     rot (Winkel)    = CC0000 204   0   0
     blau (Schrift)  = 000088   0   0 136
     orange          = FF7300 255 115   0
*/
/*
h1   { font-family:Verdana,Arial,Sans-Serif,Helvetica;
       font-size:0pt;
       color:#ffffff;
       margin-top:0pt;
       margin-bottom:0pt;}
*/
h2   { font-family:Verdana,Arial,Sans-Serif,Helvetica;
       font-size:11pt; 
       color:#000088;
       margin-top:0pt;
       margin-bottom:0pt;}

h3   { font-family:Verdana,Arial,Sans-Serif,Helvetica;
       font-size:9pt; 
       color:#000088;
       margin-top:0pt;
       margin-bottom:0pt;}

p    { font-family:Verdana,Arial,Sans-Serif,Helvetica;
       font-size:8pt; 
       font-weight:none;
       font-style:none;
       text-decoration:none;
       color:#000088; 
       margin-top:0pt;
       margin-bottom:0pt;}
p.kursiv {font-style:italic;}
p.small {font-size:7pt;}
p.verysmall {font-size:6pt;}
p.big {font-size:9pt;}
p.verybig {font-size:10pt;}

*.orange  {color:#FF7300;}


body { background-color:#ffffff; 
       font-family:Verdana,Arial,Sans-Serif,Helvetica;
       color:#000088; 
       font-size:8pt; }

a    { color:#000088;
	    font-size:8pt;
	    font-weight:none;
	    font-style:none;
	    text-decoration:none; }
a:hover  { color:#cc0000;
	        font-size:8pt;
	        font-weight:none;
	        font-style:none;
	        text-decoration:underline; }
a.big    { color:#000088;
	    font-size:9pt;
	    font-weight:none;
	    font-style:none;
	    text-decoration:none; }

a.big:hover  { color:#cc0000;
	        font-size:9pt;
	        font-weight:none;
	        font-style:none;
	        text-decoration:underline; }
a.small  { color:#000088;
	    font-size:7pt;
	    font-weight:none;
	    font-style:none;
	    text-decoration:none; }

a.small:hover  { color:#cc0000;
	        font-size:7pt;
	        font-weight:none;
	        font-style:none;
	        text-decoration:underline; }

/* *.hellblaudunkel  {  background-color:#DDDDEE; } */
*.hellblaudunkel  {  background-color:#bbbbcc; }
*.hellblauhell    {  background-color:#eeeeFF; }

/* wenn man bei Table, tr oder td eine background-color angibt, wirkt die sich auf ALLE Tabellen aus!! */
/* Es gibt dann keine transparenten Tabellen mehr!! */
table  { vertical-align:top;
         text-align:left; }
         cellpadding="0";
         cellspacing="0";
         border="0"; }

tr  {  vertical-align:top;
       text-align:left; }

td  {  vertical-align:top;
       text-align:left; 
       font-family:Verdana,Arial,Sans-Serif,Helvetica;
       font-size:8pt; 
       font-weight:none;
       font-style:none;
       text-decoration:none;
       color:#000088;   }

td.navi  { vertical-align:top;
           text-align:left; 
           background-color:#bbbbcc; 
           border:1px solid #eeeeFF;}


/* Ende finanzbewertungen.css */


