body  { margin-left: 0; 
        margin-top: 0; 
        font-family: Arial,sans-serif; 
        font-size: 9pt; 
        font-style: normal; 
        font-weight: normal; 
	  background-color: rgb(90,126,220);
        background-image: url('images/Farbverlauf2.png'); 
        background-repeat: repeat-y; 
        background-attachment: fixed; 
      }
h1    { color: rgb(47,71,152); font-size: 14pt }
h2    { color: rgb(47,71,152); font-size: 12pt }
h3    { color: rgb(47,71,152); font-size: 10pt }
table { border-collapse: collapse }
td    { border-width: 0pt; 
        border-style: none }
td.header1 { font-size: 7pt;
             letter-spacing: 1pt;
             line-height: 15pt;
             color: whitesmoke;
	     background-color: rgb(0,48,156);
	     text-align: right;
             border-right-color: rgb(0,48,156); 
             border-right-style: solid;            
           }
td.banner { border-width: 1pt; 
            border-right-color: rgb(0,48,156); 
            border-right-style: solid;
          }
td.header2 { font-size: 7pt;
             line-height: 15pt;
             color: white;
	     background-color: rgb(0,48,156);
	     text-align: center;
             border-right-color: rgb(0,48,156); 
             border-right-style: solid;            
           }

td.panel { border-width: 1pt; 
           text-align: center;
           padding-top: 6pt;
/*           background-color: rgb(228,235,248); */
           background-color: rgb(221,228,238); 
           border-right-color: rgb(147,160,196); 
           border-right-style: solid;            
         }
td.content { font-size: 9pt; 
	     text-align: left; 
             background-color: white; 
             padding-top: 7pt;
             padding-left: 7pt;
             padding-right: 7pt;
             padding-bottom: 7pt;
             border-right-width: 1pt; 
             border-right-color: rgb(0,48,156); 
             border-right-style: solid;
           }
td.footerl { font-size: 7pt;
             line-height: 15pt;
             color: whitesmoke;
	     background-color: rgb(0,48,156);
	     text-align: left;
          }
td.footerr { font-size: 7pt;
             line-height: 15pt;
             color: whitesmoke;
	     background-color: rgb(0,48,156);
	     text-align: right;
             border-right-color: rgb(0,48,156); 
             border-right-style: solid;
          }

a:link { color: black;
         text-decoration:none; 
       }
a:visited { color: black;
            text-decoration: none; 
          }
a:focus { color: black;
          text-decoration:none; 
        }
a:hover { color: black; 
          text-decoration:underline; 
        }
a:active { color: black;
           text-decoration:none; 
         }

td.footerr a:link    { color: whitesmoke;
                       text-decoration:none; 
                     }
td.footerr a:visited { color: whitesmoke;
                       text-decoration: none; 
                     }
td.footerr a:focus   { color: whitesmoke;
                       text-decoration:none; 
                     }
td.footerr a:hover   { color: whitesmoke;
                       text-decoration:underline; 
                     }
td.footerr a:active  { color: whitesmoke;
                       text-decoration:none; 
                     }
td.header1 a:link    { color: whitesmoke;
                       text-decoration:none; 
                     }
td.header1 a:visited { color: whitesmoke;
                       text-decoration: none; 
                     }
td.header1 a:focus   { color: whitesmoke;
                       text-decoration:none; 
                     }
td.header1 a:hover   { color: whitesmoke;
                       text-decoration:underline; 
                     }
td.header1 a:active  { color: whitesmoke;
                       text-decoration:none; 
                     }