<!-- /* beware of old browsers ;-) */

/* Style Sheet (c) by Frank Hannig        */
/* Hardware-Software-Co-Design Styel V1.0 */
/* V1.1 Links werden nun unterstrichen    */

    
/* link settings */       
a:link    {text-decoration: none}       /* dont't underline links */
a:visited {text-decoration: none}
a:active  {text-decoration: none}
a:hover   {text-decoration: underline}
a:link    {color: #556699;}   /* link color */
a:visited {color: #556699;}   /* color of visited links */
a:active  {color: #ff0055;}   /* color of pressed link */

/* color definitions */
/* black on white */
.bow
{ color: black;
  background: white
}
.bow a:link, .bow a:visited, .bow a:active 
{ text-decoration: none
}
.bow a:hover   {text-decoration: underline}
.bow a:link    {color: #556699; background: transparent}
.bow a:visited {color: #556699; background: transparent}
.bow a:active  {color: #ff0055; background: transparent}


/* black on light blue */
.bob
{ color: black;
  background: #f2f2f2
}
.bob a:link, .bob a:visited, .bob a:active 
{ text-decoration: none
}
.bob a:hover   {text-decoration: underline}
.bob a:link    {color: #556699; background: transparent}
.bob a:visited {color: #556699; background: transparent}
.bob a:active  {color: #ff0055; background: transparent}


/* reference saving */
.ref
{ color: #334477;
  background: #bbccee
}
.ref a:link, .ref a:visited, .ref a:active 
{ text-decoration: none;
}
.ref a:hover   {text-decoration: underline}
.ref a:link    {color: #556699; background: transparent}
.ref a:visited {color: #556699; background: transparent}
.ref a:active  {color: #ff0055; background: transparent}

/* border-color of tables */
td.border
{ color: #5050a0;
  background: #5050a0
}
    
body
{ font-family: Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12pt;
  
  background: white;
  margin-top:    0;
  margin-right:  0;
  margin-bottom: 0;
  margin-left:   0;
}

.backgroundtableSTD
{ padding: 0;
  border: none;
}

.backgroundtable1
{ background: blue url(../pics/links_background.gif);
  background-repeat: repeat-x;
  padding: 0;
  border: none;
}

td.backgroundtable2
{ background: blue url("../pics/back_2nd2.gif");
  background-repeat: repeat-x;
  padding: 0;
  border: none;
}

tr.nobackground
{ background: url();
}
    
/* font settings in tables */
td
{ font-family: Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10pt;
}
    
/* bold text */
b
{ font-family: Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10pt;
}

/* italic */
i
{ font-family: Helvetica, Verdana, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 10pt;
}
    
/* defs for 'small' footnotes */
.note
{ color: #bbbbbb;
  background: white;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10pt;
}
.note a:link, .note a:visited, .note a:active 
{ text-decoration: none
}
.note a:hover   {text-decoration: underline}
.note a:link    {color: #b0b0ee;}
.note a:visited {color: #b0b0ee;}
.note a:active  {color: #ff0055;}
-->

