/* CSS Document */

#collecties ul
{
  margin:0 0 0 60px;
  padding:0;
}

#collecties li
{
  list-style-type:none;
  height:150px;
  width:190px;
  margin-top:20px;
  float:left;
}

#collecties li img
{
  margin-bottom:10px;
}

legend
{
	color: #d3302d;
}

#main-content p.categorieen
{
	text-align:center;	
}

#main-content form
{
	margin:0;
}

#main-content select
{
	font-size:10px;
}


