body {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #000000;
	background-color: #ffffff;
}

html {
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th, td {
	padding: 0px;
	font-size: 11px;
	vertical-align: top;
	color: black;
}

form {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

img {
	border: 0px;
}

hr {
	border: 1px solid #01642e;
	border-bottom: 1px solid #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	overflow: hidden;
}

a:link, 
a:hover, 
a:active, 
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	outline-style: none;
	outline-width: 0;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Verdana", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 14px;
	color: #000000;
}

h5 {
	font-size: 13px;
	color: #000000;	
}

h6 {
	font-size: 12px;
	color: #000000;
}

p {
	margin: 0px;
	padding-bottom: 10px;
}

/*DIVS*/


div.MainWrapper div.Header {
	display: none;
	visibility: hidden;
}

div.Colofon {
	display: none;
	visibility: hidden;
}

.Clear {
	height: 0px;
	width: 0px;
	overflow: hidden;
	clear: both;
}

/* MENU */

ul#Menu {
	display: none;
	visibility: hidden;
}

 	
/* MAILFORMULIER */

.MFKop {
	color: #030303;
	font-size: 12px;
}

.MFErrorMessage {
	color: red;
}

.MFSubmitButton, .MFCancelButton, .MFConfirmButton {
	width: 100px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	line-height: 14px;
	color: #ffffff;
	font-size: 12px;
	background-color: #01ABDF;
	border: 0 none;
	text-align: center;
}

.MFLogin {
	padding: 0px;
	margin: 0px;
	margin-left: 4px;
	margin-bottom: 3px;
	background-image: url( ../images/LoginSubmit.jpg );
	border: 0 none;
	width: 18px;
	height: 18px;
}

.MFSearch {
	margin: 0px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding-right: 10px;
	background-color: #ffdd00;
	color: black;
	background-image: url( ../images/ZoekSubmit.jpg );
	background-repeat: no-repeat;
	background-position: center right;
	border: 0 none;
	font-size: 10px;
}

.MFConfirmButton {
	height: 20px;
	line-height: 20px;
	width: 150px;
}

.MFSubmitTD {
	text-align: right;
	padding-bottom: 10px;
}

.MFDataTD {
	text-align: left;
	width: 470px;
}

.MFTD {
	width: 100px;
	vertical-align: top;
	font-weight: normal;
}

.MFMedium, .MFSmall, .MFLarge,
.MFNaamType, .MFEmailType, .MFFileType {
	border: 1px solid #8d8b8d;
	width: 165px;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
	color: #030303;
}

.MFSmall {
	width: 50px;
}

.MFMedium {
	width: 140px;
}

.MFLarge {
	width: 190px;
}

.MFExtraUitleg {
	font-weight: normal;
	font-style: italic;
	padding-bottom: 10px;
}

.MFVerplichtTD {
	color: red;
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	width: 10px;
}

.MFFileType {
	color: #7b797a;
	border: 1px solid black;
	margin: 2px;
	padding-left: 3px;
	padding-right: 3px;
	width: 304px;
}

/* DEBUG CONSOLE */
div.DebugConsole {
	position: absolute;
	top: 50px;
	left: 250px;
	width: 600px;
	border: 1px solid black;
	overflow: auto;
	background-color: white;
	padding: 50px;
	z-index: 3000;
}


