/* Beispiel-CSS-Datei  */
/* ----------------------------------------------------------------------------- */
/* Beispiel-Angaben fuer Randabstand und Hintergrundfarbe */
td     {font-size:10pt;   font-family: Arial; font-weight:none; color: #ffff00; }
p      {font-size:10pt;   font-family: Arial; font-weight:none; color: #ffff00; }
strong {font-size:12pt;    font-family: Arial; font-weight:bold; color: #ffff00; }
b      {font-size:10pt;   font-family: Arial; font-weight:bold; color: #ffff00; }
small  {font-size:8pt;     font-family: Arial; font-weight:none; color: #ffff00; }
#text1 {font-size:8pt;     font-family: Arial; font-weight:none; color: #ffff00; }
#text2 {font-size:10pt;    font-family: Arial; font-weight:none; color: #ffff00; }

body {background-image:url(hg.jpg); background-attachment:fixed; background-position:-165px -75px;
      margin-left:5px; margin-right:5px; margin-top:5px; margin-bottom:10px;
      font-size:10pt; font-family: Arial; font-weight:none; color:#ffff00; } 

A          {font-family: Arial; font-size: 10pt; font-weight: none; color: #ffff00;  text-decoration: underline;}
a:link,    {font-family: Arial; font-size: 10pt; font-weight: none; color: #ffff00;  text-decoration: underline;}
a:visited, {font-family: Arial; font-size: 10pt; font-weight: none; color: #ffff00;  text-decoration: underline;}
a:active,  {font-family: Arial; font-size: 10pt; font-weight: none; color: #ffff00;  text-decoration: underline;}
a:hover    {font-family: Arial; font-size: 10pt; font-weight: none; color: #ff0000;  text-decoration: underline;} /* Linkfarbe beim Ueberfahren mit der Maus (nur IE) */

/* ----------------------------------------------------------------------------- */
