* {
	margin		: 0;
	padding		: 0;
	}

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

body {
	font-family	: Arial, Verdana, Helvetica, sans-serif;
	font-size	: 75%;
	color		: #000000;
	background	: #e2e7e9 url(../images/bg.jpg) repeat-x center top;
	}

.clearer {
	clear		: both;
	width		: 0;
	height		: 0;
	}
	
a img {
	border: none;
	}


/*------------- kopjes --*/

h1,
.componentheading,
.contentheading,
#headertekst h3,
#balkmidden h3,
h3, h2 {
	font-family	: "Minion Pro", Georgia, "Times New Roman", serif;
	font-weight	: normal;
	font-size	: 20px;
	color		: #00718f;
	margin		: 0 0 15px 0;
	padding		: 0;
	}

h2 {
	font-size	: 18px;
}


h3 {
	font-size	: 16px;
}

#balkmidden h3 {
	margin		: 0 0 2px 0;
	font-weight	: bold;
	}

/*------------- linkjes --*/

a {
	text-decoration	: none;
	color		: #006699;
	font-weight	: bold;
	}

a:hover {
	text-decoration	: underline;
	}

#balkmidden a {
	font-weight	: normal;
	color		: #000;
	}

#breadcrumbs a {
	font-weight	: normal;
	color		: #666;
	}

/*------------- overig --*/

ul, ol {
	margin		: 0 0 0 20px;
	}

ul {
	list-style	: none;
	}

#mainbody ul {
	list-style	: disc;
	}

p {
	line-height : 140%;
	margin		: 0 0 15px 0;
	}

#bottom li {
	line-height : 140%;
	}
