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

* {
	margin			: 0;
	padding			: 0;
	}

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

body {
	font-family		: Arial, Verdana, sans-serif;
	font-size		: 80%;
	color			: #333;
	background		: #a3b9d0 url(../images/achtergrond.jpg) center top no-repeat;
	}

.clearer {
	clear			: both;
	width			: 0;
	height			: 0;
	}
	
/*====================================================== kopjes ==*/

h2.contentheading,
.componentheading,
h1, h2, h3, h4, h5, h6,
.modulepositions h3 {
	font-family		: "century gothic", Arial, Verdana, sans-serif;
	font-size		: 133%;
	font-weight 	: bold;
	color			: #0f2b50;
	padding			: 0;
	margin			: 0 0 18px 0;	
}

.leading h1,
.leading h2,
.leading-0 h1,
.leading-0 h2,
.leading-0 h1 a,
.leading-0 h2 a,
.readmore a {
	color 			: #0F2B50;
}

.readmore a {
	font-size		: 80%;
}

.page-header h2 {
	color:#333;
	font-size:100%;
	font-weight:normal;
}


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

a {
	font-weight		: bold;
	color			: #0f2b50;
	text-decoration	: none;
	padding			: 0;
}


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

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

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

p {
	line-height			: 1.5em;
	margin				: 0 0 14px 0;
	}