<!--
/* CSS-Definition des Titels ------------------------------------------------- */


/* Menühintergrund ------------------------------------------------------ */
body {background-color:#228B22;}

/* Überschrift 1.Ordnung ---------------------------------------------------- */
td.title {font-family:Times New Roman,sans-serif;
          font-size:24pt;
          font-weight:bold;
          text-decoration:none; 
          text-align:center;
          margin-top:3pt; 
          color:#FFFFFF;
          background-color:#228B22;}

td.title2 {font-family:Arial,sans-serif;
           font-size:12pt;
           text-align:center;
           color:#FFFFFF;
           background-color:#228B22;}                       
                      
-->  