* {
	margin: 0;
	padding: 0;
	}
html {
	height: 101%;
	}
body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	}
	
p, form, fieldset, table, ul {/* Put it back on certain elements */
	margin: 5px 0;
	}
a:hover {
    text-decoration: underline;
    color: #cc0000;
	}
h1 {
	font-size: 11px;
	margin-top: 5px;
	}
#content h2 {
	font-size: 14px;
	margin-left: 115px;
	}
#content h3 {
	font-size: 11px;
	margin: 15px 0 0 115px;
	}
.floatRight {
	float: right;
	}
.clear {
	clear:both;
}
img {
	border: 0;
	padding: 0 3px 0 0;
}
.img {
	position: relative;
	float: right;
	}
.imgSource {
	float: right;
	}
ul.menu, #content ul {
	list-style: none;
	margin-bottom: 10px;
	}

#frameWrapper {
	margin: 10px auto;
	width: 900px;
	height: 600px;
	padding: 0 5px 5px 5px;
	}
#frameContent {
	width: 728px;
	height: auto;
	padding: 3px;
	border: 1px solid #ccc;
	}
#frameNav {
	width: 115px;
	height: 700px;
	/*height: 900px;*/
	float: left;
	}
	#frameNav p {
		margin-top: 15px;
		}
	#frameNav a {
		color: #000;
		}
	#frameNav a:hover {
		color: #0000FF;
		}
#content {
	padding: 29px 5px 5px 5px;
	}
#content p {
	margin-bottom: 15px;
	margin-left: 115px;
	}
	#content a, #frameNav table.alfabet td a {
		color: #0000FF;
		}
	#content a:hover, #frameNav table.alfabet a:hover {
		color: #FF0000;
		}
	#content p.verantwoording, #content .verantwoording {
		color: #0000FF;
		}
	#content p.cursief {
		font-style: italic;
		}
	#content ul {
		margin-left: 115px;
		}
	#content strong {
		color:#0000ff;
		}
p.subtitle {
	font-style: italic;
	}
	
table.alfabet td {
	text-align: center;
	width: 8px;
	}
#frameFooterGoogleAds {
	position: relative; 
	width: 734px;
	height: auto;
	border: 1px solid #ccc;
	border-top: 0;
	text-align: center;
	}
#frameGoogleAds {
	position: absolute;
	top: 8px;
	margin-left: 740px;
	width: 130px;
	text-align: center;
	padding: 5px 0;
	}

