/* style.css - Definition des Erscheinungsbilds            */

body { margin-top:5px; margin-bottom:0px; margin-left:0px; margin-right:5px}

/* font-family = Schriftart fuer Textelemente (proportional) */
p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i {font-family: Arial, Helvetica, sans-serif, times new roman;}
h1 { font-size:22pt; font-weight:bold; font-style:italic; color:#F70031; margin-bottom:0pt;}
h2 { font-size:17pt; font-weight:bold; font-style:italic; color:#F70031; margin-bottom:0pt;}
h3 { font-size:15pt; font-weight:bold; font-style:italic; color:#F70031; margin-bottom:0pt;}
h4 { font-size:11pt; font-weight:bold; font-style:italic; color:#F70031; margin-bottom:0pt;}
h5{ font-size:9pt; font-weight:bold; font-style:italic; color:#F70031; margin-bottom:0cm; font-style:italic}
h6{ font-size:3pt; font-weight:bold; color:#000000; margin-bottom:0cm;}

/* diese class ist immer bei den Wörtern mit "sc" zu benutzen! */
.10ya { font-weight:bold; color:#F70031; }
pre { font-family: Courier New,Courier; font-size:9pt;} 

p, ul, ol, li, div, td, th, address, nobr, b, i { font-size:11pt; color:#0024FF;}
.klein { font-size:7pt;}
/* vorformatierter Text - Quellcodes, ... */
pre { font-family: Arial, Helvetica, sans-serif, times new roman;}

/* Farbe für Links */
a:link { color:#0024FF; text-decoration:underline; }
a:visited { color:#0024FF; text-decoration:underline; }
a:active { color:#0024FF; text-decoration:underline; }

/* Farbe */
/* F70031- rot */
/* 0024FF- blau */
