/*-----Formatierung für die Schrift-----*/

h1, h2, h3, h4, h5 {
  text-align: left; 
  color: #050573;
  font-family: Arial;
  margin-left: 1pt;
  margin-right: 1pt;
  margin-top: 0;
  margin-bottom: 0;
 }
 h1 {
  font-size: 12pt;
  font-weight: bold;
 }
h2 {
  font-size: 11pt;
  font-weight: bold;
 }
h3 {
  font-size: 10pt;
  font-weight: bold;
 }
 h4 {
  font-size: 10pt;
  font-weight: bold;
 }
h5 {
  font-size: 18pt;
  font-weight: bold;
  text-decoration: underline;
 } 
/*-----------------------------------*/



/*-----Formatierung für die Tabelle-----*/ 

table.voll {
  border-collapse: collapse;
  
  border-color: #050573;
  border-style: solid;
  border-width: 3px;
  background-color: #E9E9E9;
 }
 
/*-----------------------------------*/ 



/*-----Formatierung für die Zelle-----*/ 

td.voll {
  border-color: #050573;
  border-style: solid;
  border-width: 1px;
  background-color: #E9E9E9;
 }
td.leer {
 background-color: #D4D4D4; 
 }
 
/*-----------------------------------*/ 
