body               {
                    margin: 0px 0px 0px 0px; /* OP7: muss ins <body> Tag */
                   }
h1                 {
                    margin-bottom: 10px;
                    font-family: Arial;
                    font-size: 16pt;
                    font-weight: bold;
                    color: rgb(0,0,0);
                   }
h1.head            {
                    color: #006300;
                    margin-top: 0px;
                    margin-bottom: 0px;
                    font-family: Arial;
                    font-size: 40pt;
                    font-weight: bold;
                    display: inline;
                   }
h3                 {
                    margin-top: 4px;
                    margin-bottom: 4px;
                   }
form               {
                    margin-top: 4px;
                    margin-bottom: 0px;
                   } 
p                  {
                    margin-top: 8px;
                    margin-bottom: 0px;
                   }
ul                 {
                    margin-top: 0px;
                    margin-left: 16px;
                    margin-bottom: 0px;     
                    padding-left: 0px;   /* Wegen Mozilla Firefox */               
                   }
img                {
                    border-color: Gray;
                   }
table.page         {
                    width: 100%;
                    height: 100%;
                   }
td.header1         {
                    width: 160px;
                    height: 120px;
                   }
td.header2         {
                    background-color: #CEFFCE;
                    height: 120px;
                   }
td.menu            {
                    width: 141px;
                    padding-left: 15px;
                    padding-right: 4px;
                    padding-top: 18px;
                    background-color: #CEFFCE;
                    vertical-align: top;
                    font-family: Arial;
                    font-size: 10pt;
                    font-weight: bold;
                    color: red;       /* für <noscript> */
                   }
td.content         {
                    padding-left: 15px;
                    padding-top: 12px;
                    background-color: #ffffff;
                    vertical-align: top;
                   }
table.content1     {
                    width: 600px;      /* NS7 OP7: muss ins <table> Tag */     
                    font-family: Arial;
                    font-size: 10pt;
                    color: black;
                   }
table.content2     {
                    font-family: Arial;
                    font-size: 10pt;
                    color: black;
                   }
table.popup        {
                    width: 100%;        /* NS7:     muss ins <table> Tag */
                    height: 100%;       /* NS7 OP7: muss ins <table> Tag */
                    font-family: Arial;
                    font-size: 10pt;
                    color: black;
                    background-color: #ffffff;                   
                   }
td.popup           {
                    width: 530;
                    padding-left: 25px;
                    padding-right: 25px;
                    padding-top: 25px;
                    padding-bottom: 25px;
                    vertical-align: top;
                    background-color: #ffffff;  
                   }
a.menupunkt        {
                    color: #666666;
                    text-decoration: none;
                   }
a.menupunktaktiv   {
                    color: #003000;
                    text-decoration: none;
                   }
a.menupunktmaus    {
                    
                    color: red;
                    text-decoration: none;
                   }
a.content          {                     /* NS7: Nicht bei Link auf <img> verwenden */
                    vertical-align: top;
                    font-family: Arial;
                    font-size: 10pt;
                    color: black;
                   }
.klein             {
                    color: black;
                    font-family: Arial;
	            font-style: normal;
                    font-size: 8pt;
                   }
