/* VERWENDETE FARBEN ------------------------------------------- */

/* weiss (z.B. Standard-Hintergrund)  #FFFFFF
/* schwarz (z.B. Standard-Schrift)    #000 */
/* dunkelblau (z.B. Standard-Schrift) #00009C
/* rot    (z.B. bei hover)            #DE0000


/* ALLGEMEINES ------------------------------------------------- */


a {text-decoration:underline;}
a:link {color:#00009C; font-weight:bold; text-decoration: underline;}
a:visited {color:#00009C; font-weight:bold;text-decoration: underline;}
a:hover {color:#DE0000;text-decoration: underline;}
h1:{color:#00009C; font-family:arial,verdana,helvetica; font-size:12pt; font-weight:bolder;text-decoration: underline;
}

a:active {color:#6B69AD;}
body {background-color:#FFFFFF; color:#000000; font-family:arial,verdana,helvetica; font-size:09pt; font-weight:bolder;
}



td {font color=#00009C;
font-size:10pt; 
     padding:10pt;
vertical-align:top;
font-weight:bolder;}

th {font color=#00009C;
  font-size:11pt;
  padding:10px;
  font-weight:bolder;
  text-align:left;
  vertical-align:top
}
