@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 { overflow:hidden; position:relative; }




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

}

