@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: #53aedd }

  h1 { color: #53aedd }
  h4 { color: #53aedd }

  #nav ul li.active { background: url(./navigation/gallery.png) repeat-x 0 0 } /** #53aedd */

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

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

}
