#heading
  {
    position: absolute;
    visibility: visible;
    left: 0px;
    top:  30px;
  }   
  
.text    
  { 
     font-family: Times New Roman;
     font-size: 12pt;
     vertical-align: top
  }
#heading
  {
    position: absolute;
    visibility: visible;
    left: 0px;
    top:  5px;
}
    
  
A
{
    COLOR: #0000ff;
    FONT-FAMILY: Times New Roman;
    TEXT-DECORATION: none;
}
a:hover      { color: #FF0000; font-family: Times New Roman; font-weight: bold }
h1           { font-family: Times New Roman; color: #000099; font-size: 22pt; text-transform: 
               uppercase; font-weight: bold }
h2           { font-family: Times New Roman; font-size: 16pt; color: #000099; 
               font-style: italic; font-weight: bold }
h3           { font-family: Times New Roman; font-size: 12pt; color: #000099; font-weight: bold }
h4           { font-family: Times New Roman; font-size: 12pt; color: #000080; font-weight: bold; 
               margin-top: 0; margin-bottom: 0 }
body         { font-family: Times New Roman; font-size: 12pt; background-color: #F7F7F7}
TD
{
  font-family: Times New Roman; font-size: 12pt;
  
  
}
td.text      { vertical-align: top; font-family: Times New Roman; font-size: 12pt; text-align: left;
               border: 1 solid #000099; padding: 5 }
td.textfett  { vertical-align: top; font-family: Times New Roman; font-size: 12pt; font-weight: bold; 
               border: 1 solid #000099; padding: 5 }
td.heading   { background-color: #F2F2F2; background-repeat: repeat; background-attachment: 
               scroll; font-family: Times New Roman; font-weight: 1 solid #000099; 
               border: 1px solid #000099; background-position: 0% 50%; vertical-align: middle; }

TABLE.rahmen
{
    
    empty-cells: show;
    
    text-align: center;
    vertical-align: top;
    cellpadding: 1px;
    cellspacing: 1px;
    border-left: 1px double #000099;
    border-top: 1px double #000099;
    border-right: 1px double #000099;
    border-bottom: 1px double #000099;
    width: 90%

}
TABLE
{
    
    empty-cells: show;
    align: left; 
    vertical-align: top;
    border: none
    
   
}

b            { font-family: Times New Roman; font-size: 12pt; font-weight: bold }