﻿div.actie-staand {
	width:200px;
	height:290px;
	border: thick silver solid;
	border-radius:10px;
	margin:6px;
	
}

#photo-staand {
	width:200px;
	height:290px;
	border-radius:5px;

}

div.actie-liggend {
	width:290px;
	height:200px;
	border: thick silver solid;
	border-radius:10px;
	margin:6px;
	
}

#photo-liggend {
	width:290px;
	height:200px;
	border-radius:5px;

}


.actielist > li {
	display:inline-block;
	list-style:none;
	
}

#content {
	text-align:center;
}

#contentheader {
	font-size:24px;
	font-family:Calibri;
	font-weight:bold;
	text-align:center;

}

