/* DATEI: global.css */
/* globale style-sheet-einstellungen*/

 a:link { color:#000000; text-decoration:none; font-weight:bold; font-size:10pt}
 a:visited { color:#000000; text-decoration:none; font-weight:bold; font-size:10pt }
 a:hover { color:#000000; text-decoration:none; font-weight:bold; font-size:10pt; text-decoration: underline}
 a:active { color:#ff0000; background-color:#ffffff; font-weight:bold; font-size:10pt; text-decoration: underline }
 body { font-family:Arial,sans-serif; font-size:10pt; }

 h1 { font-family:Arial;font-size:22px; margin-bottom:2px; }
 h2 { font-family:Arial;font-size:20px; margin-bottom:2px; }
 h3 { font-family:Arial;font-size:18px; margin-bottom:2px; }
 h4 { font-family:Arial;font-size:14px; margin-bottom:0px; }
 
 p { font-family:Arial,sans-serif; font-size:12px; margin-bottom:0px; }
  
 th {background-color:#ededed; font-weight:bold; font-family:Arial,sans-serif; font-size:12; }	
