/* titel css */

	  body { 
      font-family: Verdana, Geneva, Arial, sans-serif;
      background-color:#fff;
      color:#efefef;
      overflow:hidden;
      padding:0;
      margin:0;
     }
     
     * html body {
      margin-right:16px;
     }
     
     table {        
      border:3px double #99CCFF;
		border-top:1px solid #99CCFF;
      height:21px;
     }
     
     table td#anzeiger {
      background:url('bunt/sub-anzeiger.gif') 100px no-repeat #06A0FE;
      padding-left:29px;
      font-size:11px;   
     }
	      
     div.titel {
      text-align:left;
      font-size:8pt;
      font-weight:900;
      padding-left:16px;
      background-color: transparent;
      color: #efefef;
     }
     
     div.titel span.small { font-size: 11px; font-weight: normal;} 
