function goyaxWidgetStyle()
{
   
   var style = 
      '<style type="text/css">' + 
         'div#goyax_widget_top_fonds { padding:0; border:1px solid #004545; background:#edf1e6; }' + 
         'div#goyax_widget_top_fonds a { color:#004545; background:#edf1e6; font-family:helvetica, arial, sans-serif; font-style:normal; font-variant:normal; font-size:11px; font-weight:700; font-stretch:normal; word-spacing:0; letter-spacing:0; text-decoration:none; text-transform:none; text-align:right; line-height:1em; }' + 
         'div#goyax_widget_top_fonds a:hover { color:#c94a1a; background:#edf1e6; font-family:helvetica, arial, sans-serif; font-style:normal; font-variant:normal; font-size:11px; font-weight:700; font-stretch:normal; word-spacing:0; letter-spacing:0; text-decoration:none; text-transform:none; text-align:right; line-height:1em; }' + 
         'div#goyax_widget_top_fonds a:visited { color:#004545; background:#edf1e6; font-family:helvetica, arial, sans-serif; font-style:normal; font-variant:normal; font-size:11px; font-weight:700; font-stretch:normal; word-spacing:0; letter-spacing:0; text-decoration:none; text-transform:none; text-align:right; line-height:1em; }' + 
         '#goyax_widget_top_fonds_frame { border:0; margin:0; padding:0; }' + 
         'p#goyax_widget_top_fonds_info { color:#004545; background:#edf1e6; font-family:helvetica, arial, sans-serif; font-style:normal; font-variant:normal; font-size:11px; font-weight:500; font-stretch:normal; word-spacing:0; letter-spacing:0; text-decoration:none; text-transform:none; text-align:right; line-height:1em; padding:7px 10px 5px 0; margin:5px 0 5px 0; background:url(http://tools.goyax.de/bilder/widgets/goyax-bull.jpg) no-repeat 10px 0px; }' + 
      '</style>'
   ;
   document.write(style);
   
}
goyaxWidgetStyle();