/*=================================================================== main stijlen ==*/

* {
	margin			: 0;
	padding			: 0;
	}

body, html {
	width			: 100%;
	height			: 100%;
	}

body {
	font-family		: Verdana, Arial, sans-serif;
	font-size		: 70%;
	color			: #000000;
	background		: #ced8dd;
	}

.clearer {
	clear			: both;
	width			: 100%;
	height			: 1px;
	}
	
/*=================================================================== kopjes ==*/

h1, h2, h3, h4, h5, h6,
.componentheading,
.contentheading {
	font-size			: 140%;
	font-weight			: normal;
	color				: #234254;
	margin				: 0 0 13px 0;
}

h2 { font-size			: 130%; }
h3 { font-size			: 120%; }
h4 { font-size			: 110%; }
h5 { font-size			: 100%; margin: 0px; }
h6 { font-size			: 100%; margin: 0px; }

.modulesposition h3 {
	margin				: 0 0 14px 0;
}

/*=================================================================== linkjes ==*/

a {
	text-decoration	: none;
	font-weight		: normal;
	color			: #000000;
	text-decoration	: underline;
	}

a:hover {
	text-decoration	: none;
	}
	
a img {
	border			: none;
}

/*=================================================================== overig ==*/

ul,ol {
	margin				: 15px 0 15px 20px;
	list-style-position	: outside;
}

p,
table {
	font-size	: 100%;
	line-height	: 1.5em;
	margin		: 0 0 14px 0;
	}
	
table {
	margin		: 0;
}
		
fieldset {
	border		: none;
	padding		: 0;
	margin		: 15px 0;
}
