@charset "utf-8";
/* CSS Document */

#item{
	display:block;
	float:left;
	width:122px;
	height:205px;
	padding:5px;
	border:solid 1px #CCCCCC;
	margin-right:4px;
	margin-bottom:4px;
	cursor:hand;
	cursor:pointer;
}
#item #foto{
	display:block;
	width:122px;
	height:100px;
	background-position:center;
	background-repeat:no-repeat;
}
.titel{
	font-weight:bold;
	color:#D8007D;
	font-size:12px;
}
.bedrag{
	font-size:14px;
	font-weight:bold;
}
h1 a{
	font-size:16px;
	text-decoration:none;
}