body { margin-top: 30px; margin-bottom: 10px; margin-left: 10px; background: #FFFFFF }
/* margin = Abstand */
p, h1, h2, h3, h4, h5, h6, ul, ol, li, div, td, th, address, div, textarea, input
{ font-family: Verdana; font-size: 10pt; margin-top: 1px; margin-bottom: 14px }
/* font-family = Schriftart fuer Textelemente */
h1 { font-size: 18pt }
h2 { font-size: 16pt }
h3 { font-size: 14pt }
h4 { font-size: 12pt }
h5 { font-size: 12pt }
h6 { font-size: 12pt }
td { vertical-align: top }
td.bground {background-color: #FFFFFF }
/* Tabellenzelle mit Hintergrundfarbei, nicht blau*/
ul { list-style-type: square }
/* Aufzaehlungszeichen */
A:link { color: #3399FF; text-decoration: underline }
A:visited { color: #000000; text-decoration: underline }
A:active { color: #3333FF; 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 */


