/* CSS-Stylesheet fuer AZV-Internetpraesenz *//* Zeilen wie diese, die mit Schraegstrich und Stern *//* beginnen und mit Stern und Schraegstrich enden, sind *//* Kommentarzeilen. *//* Es folgen die Style-Definitionen, die geaendert werden koennen: */body { margin-top:30px; margin-bottom:30px; bgcolor="#FFFFFF";}/* margin-top = Abstand zwischen Fensterrand und Inhalt oben *//* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten *//* 10px = 10 Pixel */p,h1,h2,h3,h4,ul,ol,li,div,td,th,blockquote,nobr,b,i   { font-family:Verdana,Arial,Helvetica,sans-serif; }/* font-family = Schriftart fuer Textelemente */h1           { font-size: 12pt; color: #003399; font-weight: bold }h2           { font-size: 10pt; color: #003399; font-weight: bold }h3           { font-size: 8pt; color: #003399; font-weight: bold }h4           { font-size: 8pt; color: #003399; font-style: italic; font-weight: bold }/* Ueberschriften */p,ul,ol,li,div,td,th,nobr,b,i { font-size:9pt; }/* normaler Text */.Kleintext   { font-size: 8pt }.doc { background-color:#EEEEEE; }/* Layout-Elemente mit hellgrauem Hintergrund */.lnk { font-family:Arial,Helvetica,sans-serif; font-size: 9pt; color: #003399; font-weight: normal }/* Textlinks im Inhaltsframe */a:link       { color: #003399 }a:visited    { color: #800000 }a:active     { color: #009933; text-decoration: none }/* a:link = Verweise zu noch nicht besuchten Seiten *//* a:visited = Verweise zu bereits besuchten Seiten *//* a:active = Verweise, die gerade angeklickt werden */