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

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start CSS */
@font-face {font-family: 'Yummo-Regular';src: url('../webfonts/273980_2_0.eot');src: url('../webfonts/273980_2_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/273980_2_0.woff') format('woff'),url('../webfonts/273980_2_0.ttf') format('truetype');}

body {
	font-family: Helvetica Light, Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #2b2b2b;
	background-image: url(../images/background.gif);
}

a{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

h1{
	font-family: Yummo-Regular;
	font-size: 37px;
	line-height: 50px;
	color: #ffffff;
}
.header{
	height: 145px;
	width: 260px;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 40px;
}
.content{
	margin: auto;
	width: 980px;
	color: #2b2b2b;
	font-size: 15px;
}
.content a{
	color: #FFF;
}

.body-text{
	margin: auto;
	width: 640px;
}
.images{
	margin-top: 10px;
	width: 100%;
	height: 270px;
}
.patroon-l{
	display: inline-block;
	float: left;
	width: 35%;
	margin-right: -235px;
	height: 200px;
	background-image: url(../images/diensten-pat.png);
	background-position: top right;
}
.patroon-r{
	display: inline-block;
	float: right;
	width: 34%;
	margin-left: -235px;
	height: 200px;
	background-image: url(../images/diensten-pat.png);
}

.rope{
	margin: auto;
	display: inline-block;
	width: 5%;
	margin-right: 15%;
	margin-left: 15%;
}

.footer{
	margin-top: 20px;
	margin: auto;
	width: 980px;
	text-align: center;
	font-size: 12px;
}
.footer a{
	color: #fd4d00;
}