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

  h1 { color: #ea2f7e }
  h4 { color: #ea2f7e }

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

  #leftTicker a { color:#ff9900; }
  #leftTicker h4 { color:#ff9900; }

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


}
