/* default margins */
p,
ul,
ol,
table,
dd,
fieldset,
pre,
ul.sitemap li,
.lijstopmaak ul li,
.list li,
blockquote {
	margin-bottom: 1.8182em /* 0.682em=7.5px 1.364em;  15px bij 1em=11px */
	}
	ul.sitemap li li,
	ul ul,
	ul ol,
	ol ol,
	ol ul,
	.list li p {
		margin-bottom: 0;
		}



/* content elements / typography */

.article ul {
	list-style-type: square;
	margin-left: 20px;
}

.article ul.pagination {
        margin-left: 0;
}
.article ol {
	list-style-type: decimal;
	margin-left: 20px;
	}
	.article ul ul {
		list-style-type: circle;
		}
	.article ol ol {
		list-style-type: lower-alpha;
		list-style-position: inside;
		}
                #main .article #breadcrumbs ol { list-style-type: none; margin-left: 0;}
                .article #breadcrumbs ol * { display: inline; }
                 
/* generic list */
ul li {
background-image:url(/img/blt-standaard.gif) no-repeat;
padding-left: 14px;
margin:3px 0 0 0;
}
ul.pagination li {
    padding:0 1px; 
    }
ul.pagination li a {
    padding: 0;
    margin: 0;
    }
ul#mainnav li {
    padding-left: 0;
    }
pre,
code {
	font-family: "Monaco", "Courier New", "Courier", monospace;
	font-size: 1em; /* 12px */
	}
pre {
	background-color: #eee;
	padding: 0.75em 10px;
	}
h1, p.dossiertitle {
	font-family: Arial, sans-serif;
	font-size: 2em; /* 22px */
	font-weight: normal;
	line-height: 1.091; /* 24px */
	margin-bottom: 0.8em; /* 15px */
	}
.article .node h2 {
	clear: both;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.455em; /* 16px */
	font-weight: normal;
	line-height: 1.125; /* 18px */
	margin-top: 0;
	margin-bottom: 0.25em; /* 4px */
	}
.article h2,
body.home h2,
h2.sectionhead {
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 1.364em; /* 15px */
	font-weight: bold;
	line-height: 1.0; /* 15px */
	margin-bottom: 0.8em; /* 12px */
	margin-top: 0.682em; /* 1px */
	}
h3,
.article .list h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em; /* 11px */
	font-weight: bold;
	line-height: 1.364; /* 15px */
	margin: 0 !important;
	}
.sidebar h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.091em; /* 12px */
	font-weight: bold;
	line-height: 1.25; /* 15px */
	margin: 0 0 0.583em 0;
	}
ul.list a span.title, .intro {
	font-weight: bold;
	}
dt {
	font-style: italic;
	}
dd {
	margin-left: 20px;
	}
