@charset "UTF-8";
body {
	background: #876 repeat;
	margin-top: 0px;
	padding-top: 0px;
	font: medium "Times New Roman", Times, serif;
}


/* POSITION */	
#all {
	background: #fff;
	margin: 40px 0 0 0;
	width: 800px;
	height: 100%;
	text-align: left;
	z-index: 50;
}
#banner {
	margin: 0;
	height: 200px;
}
#content {
	width: 460px;
	padding-right: 110px;
	padding-left: 40px;
	background: url(../img/vertlijn.gif) repeat-y;
	padding-bottom: 2em;
	position: relative;
	float: right;
}
#menu {
	width: 190px;
	float: left;
	position: relative;
	z-index: 100;
}
#footer {
	background: url(../img/footer.gif) repeat-x;
	height: 12px;
	width: 100%;
	font: 0.6em Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: right;
	padding-top: 20px;
}

/* TYPO */
p {
	font-size: 0.9em;
	text-align: justify;
	color: #876;
	line-height: 1.2em;
	margin: 0em 0em 0.3em;
}
h1 {
	color: #997f00;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}
h2 {
	color: #903;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0.2em;
}

.spechead {
	color: #997f00;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0.1em;
}

a.link {
	color: #997f00;
	text-decoration: overline underline;
	}
a {
	color: #997f00;
	text-decoration: underline;
	}
a:hover {
	color: #903;
	text-decoration: underline;
	
}
a.link:hover {
	color: #903;
	text-decoration: overline underline;
	
}

	
a.membre {
	color: #997f00;
	text-decoration: none;
	}
a.membre:hover {
	color: #903;
	text-decoration: underline;
	
}

/* OTHER */
.clear {
	clear: both;
}

/* TESTTTTTTTTTTTTTTTTTTTTTTT */

