body               {
                    margin: 0px 0px 0px 0px; /* OP7: muss ins <body> Tag */
                   }
@media print
{
div.noprint        {display: none;}
}
h1                 {
                    margin-bottom: 10px;
                    font-family: Arial;
                    font-size: 16pt;
                    font-weight: bold;
                    color: rgb(0,0,0);
                   }
h3                 {
                    margin-top: 4px;
                    margin-bottom: 4px;
                   }
p                  {
                    margin-top: 8px;
                    margin-bottom: 0px;
                   }
ul                 {
                    margin-top: 0px;
                    margin-left: 16px;
                   }
img                {
                    border-color: Gray;
                   }
table.page         {
                    width: 100%;
                    height: 100%;
                   }
td.header1         {
                    width: 160px;
                    height: 120px;
                   }
td.header2         {
                    background-color: rgb(247,223,206);
                    height: 120px;
                   }
td.menu            {
                    width: 141px;
                    padding-left: 15px;
                    padding-right: 4px;
                    padding-top: 18px;
                    background-color: rgb(247,223,206);
                    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: rgb(255,235,222);
                    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: rgb(255,235,222);                   
                   }
td.popup           {
                    width: 530;
                    padding-left: 25px;
                    padding-right: 25px;
                    padding-top: 25px;
                    padding-bottom: 25px;
                    vertical-align: top;
                    background-color: rgb(255,235,222);  
                   }
a.menupunkt        {
                    margin-left: 6px;
                    color: gray;
                    text-decoration: none;
                   }
a.menupunktaktiv   {
                    color: black;
                    text-decoration: none;
                   }
a.menupunktmaus    {
                    margin-left: 6px;
                    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;
                   }
a.schalterklein {
                font-family: arial;
                font-size: 10px;
                text-decoration: none;
                color: black;
                padding-top: 1px;
                padding-left: 5px;
                padding-right: 6px;
                padding-bottom: 1px;
                margin-right: 3px; 
                border-left:   1px solid rgb(266,199,199);
                border-top:    1px solid rgb(266,199,199);
                border-right:  1px solid rgb(266,199,199);
                border-bottom: 1px solid rgb(266,199,199);
                background-color: rgb(216,175,175);
               }
a.schalterklein:link    {color: black}
a.schalterklein:visited {color: black}
a.schalterklein:active  {color: black}
a.schalterklein:hover{
                color: black;
                padding-top: 1px;
                padding-left: 5px;
                padding-right: 6px;
                padding-bottom: 1px;
                border-left:   1px solid rgb(194,133,133);
                border-top:    1px solid rgb(194,133,133);
                border-right:  1px solid rgb(266,199,199);
                border-bottom: 1px solid rgb(266,199,199);
                background-color: rgb(207,158,158);
               }

.klein             {
                    font-family: Arial;
                    font-size: 8pt;
                   }