body {
	font-family: Lato;
	margin: 0;
}
.holder {
	width: 1200px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 434px;
	margin-top: 10px;
}
#telnr {
	margin-left: 434px;
	text-align: right;
	font-size: 30px;
	color: #FD7F00;
	padding: 30px 0 0 0;
	font-weight: 700;
}
.holder h1 {
	display: block;
	clear: both;
	width: 800px;
	text-align: center;
	color: #5ABD40;
	font-size: 45px;
	padding-top: 10px;
	line-height: 50px;
	margin: 0 auto 20px auto;
}
#head ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: table;
	width: 100%;
}
#head ul li {
	display: table-cell;
}
#head ul li a {
	text-align: center;
	display: block;
	width: 188px;
	height: 173px;
	background-image: url('/img/rond.png');
	padding-top: 15px;
	font-weight: bold;
	color: #FD7F00;
	text-decoration: none;
}
#content {
	margin-top: 20px;
	text-align: justify;
	padding-bottom: 20px;
}
#content strong {
	font-size: 16px;
}
#content h2 {
	font-size: 35px;
	margin: 0 0 10px 0;
	
}
#content p {
	line-height: 25px;
	font-size: 13px;
	margin: 0;
}
#foot {
	padding: 15px 0 15px 0;
	text-align: center;
	font-weight:bold;
	color:#FFF;
	background: #FF9900; /* Old browsers */
	font-size: 14px;
}
#foot a {
	color: #FFF;
	text-decoration: none;
}
.btn {
	background: #fe6400; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe6400 0%, #fa8f00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe6400), color-stop(100%,#fa8f00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe6400 0%,#fa8f00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe6400 0%,#fa8f00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe6400 0%,#fa8f00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe6400 0%,#fa8f00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6400', endColorstr='#fa8f00',GradientType=0 ); /* IE6-9 */
	border: 2px solid #FF6700;
	display: inline-block;
	padding: 10px 20px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#head p {
	margin: 0;
}
section div#fotomenu{
	text-align: center;
	margin-top: 20px;
}
section div#fotomenu div.menuitem{
	width: 280px;
	height: 225px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	margin: 0 15px 20px 0;
	position: relative;
}
section div#fotomenu div.menuitem img{
	width: 250px;
}
section div#fotomenu div.menuitem a.title{
	color: #FFF;
	text-decoration: none;
	background-color: #5ABD40;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	width: 75%;
	text-align: left;
	padding: 10px 0 10px 50px;
	bottom: 25px;
	left: -10px;
	background-image: url(../img/loop.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 15px;
	-webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
section div#fotomenu div.menuitem:hover a {
	width: 85%;
}
section div#fotomenu div.menuitem a.title:hover{
	width: 85%;
}
section div#fotomenu div.driehoek{
	background-image: url(../img/driehoek.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: 63px;
	left: -10px;
}