/* CSS Stylesheets */

/* **************************************************************************************************/



/* Links */
a:link {color: #262851;}
a:visited {color: #262851;}
a:hover {color: #FFCC00;}
a:active {color: #FFCC00;}

/* Hintergrund */
body {background-color: #FFFF00; margin-left: 10px; } 

/* Stile (als Klassen deklariert) */
body,td,th {color: #000000; }
.Stil1 {color: #000000; font-weight: standard; font-size: 16px; font-family: Arial, Helvetica, sans-serif; }
.grau  {color: #999999; font-weight: standard; font-size: 16px; font-family: Arial, Helvetica, sans-serif; }
.Stil2 {color: #000000; font-weight: bold;     font-size: 16px; font-family: Arial, Helvetica, sans-serif; }
.Stil3 {color: #000000; font-weight: bold;     font-size: 18px; font-family: Arial, Helvetica, sans-serif; }  /* SCHWARZ (Überschrift) */



/* **************************************************************************************************/
