@font-face {
    font-family: 'BorisBlackBloxxRegular';
    src: url('borisblackbloxx-webfont.eot');
    src: url('borisblackbloxx-webfont.eot?#iefix') format('embedded-opentype'),
         url('borisblackbloxx-webfont.woff') format('woff'),
         url('borisblackbloxx-webfont.ttf') format('truetype'),
         url('borisblackbloxx-webfont.svg#BorisBlackBloxxRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#header{
	background:url(../img/happyribs_bg.jpg) center center;
	margin:50px 0;
	text-align:center;
	padding:0px 0!important;
}
.content{
	background: rgb(236,236,236); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y5ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(236,236,236,1) 0%, rgba(249,248,248,1) 50%, rgba(236,236,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(236,236,236,1)), color-stop(50%,rgba(249,248,248,1)), color-stop(100%,rgba(236,236,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(236,236,236,1) 0%,rgba(249,248,248,1) 50%,rgba(236,236,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(236,236,236,1) 0%,rgba(249,248,248,1) 50%,rgba(236,236,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(236,236,236,1) 0%,rgba(249,248,248,1) 50%,rgba(236,236,236,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(236,236,236,1) 0%,rgba(249,248,248,1) 50%,rgba(236,236,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ececec',GradientType=1 ); /* IE6-8 */
}
.margin{
	margin:30px;
	padding-top:43px;
}
.bigfont{
	font-family:'BorisBlackBloxxRegular', Arial;
	font-size:22px;
	color:#818385;
	letter-spacing:1px;
	line-height:28px;
}
.img-margin{
	margin-top:-43px;
	position:relative;
}
p{
	padding-top:20px;
	line-height:23px;
}
.paars{
	color:#A44499!important;
}
.btn_oranje, .btn_groen{
	font-family:'BorisBlackBloxxRegular', Arial;
	font-size:22px;
	padding:10px 20px 10px 20px;
	height:40px;
	line-height:23px;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
	margin:30px 0;
}
.btn_oranje a, .btn_groen a{
	color:#FFF;
}
.btn_oranje{
	background:url(../img/btn_oranje.png);
}
.btn_groen{
	background:url(../img/btn_groen.png);
	margin:0;

}