/* DATEI: formate.css */

body   { font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-top: 10px; margin-bottom: 10px }
table { font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-top: 10px; margin-bottom: 10px }
p  { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: justify }
h1,h2,h3,h4,ul,ol,li,address,blockquote,nobr,b,i { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
div,td,th { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h1 { color: red; font-weight: bold; font-size: 22px; text-decoration: none }

/* font-size = Schriftgroesse */
/* pt = Punkt, px = Pixel, Wert aenderbar */

h2 { color: black; font-weight: bold; font-size: 16px; text-decoration: none }

/* font-size = Schriftgroesse */
/* pt = Punkt, px = Pixel, Wert aenderbar */

h2.sh2 { color: black; font-weight: bold; font-size: 14px; text-decoration: none }

/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */

h3,h3.xmp,h3.xpl,h3.inf,h3.tip  { color: black; font-style: italic; font-size: 12px; text-decoration: none }

/* Zwischenueberschriften */
/* font-size = Schriftgroesse */

h4 { font-size:10px; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */

p { font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

a:link   { color: #21388c; font-weight: bold; text-decoration: none }
a:visited   { color: #696969; font-weight: bold; text-decoration: none }
a:active   { color: #f00; text-decoration: none }
a:hover   { color: #8b0000; text-decoration: underline }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
