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

  h1 { color: #009999 }
  h4 { color: #009999 }

  #nav ul li.active { background: #009999 }
  
  #main { background: url("./visuals/visual_default.png") no-repeat 0 0; overflow:hidden; position:relative; }
  * html #main {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../fileadmin/gpm/colors/visuals/visual_default.png", sizingMethod="crop");
  }



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

}
