/* Normalizes margin, padding */
body, div,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0; padding: 0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Removes list-style form lists */
ol, ul {
	list-style: none;
}


/* layout.css */
body {
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}

div#container {
	position: absolute;
	margin: -290px 0 0 -45%;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 580px;
	/*border: dashed 1px #555555;*/
}

h1 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	height: 30px;
}

p, ul {
	padding-bottom: 0.9em;
}

p.tabel {
	padding-left: 0.9em;
}

a {
	/*font-size: 10px;
	line-height: 15px;*/
	text-decoration: underline;
	color: #000000;
	/*text-transform: uppercase;*/
	background-color: #FFFFFF;
}

a:hover {
	/*background-color: #FFFFFF;*/
	background-color: #FFFF00;
}


div#boven {
	position: absolute;
	top: 0px; /* 300px */
	left:  0px;
	height: 264px;
	width: 100%;
	border: solid 1px #666666;
	overflow: auto;
	padding: 12px;
}

div.tekstblok1 {
	position: relative;
	top: 30px;
	width: 15.5em;
	height: 214px;
	padding-right: 5px;
	/*background-color: #FFFF55;*/
}

div.tekstblok2 {
	position: relative;
	top: 30px;
	width: 11.5em;
	height: 214px;
	padding-right: 5px;
	/*background-color: #FFFF55;*/
}

div.tekstblok1 h1, div.tekstblok2 h1 {
	position: absolute;
	top: -30px;
	left: -2px;
	width: 12em;
}

div.tekstlijn {
	position: relative;
	top: 30px;
	width: 1px;
	height: 205px;
	background: url('images/lijntje.gif') repeat-y;
	padding-right: 5px;
}

div#onder {
	position: absolute;
	top: 300px; /* 0px */
	left: 0px;
	height: 264px;
	width: 100%;
	border: solid 1px #666666;
	padding: 12px;
	overflow: auto;
}

table.ths td {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
}


