body {
  margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #28292B;
}

a img {
  border: 0px;
}

#logo {
  position:absolute;
  top:0;
  right:0;
	height: 438px;
	width: 433px;
	background-image: url('../images/righttop.png');
	text-align: left;
}

#filledcontainer {
  width: 100%;
  display: block;
	background-color: white;
}

#container {
  width: 1100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
	padding-top: 112px;
	text-align: left;
}

#menu {
  margin-left: 9px;
}

#menu ul {
  width: 682px;
  margin:0;
  padding:0;
}

#menu ul:after {
  content:".";
  clear:both;
  height:0;
  display:block;
  visibility:hidden;
}

#menu ul li {
  margin:0 0 0 30px;
  padding:0 0 0px 0;
  float:left;
  display:block;
  width:231px;
}

#menu a {
  font-family: 'regular';
	color: rgb(186,186,186);
	text-decoration: none;
	font-size: 20pt;
	line-height: 36px;
}

#menu a img {
  margin-right: 5px;
}

#menu a:hover, #menu a:active, #menu a.current {
  font-family: 'regular';
	color: rgb(72,72,74);
	text-decoration: none;
}

#leftblock {
  width: 300px;
	float: left;
}

#leftblock ul {
  width: 300px;
  margin:0;
  padding:0;
}

#leftblock ul:after {
  content:".";
  clear:both;
  height:0;
  display:block;
  visibility:hidden;
}

#leftblock ul li {
  margin:0 0 0 25px;
  padding:0 0 25px 0;
  float:left;
  display:block;
  width:111px;
}

#leftblock img.foto {
  margin-left: 30px;
}

#leftblock .onderschrift {
  margin-left: 40px;
	font-family: 'bold';
	font-size: 10pt;
}

#content {
  width: 450px;
	float: left;
	z-index: 2;
}

#content h1 {
  margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'bold';
	font-size: 14pt;
	color: rgb(72,72,74);
}

#content p {
	font-family: 'regular';
	font-size: 12pt;
	line-height: 18pt;
	text-align: justify;
	margin-top: 3px;
}

#content p .samplus {
  font-family: 'bold';
}

#content table.contactform {
  margin-top: 10px;
	border-spacing: 0px 5px;
}

#content table.contactform td {
  padding-left: 0px;
}

#content table.contactform input[type=text] {
  width: 300px;
	height: 25px;
	border: 0px;
	background-color: #EAEAEA;
	padding-left: 3px;
	font-family: 'regular';
}

#content table.contactform input[type=submit] {
  width: 90px;
	height: 25px;
	border: 0px;
	background-color: #EAEAEA;
	font-family: 'regular';
	font-size: 16px;
}

#content table.contactform textarea {
  width: 300px;
	height: 100px;
	border: 0px;
	background-color: #EAEAEA;
	padding: 3px;
	font-family: 'regular';
}

#content label {
  font-family: 'regular';
}

ul.embedded_list {
  list-style-type: none;
	font-family: 'regular';
  padding: 0px;
	line-height: 18pt;
	text-align: left;
	margin-left: 12px;
}

ul.embedded_list li {
  text-indent: -12px;
}

#naw {
  width: 200px;
	float: left;
}

#naw h1 {
  margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'bold';
	font-size: 11pt;
	color: black;
	line-height: 17pt;
}

#naw p {
  margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'regular';
	font-size: 11pt;
	color: black;
	line-height: 17pt;
}

#naw p a {
	color: black;
	text-decoration: none;
}

#footer {
	width: 100%;
	height: 73px;
	background-image: url('../images/footer.png');
	background-repeat: repeat-x;
	text-align: left;
}

#footer-slogan {
	margin: 0 auto;
	max-width: 512px;
	text-align: center;
	padding-top: 13px;
}

#footer-slogan .slogan {
  font-family: 'regular';
	color: white;
	font-size: 16pt;
}

#footer-realisatie {
	margin: 0 auto;
	max-width: 512px;
	text-align: center;
	padding-top: 18px;
}

#footer-realisatie .realisatie {
  font-family: 'regular';
	color: rgb(186,186,186);
	font-size: 8pt;
}

#footer-realisatie .realisatie a {
	color: rgb(186,186,186);
	font-family: bold;
	text-decoration: none;
}

.samplus {
  font-family: 'bold';
}