body {
	margin: 0;
	padding: 0;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer {
	background: url('/images/footer.jpg') no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 50px;
}

#footer_links {
	color: #EFBE3D;
	text-align: right;
	margin-right: 25px;
}

#footer_links a {
	color: #EFBE3D;
	text-decoration: none;
}

.titel {
	color: #853e44;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 15px;
	background: url('/images/home/bullet.jpg') no-repeat;
}

.titel a {
	color: #853e44;
	text-decoration: none;
}

.titel a:hover {
	color: #853e44;
	text-decoration: underline;
}

.ondertitel {
	margin-left: 30px;
	margin-right: 5px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

h2 {
	color: #853e44;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

h1 {
	padding: 0;
	margin: 0;
	color: #853e44;
	font-size: 14px;
	margin-left: 5px;
	padding-left: 15px;
	background: url('/images/home/bullet.jpg') no-repeat;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: normal;
}

#lichtkrant {
	color: #853e44;
	font-weight: bold;
}

.reactie_naam {
	text-align: right;
	font-style: italic;
}

	blockquote {
		margin: 1em 0;
		padding: 0;
		position: relative;
		text-indent: 2em;
		background-color: #FFFAAF;
	}

	.bqstart,
	.bqend { font-size: 300%; font-family: "Trebuchet MS", Helvetica, Arial, san-serif;
}

	/* apply IE specific rules first */
	.bqstart {
		text-indent: 0;
		margin: -0.6em 0 -2em 0;
		float: left;
		position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
	}

	blockquote > .bqstart {
		/* add extra non-ie rules */
		position: absolute;
		top: -0.2em;
		left: 0;
		/* remove IE specific rules */
		float: none;
		margin: 0;

	}

	.bqend {
		position: absolute;
		margin-top: -0.6em;
		right: 0;
		text-indent: 0;
	}

	blockquote > .bqend {
		margin-top: -0.2em;
	}


