@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: #0057a3 }

  h1 { color: #0057a3 }
  h4 { color: #0057a3 }

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

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

}
