/* CMS en globale styles */

body {

  font-style:normal;
  font-size:15px;
  line-height:27px;
  padding:20px;
  margin:0;
  background-color:#ffffff;
  
/* Minder dikke fonts op de MAC, aanzetten indien nodig:
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
*/
}

img {
  border:0;
  box-shadow: #000 0em 0em 0em; /* To trigger right rendering of scaled images with effects in FF */
}

a {
  color:#346611;
	text-decoration:none;
}

/* Reset */
ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,pre {
  margin:0;
}

li {
  margin:0 0 0 -24px;
}

h1, .h1, h2, .h2 {
  font-weight:bold;
  font-size:20px;
  line-height:31px;
  margin-bottom:10px;
	color:#346611;
}
h3, .h3 {
  font-weight:bold;
  font-size:18px;
  line-height:29px;
}

.clear {
  clear:both;
}

.import_iframe {
  width:100%;
  height:500px;
}