/* -------------------------------------------- */
/* STANDARD HTML TAG RESET                      */
/* -------------------------------------------- */

body,
h1, h2,
ul, li,
p {
  border: 0;
  margin: 0px;
  padding: 0px;
}

ul { list-style: none; }
a { text-decoration: none; }

/* -------------------------------------------- */
/* STANDARD HTML TAG DEFINITION                 */
/* -------------------------------------------- */

body {
  font-family: Arial;
  font-size: 12px;
  background: #fff url(images/body_bg.gif) repeat-x;
}

h1 { display: none; }

h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: -8px;
}

/* -------------------------------------------- */
/* PAGE ELEMENTS                                */
/* -------------------------------------------- */

div#container {
  width: 717px;
  margin: 0 auto;
}

div#content {
  width: 717px;
  background: #fff url(images/content-top_bg.jpg) no-repeat top left;
  overflow: hidden;
  padding-bottom: 10px;
}

/* -------------------------------------------- */
/* NAVIGATIE                                    */

ul#navigatie {
  height: 39px;
  padding: 18px 0 0 56px;
}

ul#navigatie li {
  float: left;
  border-right: 1px dotted #a7a7a7;
  margin-left: 14px;
}

li.laatste {
  border: none !important;
}

ul#navigatie li a {
  float: left;
  font-size: 18px;
  color: #fff;
  padding: 0 14px 0 0;
}

input, textarea, select{
	color:#4e4c42;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
a:link, a:visited, a:active  {
	text-decoration:none;
	color:#4e4c42;
}
a:hover {
	text-decoration:none;
	color:#626056;
}

/* -------------------------------------------- */
/* REFERENTIE                                   */

div#referentie { padding: 334px 24px 0 19px; }

div#referentie p {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1.5px;
}

p.inspringen { margin-left: 37px; }

p.naam {
  font-size: 14px !important;
  font-style: normal !important;
  letter-spacing: 0px !important;
  color: #6e6e6e;
  float: right;
}

/* -------------------------------------------- */
/* CONTENT LINKS                                */

div#content-links {
  width: 323px;
  float: left;
  text-align: justify;
  padding: 37px 0 0 14px;
}

div#content-vervolg {
  width: 678px;
  float: left;
  text-align: justify;
  padding: 21px 0 0 14px;
}

div#content-links p, div#content-vervolg p {
  margin-top: 15px;
  line-height: 19px;
}

/* -------------------------------------------- */
/* CONTENT RECHTS                               */

div#content-rechts {
  width: 300px;
  float: left;
  margin-left: 66px;
  padding: 21px 0 0 0;
}

div.ontwerp {
  clear: both;
  float: right;
  width: 280px;
  margin: 15px 9px 0 0;
}

p.klant { float: left; }
p.wat { float: right; }

/* -------------------------------------------- */
/* FOOTER                                       */

div#footer {
  width: 100%;
  height: 49px;
  background: #2e2e2e;
  color: #fff;
}

div#wrapper {
  width: 692px;
  margin: 0 auto;
  padding: 19px 11px 0 14px;
}

div#wrapper p { float: left; }

div#wrapper ul {
  float: right;
}

div#wrapper ul li {
  float: left;
}

div#wrapper ul li a {
  float: left;
  color: #fff;
  padding: 0 3px 0 3px;
}