/* Stylesheet LETRAS */

/* Schriftfarbe- groesse und art */	
body, div, p, td, th, h1, h2, h3, h4, li, ul, ol { 
	font-family:Arial,Verdana,Helvetica,Trebuchet;
	color: #000000;
	font-size:10pt;
	}
	 
/* Teaser_Headline */		
th.teaser_headline {
	text-align: left;
    font-weight: bold;
	}
	
/* Teaser_Headline "powered by"*/		
th.teaser_poweredby_headline {
 background-image:url('img/pb.gif'); 
	text-align: left;
    font-weight: bold;
	}
	
/* Mini-Teaser_Headline */		
th.mini_teaser_headline {
	text-align: left;
    font-weight: bold;
	padding:3px;
	}

td.mini_teaser_text {
	vertical-align:top;
	padding:3px;
	}	

