@charset "UTF-8";

 /**
 * Grand Prix Migros Website
 *
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * @author		Mathias Petermann
 * @email		mathias.petermann@unic.com
 * @date		2009-08-05 15:00:00
 */

@media all
{

  a, a:focus, a:hover, a:active, a:visited { color: #ff9900 }
  a.goback { background: transparent url(../screen/images/icons/icon_back_yellow.gif) no-repeat scroll left center; }

  h1 { color: #ff9900 }
  h4 { color: #ff9900 }

  #nav ul li.active { background: url(./navigation/gpm.png) repeat-x 0 0 } /* #ff9900 */
  #main{ background: transparent url(./visuals/visual_gpm.png) no-repeat scroll 0 0; }
  * html #main {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../fileadmin/gpm/colors/visuals/visual_gpm.png", sizingMethod="crop") !important;
  }

  #col3 ul {
	list-style-type:none;
	list-style-image: url(../screen/images/bulletstars/gpm.png);
  }

  .news-list-title h2{
	color:#ff9900;
  }



}
