
    
    body {
 	  background-color:#3F4D74;
	  font-family:'arial narrow';
	  font-size:13pt;
	  font-style:normal;
	  color:#E9E7E8;
	  scrollbar-base-color:#3F4D74;
	  scrollbar-track-color:#3F4D74;
	  scrollbar-arrow-color:#e3e7e8;
	  scrollbar-shadow-color:#e3e7e8;
    scrollbar-darkshadow-color:#3F4D74;
	  }
    
    table {
 	  background-color:#3f4d74;
	  font-family:'arial narrow';
	  font-size:13pt;
	  font-style:normal;
	  color:#E9E7E8;
	  scrollbar-base-color:#3F4D74;
	  scrollbar-track-color:#3F4D74;
	  scrollbar-arrow-color:#e3e7e8;
	  scrollbar-shadow-color:#e3e7e8;
    scrollbar-darkshadow-color:#3F4D74;
	  }
    
    .tab1 {
	  /* Tabelle aussen */
	  background-color:#3f4d74;
    width:920;
    spacing:4;
    }
    
    .tab2 {
	  /* Tabelle m. Banner */
    background-color:#3f4d74;
    spacing:2;
    width:920;
	  font-family:'arial narrow';
	  color:#E9E7E8;
	  font-size:20pt;
	  }
  
    .tab3 {
	  /* Tabelle Menue u. iframe */
	  background-color:#3F4D74;
    font-family: 'arial narrow';
	  font-size: 20pt;
	  font-style: normal;
	  color: #E9E7E8;
  	overflow:auto;
    }
      
	  a:link
    {
	  text-decoration:none;
    color:#e9e7e8;
    font-family:'arial narrow';
    font-weight:normal;
    font-size:13pt;
	  }
   
    a:visited
    {
	  text-decoration:none;
    color:#e9e7e8;
    font-family:'arial narrow';
    font-weight:normal;
    font-size:13pt;
	  }
 
    a:hover
    {
	  text-decoration:underline;
    color:#e9e7e8;
    font-family:'arial narrow';
    font-weight:normal;
    font-size:13pt;
	  }
   
    a:active
    {
	  text-decoration:underline;
    color:#e9e7e8;
    font-family:'arial narrow';
    font-weight:normal;
    font-size:13pt;
	  }
    