/** 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/** real stuff **/
body {
  background: #e6e6e6;
  font-family: arial;
  font-size: 13px;
  padding: 25px 0;
}
#container {
  position: relative;
  margin: 0 auto;
  width: 800px;
  background: white;
}
h1.logo {
  background: url(img/logo.png) no-repeat;
  height: 61px;
  font-size: 25px;
  line-height: 60px;
}
h1 span {
  display: none;
}

h2 {
  font-family: georgia;
  font-size: 20px;
  margin: 0 0 15px 0;
}
h3 {
  margin: 9px 0;
  line-height: 15px;
  font-size: 15px;
}
em {
  font-style: italic;
}
a {
  color: #222222;
}
#contact a {
  color: #efefef;
}
.section {
  position: relative;
  padding: 25px;
  background-position: 558px 0; 
  background-repeat: no-repeat;
  clear: both;
}
.subsection {
  position: relative;
  margin-top: 25px;
  padding-left: 15px;
}
#advies {
  background-color: #ececec;
  background-image: url(img/circles-inv-1.png);
}
#educatie {
  background-color: #cccccc;
  background-image: url(img/circles-inv-2.png);
}
#contact {
  background-color: #505050;
  background-image: url(img/circles-inv-3.png);
  color: white;
}
.section p {
  width: 415px;
  text-align: justify;
  margin: 10px 0 0 0;
  line-height: 1.3em;
}
.subsection {
}
.section p.oneline {
  position: absolute;
  right: 0;
  top: 15px;
  color: #333333;
  width: 265px;
  text-align: center;
  font-family: georgia;
  font-style: italic;
}
#educatie p.oneline {
  top: 0px;
}
.label {
  font-weight: bold;
}
