* {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:14px;
}

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
}

a {
	outline:none;
	text-decoration:none;
}
a img { border:0; }

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	margin-top:10px;
	border-bottom:1px solid #08441a;
	margin-bottom:10px;
}

a {
	color:#68138a;
	text-decoration:none;
}
	a:hover {
		color:#68138a;
	}

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}

body,
.content,td {
	font-size:14px;
	line-height:150%;
	color:#68138a;
}
table tr td { font-size:11px; vertical-align:top; }
table tr td strong, 
table tr td b { font-size:11px; }

strong, b { color:#5d077f; }

.title *,h1 {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	font-style:normal;
	line-height:140%;
	letter-spacing:normal !important;
	color:#68138a;
}
.title a,h1 a {
	color:#68138a;
}
.title a:hover,h1 a:hover {
	color:#68138a;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}

table.form input,
table.form select,
table.form textarea, 
table.form submit {
	display:block;
	margin:2px;
	padding:2px;
	background:#fff;
	border:1px solid #68138a;
	color:#68138a;
}
.form_contactformulier tr td span.required_label { display:block; width:90px; }

/* Sitemap */
div.sitemap_module { 
	font:"arial"; width:350px; 
	float:left; 
	margin:0; 
	background:#ebebeb; 
}
div.sitemap_module { 
	padding:1em 1.5em; 
	line-height:20px; 
	text-align:left; 
}
div.sitemap_module ul { 
	padding:0 0 0 24px; 
	margin:0 0 0 -24px; 
	list-style-type:none; 
}
div.sitemap_module li { 
	padding:0 0 0 24px;
	margin:0; 
	list-style-type:none; 
	background: url('images/extm.gif') no-repeat 0% 0%; 
