div.polaroid-container {
	float: left;
}

div.polaroid {
	width: 160px;
	height: 200px;
	padding: 10px;
	overflow: hidden;
	margin: 4px;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
}

div.polaroid-small {
	width: 100px;
	height: 100px;
	padding: 10px;
	overflow: hidden;
	margin-top: 10px;
	float: left;
}

div.polaroid div.frame {
	background-image: url(/images/polaroid.gif);
	width: 180px;
	height: 220px;
	margin-top: -10px;
	margin-left: -10px;
	position: absolute;
	cursor: pointer;
}

div.polaroid-small div.frame {
	background-image: url(/images/polaroid_photo.gif);
	width: 120px;
	height: 120px;
	margin-top: -10px;
	margin-left: -10px;
	position: absolute;
	cursor: pointer;
}

div.polaroid:hover div.frame {
	background-image: url(/images/polaroid_hover.gif);
}

div.polaroid-small:hover div.frame {
	background-image: url(/images/polaroid_photo_hover.gif);
}

div.polaroid div.frame p{
	width: 180px;
	text-align: center;
	margin-top: 185px;
	height: 28px;
}

div.polaroid div.frame p b,
div.polaroid div.frame p i{
	display: block;
	font-size: 10px;
	height: 14px;
	overflow: hidden;
}

div#content div.polaroid div.frame p b a,
div#content div.polaroid div.frame p i a{
	color: black;
}

div#content div.polaroid div.frame p b a:hover,
div#content div.polaroid div.frame p i a:hover{
	text-decoration: none;
}


div.evenementtekst {
	margin-left: 120px;
	width: 200px;
	padding: 10px;
	margin-top: 10px;
}
div.evenementdatum {
	margin-left: 120px;
	width: 200px;
	padding: 10px;
}

span.hide {
	display: none;
}

div.clearfloat {
	clear: both;
}

.placepic {
  width: 400px;
  position:relative;
  top: -15px;
}

div.hidden {
	display: none;
}

div.eventdesc {
	padding: 15px 5px;	
}
}
