 
 #bg_div {
          width: 75%;
          min-height: 550px;
          position: absolute;
          margin-left: 12.5%;
          margin-right: 12.5%;
          margin-top: 5px;
          border: 1px solid #CCCC99;
          background-color: #FFFFFF;
          background-image: url("images/navigation_background2.jpg");
          background-repeat: repeat-y;
          overflow: auto;
         
          
         
         }
 #test {
        <!--border-left: 1px solid #CCCCCC;
          border-right: 1px solid  #CCCCCC;
          border-top: 1px solid  #CCCCCC;
          border-bottom: 1px solid #CCCCCC;-->
       }

 #Header {
          height: 100px;
          
          background-color: #FFFFFF; 
          border: 0px;
          background-position: bottom;
          background-repeat: repeat-x;
          
         }


 #Navigation {
              width: 40%;
              min-height: 450px;
              
              float: left;
              border: 0px;
              
              background-position: top left;
              background-repeat: repeat-y;
              position: absolute;
              overflow: hidden;
              
              
             }

 img.Navigation_img {
                   border: 0;
                   margin-left: 12px;
                   margin-top: 8px;
                 }

 #Content {
           width: 60%;
           height: 500px;
           min-height: 450px;
           float: right;
          
           background-color: #FFFFFF; 
           position: relative;
           overflow: auto;
          }

 

 body {
       font-family: Verdana, Arial, Times New Roman, Verdana;
       font-size: 8pt;
       /* color: #996633;*/
       color: #000000;
       background-color: #FFFFFF;
       background-image: url("images/bg_1.gif");
      
      }


 /* Navigation Start*/

 p.Navigation {
               padding-left: 10px;
              }

 #Nav1 {
        
        width: 100%;
        position: absolute;
        top: 160px;
        left: 20px;
        
       }

 #Nav1 ul {
            list-style-type: none;
            margin: 0px;
            padding: 0;
            
            
          }

 #Nav1 li {
           
           margin: 0;
           padding: 3px;
           border-top: 1px solid #000000;
           display: block;
           font-size: 9pt;
           background-image: url("images/navigation_bg2.gif");
           
          }

 #Nav1 li:hover {
           margin: 0;
           padding: 3px;
           border-top: 1px solid #000000;
           background-color: #999999;
           
           display: block;
           
          }

  #Nav1 li:first-child {
                        border: none
                       }
 
 
 

 /* Navigation Ende */

 /* Content Start */

 #Content1 {
            
          
           
            width: 385px;
            height: 80%;
            padding-left: 8px;
            padding-top: 3px;
            padding-right: 3px;
            padding-bottom: 3px;
            margin-left: 1%;
            margin-right: 5%;
            margin-bottom: 10%;
            margin-top: 1%;
            border: 1px solid #CCCCCC;
            overflow: auto;
            
            
            
           }


 

 /* Content Ende */

 a.menu, a.menu:visited {
                        color: #000000;
                        text-decoration: none;
               
                        }

 a.menu:hover {
              color: #000000;
              font-weight: bold;
              text-decoration: none;
             }

 a, a:visited {
               color: #000000;
               text-decoration: underline;
              }
 a: hover {
           color: #000000;
           text-decoration: none;
          }

 /* News Start */

 div.News_Header {
         font-size: 10pt;
         font-weight: bold;
         border: 1px solid #FFFFFF;
         width: 90%;
         margin: 2px;
         padding: 2px;
         
         }

 div.Text {
        font-size: 8pt;
        border: 1px solid #FFFFFF;
        width: 90%;
        margin: 2px;
        padding: 2px;
       }


 div.Datum {
         font-size: 7pt;
         color: #666666;
         border: 1px solid #FFFFFF;
         width: 90%;
         margin: 2px;
         padding: 2px;
        }

 /* News Ende */


 /* Artikel Start */

  div.article_header {
                      font-size: 10pt;
                      font-weight: bold; 
                      margin: 2px;
                      padding: 2px;
                      width: 90%;
                     }


  
  div.article_teaser {
                      font-size: 8pt;
                      margin: 2px;
                      padding: 2px;
                      width: 90%;
                     }

  
  div.article_text {
                    font-size: 8pt;
                    margin: 2px;
                    padding: 2px;
                    width: 90%;
                   }

  
  div.article_autor {
                     font-size: 7pt;
                     color: #999999;
                     margin: 2px;
                     padding: 2px;
                     width: 90%;
                    }
 

 div.appendix {
               font-size: 7pt;
              }


 /* Downloads Start */
  a.dl_link, a.dl_link:visited {
                                color: #000000;
                                text-decoration: underline;
               
                               }

 a.dl_link:hover {
                  color: #000000;
                  text-decoration: none;
                  }


 table.dl_table {
                }

 tr.dl_tr {
          }

 th.dl_th {
           font-size: 8pt;
           font-weight: bold;
          }

 td.dl_td {
              font-size: 8pt;
              font-family: Verdana, Arial, Times New Roman;
             }