body {
	margin: 0;
}
div#container {
	width: 100%;
	height: 100%;
}
div#header, div#footer, div#content_left {
	display: none;
}
div#content {
	width: 100%;
	height: 100%;
}
div#content_right {
	width: 100%;
	height: 100%;
	overflow: visible;
}

/* tekst */

h1 {
	margin: 0 0 12pt 0;
	font: bold 10pt arial;
	line-height: 12pt;
	color: #000;
}
h2 {
	margin: 0 0 0 0;
	font: bold 8pt arial;
	line-height: 12pt;
	color: #000;
}
p, ul, a {
	font: 8pt arial;
	line-height: 12pt;
	color: #000;
}
.p1 {
	margin: 0 0 12pt 0;
}
.p2 {
	margin: 12pt 0 0 0;
}
.p3 {
	margin: 0 0 12pt 0;
}
ul.list li {
	padding-left: 0;
	background: none;
	list-style-type: disc;
	list-style-position: inside;
}

/* kolommen */

div.c1 {
	float: left;
	width: 100%;
	margin-bottom: 12pt;
}
div.c2 {
	float: left;
	width: 100%;
}
div.c1 h1, div.c1 p, div.c1 ul {
	margin-right: 0;
}
div.c2 h1, div.c2 p, div.c2 ul {
	margin-left: 0;
}
