body, h1, h2, h3, h4, h5, h6, p, a, td, ul, li, span {
  font-family:Verdana,Arial,Helvetica,sans-serif; 
  font-size:10pt; 
  }

body { 
  background: #C0C0C0;
  color:#000000; 
  }
  
  
  
  
  
  
  
h1 {
  font-size:20pt;
  }
h2 {
  font-size:18pt;
  }
h3 {
  font-size:16pt; 
  line-height:18pt;
  }
h4 {
  font-size:16pt; 
  line-height:16pt;
  }
  
p {
  /* text-align:justify; */
  }
  
span.ganzgross {
  font-size:14pt;
  }
span.gross {
  font-size:12pt;
  }
span.normal {
  }
span.klein {
  font-size:9pt;
  }
span.ganzklein {
  font-size:8pt;
  }
  
a {
  /* font-size:10pt; */
  }
a.klein {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:9pt;
  }
a:link    {
  color:#000000; 
  text-decoration:none;
  }
a:visited {
 color:#000000; 
 text-decoration:none;
 }
a:active {
  color:#000080;
  text-decoration:none;
  }
a:hover {
  color:#000080;
  text-decoration:underline;
  }  
  
dt {
  font-weight:bold;
  }
dd {
  }
td { 
  padding-top:4; 
  }
  
td.kleingelb { 
  font-size:9pt;
  background-color:#C0C0C0;
  }
td.kleinweiss {
  font-size:9pt;
  }
  
li { 
  }
ul { 
  }
