/* basic text-formatting */

body, table, td, p, ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

textarea{font-family: Verdana, Arial, Helvetica, sans-serif;}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 0 0 5px 0;
	margin: 0;
}

h2, h3 {
	padding: 10px 0 5px 0;
}


DIV > h3:first-child, DIV > h2:first-child, DIV > h1:first-child {
	padding: 0 0 5px 0;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #780058;
	padding: 5px 0 0 0;
	margin: 0;
	display: block;
}

h4 a:link, h4 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #780058;
}

p {
	padding: 0 0 5px 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
}

ul {
	padding: 0 0 5px 15px;
	margin: 0;
}

ol {
	padding: 0 0 5px 25px;
	margin: 0;
}

a:link {
	color: #780058;
	text-decoration: underline;
}

a:visited {
	color: #A65791;
	text-decoration: underline;
}

a:link:hover, a:visited:hover  {
	background: #fec;
	text-decoration: underline;
}

/* basic layout */

body {
	width: auto;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

table {
	margin: auto;
	display: block;
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

td {
	text-align: left;
	vertical-align: top;
}

img {
	margin: 0;
	padding: 0 10px 0 0;
	border: none;
}


img.layout {
	float: none;
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* specifieke layout */

td.hoofdnavigatie {
	text-align: left;
	padding: 8px 0 8px 0;
	color: #999;
}

.hoofdnavigatie a:link,.hoofdnavigatie a:visited {
	font-weight: bold;
	color: #780058;
	text-decoration: none;
}

.hoofdnavigatie a:link:hover,.hoofdnavigatie a:visited:hover  {
	font-weight: bold;
	color: #780058;
	background: #fff;
	text-decoration: underline;
}

.hoofdnavigatie a.current:link,.hoofdnavigatie a.current:visited {
	color: #333;
	text-decoration: none;
}

.hoofdnavigatie a.current:link:hover,.hoofdnavigatie a.current:visited:hover  {
	color: #333;
	text-decoration: none;
}

td.subnavigatie {
	text-align: center;
	color: #999;
	background: #fff;
	padding: 5px 0 10px 0;
}

.subnavigatie a:link,.subnavigatie a:visited {
	font-weight: normal;
	color: #780058;
	text-decoration: none;
}

.subnavigatie a:link:hover,.subnavigatie a:visited:hover  {
	font-weight: normal;
	color: #780058;
	background: #fff;
	text-decoration: underline;
}

.subnavigatie a.current:link,.subnavigatie a.current:visited {
	color: #333;
	text-decoration: none;
}

.subnavigatie a.current:link:hover,.subnavigatie a.current:visited:hover  {
	color: #333;
	text-decoration: none;
}

td.tools {
	text-align: right;
	padding: 8px 0 8px 0;
	color: #999;
}

#footer td.tools {
	text-align: left;
	padding: 5px 0 5px 0;
	color: #999;
}

#footer p {
	display: inline;
	padding: 0;
}

.tools a:link,.tools a:visited {
	font-weight: normal;
	color: #780058;
	background: none;
	text-decoration: none;
}

.tools a:link:hover,.tools a:visited:hover  {
	font-weight: normal;
	color: #780058;
	background: #fff;
	text-decoration: underline;
}

td {
	padding-left: 0;
	padding-right: 0;
}

td div {
	padding-left: 10px;
	padding-right: 10px;
}

td.col div {
	padding-left: 9px;
	border-left: 1px solid #999;
}

td.col table.outro div {
	padding-left: 10px;
	border: none;
}

td.col table.outro {
	margin-bottom: 10px;
}

td.col3 div {
	padding-left: 9px;
	border-left: 1px solid #999;
	padding-right: 9px;
	border-right: 1px solid #999;
}

.text {
	background: #fff;
	border: 1px solid #999;
}

.intro {
	background: #FDF5EC;
	border: 1px solid #999;
}

.intro h3 {
	padding: 0;
	margin: 0;
}

.intro p {
	font-size: 14px;
}

.intro td.col p {
	margin-top: 5px;
	font-size: 12px;
}

.intro td.col div {
	border-left: 1px solid #780058;
}

.outro {
	background: #FAF1F1;
	border: 1px solid #999;
}

a.meer {white-space: nowrap;}
a.meer:after {content: " >";}
