/*  Poloroid */

#diners,
#mysterie,
#activiteiten,
#feest {
  float:left;
  width:240px;
  height:280px;
  padding:0;
  margin:0;
  display:inline;
}

#diners 		{background:url('../gfx/item/moorddiners.gif') no-repeat; margin-left:100px;}
#activiteiten 	{background:url('../gfx/item/activiteiten.gif') no-repeat; margin-left:100px;}
#feest 			{background:url('../gfx/item/moordfeest.gif') no-repeat; margin-left:50px;}
#mysterie 		{background:url('../gfx/item/mysterie.gif') no-repeat; margin-left:50px;}

/* Poloroid list items */

#content ul {
  float:left;
  margin:180px 0 0 35px;
  padding:0;
  display:inline;
  list-style-type:circle;
}

#content ul li {
  float:left;
  width:180px;
  height:0.7em;
  margin:0;
  padding:0;
  list-style:none;
  display:block;
  line-height:0.8em;
}

/*#content ul li:hover {background:url('../gfx/item/underline.gif') 0px 6px  no-repeat;}*/

#content ul li a {
  font-size:0.6em;
  color:#000;
  text-decoration:underline;
}

#content ul li a:hover {background:url('../gfx/item/underline.gif') 0px 6px no-repeat;}

/* content welkom paper */

#welkom {
  float:right;
  width:198px;
  height:304px;
  margin-top:20px;
  padding:0;
  display:inline;
  background:none;
}
#welkom .top{
  float:left;
  width:198px;
  height:250px;
  margin:0;
  padding:0;
  background:url('../gfx/item/welkom-top.gif');
}
#welkom .bottom {
  float:left;
  width:198px;
  height:129px;
  margin:0;
  padding:0;
  background:url('../gfx/item/welkom-bottom.gif');
}
#welkom h1 {
  width:170px;
  margin-left:20px;
  margin-top:20px;
  padding:0;
  display:block;
  font-weight:bold;
  font-size:0.6em;
}
#welkom .top p {
	width:170px;
	margin-left:20px;
    margin-top:10px;
	padding:0;
	display:block;
	font-size:0.6em;
}
#welkom .bottom p {
	width:170px;
	margin-left:20px;
    margin-top:20px;
	padding:0;
	display:block;
	font-size:0.6em;
}