html {
	overflow-y: scroll;
}
body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #7bb31a;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
	color: #664400;
}
h1 {
	width: 208px;
	margin: 0;
	padding: 50px 50px;
	text-align: center;
	font-size: 14pt;
	line-height: 19pt;
	font-weight: normal;
	color: #006400;
}
h1 span {
	font-size: 20pt;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	margin-top: 0;
	color: #006400;
}

p {
	margin-bottom: 0;
}
p.inzicht {
	text-align: center;
	margin: 50px 0;
}
p.voorplaatje {
	margin-bottom: 25px;
}
p.naplaatje {
	margin-top: 25px;
}
p.opleiding {
	margin-top: 0;
}

p.tagline {
	font-style: italic;
	text-align: right;
	padding-right: 5px;
}

p.gedicht {
    font-style: italic;
	text-align: center;
    margin-bottom: 35px;
}

p.tekstalsgedicht {
   margin-left: 52px; 
}

p.summary {
         font-size: 10pt;
         font-style: italic;
         font-weight: bold;
         margin-left: 2px;
         margin-top: 20px;
	color: #006400;
         margin-bottom: 35px;
}
p.referentie {
         font-style: italic;
}
p.ondertekening {
         font-size: 8pt;
         font-style: italic;
         text-align: center;
         color: #006400;
         margin-top: 20px;
}
p.note {
         font-size: 8pt;
         text-align: right;
         margin-top: 20px;
}
a {
	color: #664400;
	text-decoration: underline;
}
ul {
	margin-top: 0;
}
ol {
	margin-top: 0;
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
.rechts {
	float: right;
	margin: 5px 0 5px 5px;
}
div#wrapper {
	width: 1000px;
	min-height: 100%;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: transparent url(../images/bg_wrapper.gif) left top repeat-y;
	
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
header,
div#header {
	margin: 0;
	padding: 1px;
	background: transparent url(../images/bg_header.gif) left top repeat-y;
	min-height: 152px;
}
header img.uil,
div#header img.uil {
	position: absolute;
	top: 0;
	left: 308px;
}
div#header img.swirl {
	position: absolute;
	top: 50px;
	left: 450px;
}
div#navigatie,
nav {
	float: left;
	display: inline;
	margin-left: 50px;
	margin-right: 110px;
	padding-top: 57px;
	width: 230px;
}
div#navigatie ul,
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#navigatie li,
nav li {
	font-size: 10pt;
	line-height: 20pt;
}
div#navigatie li.kopartikelnavigatie,
kopartnav {
         color: #006400;
         margin-top: 25px;
}
div#navigatie a,
nav a {
	text-decoration: none;
	color: #006400;
	font-weight: bold;
}
div#navigatie a:hover,
div#navigatie a.current,
nav a:hover,
nav a.current {
	text-decoration: underline;
}
div#content {
	float: left;
	width: 550px;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 40px;
}
table th {
	text-align: left;
	font-weight: normal;
	padding-right: 10px;
}
table p {
	margin: 2px 0;
}
