/* Formatvorlagen */

/* Abstand zwischen Fensterrand und Inhalt ; Hintergrund*/
body { margin-top:0px; margin-bottom:0px; margin-left:2px; margin-right:2px; background-color:#E9E7E7;}

/* Font-Definitionen */
p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i { font-family:Arial,sans-serif; }

h1 { font-size:18pt; }
h2 { font-size:16pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; }
h5 { font-size:8pt; }
p, ul, ol, li, div, td, th, address, nobr, b, i { font-size:10pt; }

/* Linkdefinitionen */
a:link { color:#14140A; text-decoration:none; }
a:visited { color:#14140A; text-decoration:none; }
a:active { color:#14140A; text-decoration:none; }
