/* Diese Datei format.css gibt die Formatierung der ganzen Homepage vor!*/
h1,h2,h3,h4,h5,h6 { font-family:Verdana,Arial,sans-serif; text-align:center; }
p { text-align:left; font-size:14px;}

td {
 text-align:center;
}
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
font-family:Century gothic,Arial,sans-serif; font-size:13px;}

h1 { font-size:24px; margin-bottom:18px; }

h2 { font-size:18px; margin-bottom:16px; }

h3,h4,h5,h6 { font-size:14px; margin-bottom:12px; }

pre { font-family:Courier New,Courier; font-size:13px; color:#0000C0; }

a:link { color:#000000; text-decoration:underline; }

a:visited { color:#6F6F6F; text-decoration:underline; }

a:hover,a:active,a:focus { color:#fcffe0; text-decoration:underline; background-color:#BFBFBF; }


/*:link = für Verweise zu noch nicht besuchten Seiten*/
/*:visited = für Verweise zu bereits besuchten Seiten*/
/*:hover = für Verweise, während der Anwender mit der Maus darüber fährt*/
/*:active = für gerade angeklickte Verweise*/
/*:focus = für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulatortaste*/