
/* Standardschrift fuer die ganze Seite */
body,ul,li,p,div,tr,td,a,h1,h2,h3 {font-family:Verdana;font-size:10pt}

/* Style fuer kleine Schrift */
div.klein {font-size:8pt}

/* Style fuer ganz kleine Schrift */
div.mini {font-size:7pt}

/* Styles fuer Link-Tags */

/* ext ist für externe Links */
a.ext {color:#0000FF;text-decoration:none;font-weight:bold}

/* int ist für interne Links */
a.int {color:#000000;text-decoration:none;font-weight:bold}

/* intlinks ist für interne Links auf der linken Seite */
/* a.intlinks {color:#6E6E6E;text-decoration:none;font-weight:bold} */
a.intlinks {color:#666699;text-decoration:none;font-weight:bold;font-size:8pt}

/* intoben ist für interne Links oben auf der Seite */
a.intoben {color:#FFFFFF;text-decoration:none;font-weight:bold;font-size:8pt}

/* alle Links unterstreichen */
a:hover {text-decoration:underline}