/* -----------------------------------------------------
   AUTEUR           :   Geoffrey Timmerman
   WEBSITE          :   http://www.jomi-consulting.be/
   VERSIE           :   1.0
   LAATST AANGEPAST :   2 December 2011
-------------------------------------------------------- */

/* HTML Opmaak:
-------------------------------------------------------- */
html { 
	margin: 0; 
	padding: 0; 
	outline: 0;
	font-size: 100%;
}
body {
	font-family: Arial, "Tahoma", helvetica;
	font-size: 0.82em;
	color: #59595B;
	background:url("../images/achtergrond-2.png") top left fixed repeat;
	background-color: #6A757E;
	text-align: center;
}

/* Bold font vetter maken */
b {
	font-weight: bolder;
	color: #454545;
}

/* Wrapper */
#wrapper {
	 width: 900px;
	 margin: 0px auto;
	 background-color: #F4F4F4;
	 /*
	-webkit-box-shadow: 0px 0px 15px #000000; 
	-moz-box-shadow: 0px 0px 15px #000000;
	*/
	box-shadow: 0px 0px 15px #000000;
	/* Voor IE 8 */  
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=7, Color='#000000')"; */
	/* Voor IE 5.5 - 7 */  
	/* filter: progid:DXImageTransform.Microsoft.Glow(Strength=7, Color='#000000'); */
}

/* Header */
#header {
	margin: 80px 0px 10px 0px;
	background-image: url("../images/header-1.png");
	background-repeat: no-repeat;
	width: 900px;
	height: 307px;
}

/* Logo */
#logo {
	position: absolute;
	top: 0px;
	background-image: url("../images/logo/logo.png");
	background-repeat: no-repeat;
	width: 319px;
	height: 315px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

/* Inhoud */
div#content {
	text-align: left;
	width: 100%;
}
div#content div#pagina {
	margin: 5px 20px;
}

/* Post*/
div.post {
	min-height: 150px;
}
div.post h2 {
	color: #9DB238;
	font-size: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	margin: 40px 0px 10px 0px;
}
div.post h3 {
	color: #444444;
	font-size: 1.2em;
	text-decoration: none;
	margin: 20px 0px 2px 140px;
	padding: 5px 0px 0px 0px;
}
div.post p {
	margin: 8px 50px 8px 140px;
}
div.post p.contact {
	margin: 8px 0px 8px 0px;
}
div.post ul.post {
	margin: 10px 0px 10px 140px;
	padding: 0px;
	/*list-style: none;*/
}

div.post p.top {
	padding: 0px;
	margin: 0px;
}
div.post p.top a {
	color: #FFFFFF;
	width: 25px;
	padding: 3px;
	margin: 0px 0px 2px 10px;
	background-color: #9DB238;
	float: right;
	text-align: center;
	font-size: 0.8em;
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	*/
	border-radius: 5px;
}
div.post p.top a:hover {
	color: #FFFFFF;
	background-color: #49531A;
	font-weight: bold;
}
div.post img {
	padding: 3px;
	margin: 0px 5px 5px 0px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	float: left;
}

div.post img.icon {
	padding: 3px;
	margin: 15px 10px 5px 0px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	float: left;
}

div.post ul.waarom li {
	margin: 0px 5px 20px 0px;
	padding: 0px 5px 1px 5px;
	height: 90px;
	list-style: none;
}

/* Voorbeeld figuren op start pagina */
div.post div.voorbeeld {
	display: block;
	float: left;
	width: 110px;
	margin: 3px 5px 2px 0px;
	padding: 3px;
	font-size: 11px;
	text-align: center;
}
div.post div.voorbeeld img {
	padding: 3px;
	border: 1px solid #666666;
	margin: 0px 5px 5px 0px;
}


ul, ol, li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	/*list-style: none;*/
}

a {
	color: #3368B7;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	/*color: #838383;
	color: #7D8E2D;*/
	color: #9DB238;
}


/* Footer */
div#footer {
	clear: both;
	height: 42px;
	padding: 5px;
	background-color: #9DB238;
	/*background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	background-position: center center;*/
	color: #FFFFFF;
	/*color: #9DB238;*/
}
#footer p {
	margin: 1px 2px;
	text-align: center;
	font-weight: bold;
}

/* Credits */
#credits {
	clear: both;
	color: #333333;
	font-size: 0.9em;
	margin: 0 auto; 
	width: 900px;
	padding: 5px 0px 5px 0px; 
	text-align: center;
}

/* links */
#credits a, #credits a:visited {	
	color: #9DB238;
	background: inherit;
	text-decoration: underline;
}
#credits a:hover {
	color: #CCCCCC;
	background: inherit;
	text-decoration: underline;
}
/*Opmaak validatielinks*/
#credits a.validate {
  padding-left: 15px;
  background: url("../images/icons/icon-validate.gif") no-repeat 0 50%;
}
#credits a.validate:hover {
  text-decoration: underline;
  color: #CCCCCC;
}

/* Google Map */
iframe.googlemaps {
	width: 850px;
	height: 450px;
	border: 1px solid #999999;
	overflow:hidden;
}

/* CAPTCHA/ secureimge */
img.captchaicon {
	border: none;
}