@charset "utf-8";
/* CSS Document */

/* **************************************************************************
gebaseerd op METHOD 4 VAN http://www.alistapart.com/articles/multicolumnlists 
************************************************************************** */
div#makes {margin: 0 0 15px 10px;}

div#makes ul {margin: 0 0 1em 2em; padding: 0; list-style-image:url(../images/pijl3.gif);}

div#makes ul li {
  /* Stipulate the height of each item so that 
  vertical return = items * height */

  line-height: 1.2em;

  /* Clear the default margins & padding 
  so we can style the list from scratch */

  margin: 0;
  padding: 0;
}

/* If li position is left static, Internet 
Explorer disables hyperlinks in the list 
in all but the final column.

This rule will be processed only by 
Internet Explorer because only IE believes 
that there’s a level above HTML: */

* html ul li {position: relative;}

/* breedte van iedere column */

div#makes ul li.column1 { margin-left: 0em; }
div#makes ul li.column2 { margin-left: 15em; }
div#makes ul li.column3 { margin-left: 30em; }
div#makes ul li.column4 { margin-left: 45em; }

/* Bring the first item of each column 
back up to the level of item 1.
Vertical return = items * height.
Here, 37 items * 1.2em line-height = 43.2*/
div#makes ul li.reset {margin-top: -44.4em;}
/*crappy ie renders vaneigen verkeerd*/
div#makes ul li.reset {margin-top: expression('-45.7em');}