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



/* content elements / typography */

.article ul {
	list-style-type: square;
	margin-left: 40px;
	}
.article ol {
	list-style-type: decimal;
	margin-left: 40px;
	}
	.article ul ul {
		list-style-type: circle;
		}
	.article ol ol {
		list-style-type: lower-alpha;
		list-style-position: inside;
		margin-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.682em; /* 15px */
	}
.tl_event_detail h2,
.article h2,
body.home h2 {
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 1.364em; /* 15px */
	font-weight: bold;
	line-height: 1.0; /* 15px */
	margin-bottom: 0.667em; /* 10px */
	}
.article h2 {
	margin-top: 2.333em; /* 35px */
	}
h2,
.article .content * * h2,
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em; /* 11px */
	font-weight: bold;
	line-height: 1.364; /* 15px */
	margin: 0;
	}
.sidebar h2 {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 3px solid;
	}
.intro {
	font-weight: bold;
	}
table {
	}
	table caption {
		}
	table td,
	table th {
		}
blockquote {
	}
dt {
	font-style: italic;
	}
dd {
	margin-left: 20px;
	}
