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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/***** **** *** ** * styles * ** *** **** *****/
html {
	height: 100%;
}
body {
	background: #191919 url(../img/lijntjes.png) 0 142px repeat-x;
	border-top: 1px solid #35d9c3;
	border-bottom: 1px solid #35d9c3;
	height: 100%;
	box-sizing: border-box;
	font: 20px/1.5 "roboto condensed", "open sans", sans-serif;
	font-weight: bold;
	color: white;
}
h1 {
	font: 48px/59px "open sans", sans-serif;
	font-weight: 600;
	color: #35d9c3;
}
#header-wrapper {
	border-bottom: 1px solid #35d9c3;
}
#header {
	width: 80%;
	margin: 0 auto;
}
#header .streepje {
	padding: 0;
	height: 10px;
	width: 65%;
	border-left: 1px solid #35d9c3;
	border-right: 1px solid #35d9c3;
}
#header .content {
	padding: 85px 5% 95px;
	border-left: 1px solid #35d9c3;
}
#main {
	overflow: hidden;
	width: 90%;
	float: right;
	margin: 0 0 95px 10%;
	border-bottom: 1px solid #35d9c3;
}
#main .content {
	width: 89%;
}
#main .content .left {
	float: left;
	width: 55%;
	height: 90px;
	padding: 95px 5%;
	border-left: 1px solid #35d9c3;
	border-right: 1px solid #35d9c3;
}
#main .content .right {
	float: left;
	padding: 95px 5%;
}











