body {
	font-family: Arial, Helvetica, sans-serif;
}

#text, #home {
	font-size: 9pt;
	padding-bottom: 100px;
}

#text h1 {
	font-size: 14pt;
	margin: 0;
	padding: 0 0 8pt;
}

#text h2 {
	font-size: 14pt;
	margin: 0;
	padding: 18pt 0 6pt;
}

#text h3 {
	font-size: 10pt;
	margin: 0;
	padding: 6pt 0 0pt;
}

#text h4 {
	font-weight: normal;
	font-size: 10pt;
	font-style:italic;
	margin: 0;
	padding: 6pt 0 0pt;
}

#text p {
	margin: 0px;
	padding: 1pt 0pt 4pt;
}

#text ul
{
	margin: 0px;
	padding: 0pt 0pt 4pt;
}

#text ul li
{
	margin: 0px;	
	padding: 0pt;
}

#text a {
	color: #EF6B00;
	text-decoration: none;
}

#text a:hover {
	text-decoration: underline;
}

#text .orangebutton a:hover
{
	background-color: #fff;
	color: #fff;
}

#text .orangebutton a img
{
	border: 2px solid #EF6B00;
	padding: 0;
	margin: 0;
}

#text .orangebutton a:hover img
{
	border: 2px solid #EF6B00;
}

#text ul, #text blockquote {
	margin: 0 15pt 0;
}

#text.premie {
	width: 758px;
	padding: 20px;
	border: 1px solid #000;
}

#text.extern
{
	border: 0px solid #000;
}

p.noot {
	font-size: 8pt;
	font-style: italic;
}

table.maxwidth {
	width: 100%;
}
.warn {
	color: #c33;
}

.voorbeeld {
	background-color: #9CB6B5;
	padding: 5px;
	border: 1px solid #000;
}

#text .kader {
	margin: 10px 40px;
	padding: 5px;
	border: 2px dotted #000;
	background-color: #98B4B5;
}


.list {
	list-style-position: outside;
	list-style-type: none;
	font-size: 13px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.list li {	
	margin: 0 5px 0;
	padding: 0px;
	text-align: left;
}

.list li.title {
	background-color: #98B4B5;
	margin: 5px 5px 0px;
	padding: 5px;
}

.list li.item {
	border-top: 1px solid #98B4B5;
	background-color: #fff;
	padding: 5px 0 5px;
}

.list li.title span, .list li.title a {
	display: block;
	padding: 5px;
	margin: 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.list li.item a, .list li.item span {
	display: block;
	padding: 5px;
	margin: 0;
	color: #98B4B5;
	font-weight: bold;
	text-decoration: none;
}

.list li.item a:hover {
	background-color: #98B4B5;
	color: #fff;
}

.horizontal li {
	display: inline;
}

.coloredtable {
	border-bottom: 1px solid #43857d;
	margin-bottom: 20px;
}

.head {
 background-color: #43857d;
}

.odd {
	background-color: #98b4b5;
}

.oranje
{
	color: #EF6B00;
}

.groen
{
	color: #43857D;
}