/* Beispiel-CSS-Datei  */
/* ----------------------------------------------------------------------------- */
/* Beispiel-Angaben fuer Randabstand und Hintergrundfarbe */
td     {font-size:10pt;   font-family: Arial; font-weight:none; color: #c0c0c0; }
p      {font-size:10pt;   font-family: Arial; font-weight:none; color: #c0c0c0; text-align:justify;}
strong {font-size:14pt;   font-family: Arial; font-weight:bold; color: #c0c0c0; text-align:justify;}
b      {font-size:12pt;   font-family: Arial; font-weight:bold; color: #c0c0c0; text-align:justify;}
big    {font-size:20pt;   font-family: Arial; font-weight:bold; color: #c0c0c0; text-align:justify;}
body {background-color:#000066; margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:10px;
      font-size:10pt; font-family: Arial; font-weight:none; color:#c0c0c0; text-align:justify;} 

A          {font-family: Arial; font-size: 13pt; font-weight: none; color: #c0c0c0;  text-decoration: none;}
a:link,    {font-family: Arial; font-size: 14pt; font-weight: none; color: #c0c0c0;  text-decoration: none;}
a:visited, {font-family: Arial; font-size: 14pt; font-weight: none; color: #c0c0c0;  text-decoration: none;}
a:active,  {font-family: Arial; font-size: 14pt; font-weight: none; color: #c0c0c0;  text-decoration: none;}
a:hover    {font-family: Arial; font-size: 14pt; font-weight: none; color: #ffffff;  text-decoration: none;} /* Linkfarbe beim Ueberfahren mit der Maus (nur IE) */

/* ----------------------------------------------------------------------------- */

