  /* page { margin-right: 2.5cm; margin-top: 2.5cm; margin-bottom: 2cm } */
  table { alignment: center; text-align: center; vertical-align: top; } 
	 
  tr { vertical-align: top }

  td {
      margin-bottom: 0.20cm;
      margin-top:    0.20cm; 

      text-align: justify;
      font-size:  12pt;
	      
      /* NS4 Compatibility only */
      color: #FFDEBD;
      background-color: black;
      font-family: Arial, Helvetica, sans-serif;	  
    }	  

  td.left  { text-align: left; }
  td.right { text-align: right; }
  /* td.text  { width: 40em } */
  td.image { text-align: center; vertical-align: middle; }
	  
  p:first-letter { font-size: 140% }
  p.short { margin-top: 0px; margin-bottom: 0px }
  p.short:first-letter { font-size: 100%; }
  p.subtext { font-size: 80%; text-align: center; font-variant: small-caps }
  p.subtext:first-letter { font-size: 100%; }

  h1 { text-align: center; 
	font-size: 180%;
	margin-bottom: 2ex;
	color: #245a94;
	background-color: transparent
  }

  h2 { margin-top: 4px; margin-bottom: 0px; color: #DFBE9D; background-color: transparent }
  h3 { text-align: center; font-weight: bold; }
  
/* Farben für den Wochenplan */

.vollkontakt  
{
	background-color: #FF635F; 
	color: Black; 
}

.kinderkarate 
{
	background-color: #00CCFF;
	color: Black;
}

.jugendkarate
{
	background-color: #3F3FFF; /* #0033CC;*/
	color: White;
}

.seniorenkarate 
{
	background-color: #666666;
	color: White;
}

.erwUnterstufe
{
	background-color: #009933;
	color: white;
}

.erwOberstufe
{
	background-color: #006600;
	color: White;
}

.erwAnfaenger
{
	background-color: #00FF99;
	color: Black;
}

.blau {  background-color: #0033CC}
.hellblau { background-color: #00CCFF }
.rot {  background-color: #CC0000}
.gruen {  background-color: #006600}
.grau {  background-color: #666666}
.hellgruen {  background-color: #00FF99}
.mgruen {  background-color: #009933}

